@charset "utf-8";
/* Blush Community - board UI/UX final patch. Scoped to board skins only. */
:root{
  --hyb-text:#17141b;
  --hyb-muted:#746b76;
  --hyb-line:#eadde6;
  --hyb-line2:#f3e6ef;
  --hyb-soft:#fff8fc;
  --hyb-soft2:#fff0f7;
  --hyb-point:#d75b98;
  --hyb-point-dark:#63324e;
  --hyb-danger:#c94f64;
  --hyb-shadow:0 18px 44px rgba(50,34,46,.07);
  --hyb-shadow-sm:0 9px 24px rgba(50,34,46,.055);
}

/* keep the real site header visible; board skin must never replace it */
.hy-header{display:block!important;visibility:visible!important;opacity:1!important;z-index:100!important;}
.hy-header__inner{display:flex!important;align-items:center!important;}
.hy-brand{display:block!important;visibility:visible!important;opacity:1!important;}
.hy-brand a{display:flex!important;align-items:center!important;}
.hy-brand__mark,.hy-brand__text{display:flex!important;visibility:visible!important;opacity:1!important;}
.hy-brand__mark{display:grid!important;}
.hy-nav{visibility:visible!important;opacity:1!important;}

/* On board pages, the theme container acts as a plain layout wrapper, not a second card. */
.hy-sub-container:has(.hy-board-screen),
.hy-sub-container:has(.hy-write-shell){
  max-width:1180px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}

.hy-board-screen,
.hy-comments,
.hy-comment-write,
.hy-write-shell{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  color:var(--hyb-text)!important;
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.hy-board-screen *, .hy-comments *, .hy-comment-write *, .hy-write-shell *{box-sizing:border-box!important;}
.hy-board-screen a,.hy-comments a,.hy-comment-write a{text-decoration:none!important;color:inherit;}
.hy-board-screen ul,.hy-comments ul{list-style:none!important;margin:0!important;padding:0!important;}

.hy-board-title,
.hy-view-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 18px!important;
  padding:26px 30px!important;
  border:1px solid var(--hyb-line)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fff 0%,#fff8fc 100%)!important;
  box-shadow:var(--hyb-shadow)!important;
}
.hy-view-head{display:block!important;}
.hy-board-kicker{
  display:inline-flex!important;align-items:center!important;gap:7px!important;
  min-height:30px!important;margin:0 0 10px!important;padding:0 11px!important;
  border:1px solid #efcfe0!important;border-radius:999px!important;background:#fff!important;
  color:var(--hyb-point)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;
}
.hy-board-kicker i{font-style:normal!important;}
.hy-board-title h1,.hy-view-head h1{margin:0!important;color:#0f172a!important;font-size:32px!important;font-weight:900!important;letter-spacing:-.055em!important;line-height:1.22!important;word-break:keep-all!important;}
.hy-board-title p{margin:8px 0 0!important;color:var(--hyb-muted)!important;font-size:14px!important;font-weight:750!important;line-height:1.55!important;}
.hy-board-actions,.hy-board-adminbar,.hy-view-actions,.hy-view-actions>div,.hy-view-reaction,.hy-comment-submit{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;}

.hy-board-btn,
.hy-board-search button,
.hy-comment-tools a{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:42px!important;padding:0 16px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;
  background:#fff!important;color:#594a56!important;font-size:14px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 6px 14px rgba(50,34,46,.045)!important;cursor:pointer!important;
}
.hy-board-btn.is-primary,.hy-board-search button{border-color:#efc5da!important;background:linear-gradient(135deg,#ffe7f2,#f4c2dc)!important;color:var(--hyb-point-dark)!important;}
.hy-board-btn.is-danger{border-color:#f0c8d1!important;background:#fff0f4!important;color:var(--hyb-danger)!important;}
.hy-board-btn:hover,.hy-board-search button:hover{transform:translateY(-1px);box-shadow:var(--hyb-shadow-sm)!important;}

.hy-board-category{margin:0 0 14px!important;}
.hy-board-category ul{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
.hy-board-category a,.hy-board-category li a{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;background:#fff!important;color:#594a56!important;font-size:13px!important;font-weight:850!important;}
.hy-board-category #bo_cate_on,.hy-board-category .on{background:var(--hyb-soft2)!important;border-color:#efc5da!important;color:var(--hyb-point)!important;}

.hy-board-toolbar{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important;align-items:center!important;margin:0 0 14px!important;}
.hy-board-total{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;min-height:42px!important;padding:0 15px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;background:#fff!important;color:#5d535d!important;font-size:14px!important;font-weight:850!important;box-shadow:0 6px 14px rgba(50,34,46,.035)!important;}
.hy-board-total strong{color:var(--hyb-point)!important;}
.hy-board-search{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;max-width:100%!important;padding:6px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;background:#fff!important;box-shadow:0 6px 14px rgba(50,34,46,.035)!important;}
.hy-board-search select,.hy-board-search input{height:38px!important;min-height:38px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;background:#fff!important;color:#29242c!important;font-size:14px!important;font-weight:750!important;outline:0!important;box-shadow:none!important;}
.hy-board-search select{min-width:148px!important;padding:0 12px!important;}
.hy-board-search input{width:230px!important;padding:0 15px!important;}
.hy-board-search button{height:38px!important;min-height:38px!important;min-width:64px!important;border:0!important;padding:0 15px!important;}

.hy-board-listbox{overflow:hidden!important;border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--hyb-shadow)!important;}
.hy-board-row{position:relative!important;border-bottom:1px solid var(--hyb-line2)!important;background:#fff!important;}
.hy-board-row:last-child{border-bottom:0!important;}
.hy-board-row.is-notice{background:linear-gradient(90deg,#fff8fc,#fff)!important;}
.hy-board-rowlink{display:grid!important;grid-template-columns:70px minmax(0,1fr) 24px!important;align-items:center!important;gap:14px!important;min-height:78px!important;padding:14px 18px!important;}
.hy-board-rowlink:hover{background:#fff9fc!important;}
.hy-board-no{display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:center!important;min-width:44px!important;height:32px!important;padding:0 10px!important;border-radius:999px!important;background:#fff0f7!important;color:var(--hyb-point)!important;font-size:13px!important;font-weight:900!important;}
.hy-board-rowtext{min-width:0!important;}
.hy-board-rowtext strong{display:block!important;color:#151219!important;font-size:17px!important;font-weight:900!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.hy-board-rowtext strong em,.hy-gallery-info strong em{color:var(--hyb-point)!important;font-style:normal!important;font-weight:900!important;}
.hy-board-rowtext small{display:block!important;margin-top:6px!important;color:#776d78!important;font-size:13px!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.hy-board-rowlink>i{color:var(--hyb-point)!important;font-style:normal!important;font-size:25px!important;font-weight:900!important;}
.hy-board-check,.hy-gallery-check{position:absolute!important;z-index:3!important;display:inline-flex!important;align-items:center!important;gap:6px!important;color:#6e636d!important;font-size:12px!important;font-weight:850!important;}
.hy-board-check{left:12px!important;top:50%!important;transform:translateY(-50%)!important;}
.hy-board-check input,.hy-gallery-check input{accent-color:#e061a0!important;}
.hy-board-check + .hy-board-rowlink{padding-left:80px!important;}
.hy-board-adminbar{justify-content:flex-start!important;margin-top:14px!important;}
.hy-board-empty{padding:34px 18px!important;border:1px dashed var(--hyb-line)!important;border-radius:20px!important;background:#fffafd!important;color:#7b707a!important;text-align:center!important;font-size:15px!important;font-weight:800!important;}
.hy-board-pages{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important;margin-top:22px!important;}
.hy-board-pages a,.hy-board-pages strong,.hy-board-pages span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:34px!important;padding:0 9px!important;border:1px solid var(--hyb-line)!important;border-radius:12px!important;background:#fff!important;color:#5d535d!important;font-weight:850!important;}
.hy-board-pages strong,.hy-board-pages .pg_current{background:var(--hyb-soft2)!important;color:var(--hyb-point)!important;border-color:#efc5da!important;}

/* Gallery */
.hy-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.hy-gallery-card{position:relative!important;overflow:hidden!important;border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--hyb-shadow-sm)!important;transition:.18s ease!important;}
.hy-gallery-card:hover{transform:translateY(-2px)!important;box-shadow:var(--hyb-shadow)!important;}
.hy-gallery-link{display:block!important;}
.hy-gallery-thumb{display:flex!important;align-items:center!important;justify-content:center!important;aspect-ratio:4/3!important;background:linear-gradient(135deg,#fff0f7,#f7f3ff)!important;overflow:hidden!important;}
.hy-gallery-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.hy-gallery-thumb em{font-style:normal!important;font-size:42px!important;opacity:.8!important;}
.hy-gallery-info{display:block!important;padding:16px 17px 18px!important;}
.hy-gallery-info strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:46px!important;color:#151219!important;font-size:17px!important;font-weight:900!important;line-height:1.35!important;}
.hy-gallery-info small{display:block!important;margin-top:10px!important;color:#776d78!important;font-size:13px!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.hy-gallery-check{top:12px!important;left:12px!important;min-height:32px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(255,255,255,.94)!important;border:1px solid var(--hyb-line)!important;}

/* View */
.hy-view-back{display:inline-flex!important;margin-bottom:12px!important;color:#80526d!important;font-size:14px!important;font-weight:850!important;}
.hy-view-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:14px!important;}
.hy-view-meta span{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 11px!important;border:1px solid var(--hyb-line)!important;border-radius:999px!important;background:#fff8fc!important;color:#6c626d!important;font-size:13px!important;font-weight:750!important;}
.hy-view-meta strong{color:#2e2930!important;}
.hy-view-images{display:grid!important;gap:14px!important;margin:0 0 18px!important;padding:18px!important;border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--hyb-shadow-sm)!important;}
.hy-view-images img{display:block!important;max-width:100%!important;height:auto!important;margin:0 auto!important;border-radius:18px!important;border:1px solid var(--hyb-line2)!important;}
.hy-view-content{min-height:220px!important;margin:0 0 18px!important;padding:28px!important;border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--hyb-shadow)!important;color:#2d2830!important;font-size:16px!important;line-height:1.85!important;overflow:hidden!important;}
.hy-view-content img{max-width:100%!important;height:auto!important;border-radius:16px!important;}
.hy-view-content p{margin:0 0 1em!important;}
.hy-view-box{margin:0 0 16px!important;padding:18px!important;border:1px solid var(--hyb-line)!important;border-radius:22px!important;background:#fffafd!important;}
.hy-view-box h2{margin:0 0 12px!important;color:#302a32!important;font-size:16px!important;font-weight:900!important;}
.hy-view-box li{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 0!important;border-bottom:1px solid var(--hyb-line2)!important;}
.hy-view-box li:last-child{border-bottom:0!important;}
.hy-view-actions{justify-content:space-between!important;margin:18px 0 0!important;padding:18px!important;border:1px solid var(--hyb-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--hyb-shadow-sm)!important;}
.hy-view-reaction{justify-content:center!important;margin:18px 0!important;}

/* Comments */
.hy-comments,.hy-comment-write{margin-top:22px!important;padding:22px 28px!important;border:1px solid var(--hyb-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--hyb-shadow-sm)!important;}
.hy-comments-head h2,.hy-comment-write h2{margin:0 0 14px!important;color:#1c1820!important;font-size:20px!important;font-weight:900!important;letter-spacing:-.035em!important;}
.hy-comments-head strong{color:var(--hyb-point)!important;}
.hy-comment-list{display:grid!important;gap:10px!important;}
.hy-comment{padding:16px!important;border:1px solid var(--hyb-line)!important;border-radius:20px!important;background:#fff!important;}
.hy-comment.is-reply{margin-left:calc(var(--depth,0) * 22px)!important;background:#fffafd!important;}
.hy-comment-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:8px!important;}
.hy-comment-meta strong{color:#221b24!important;font-weight:900!important;}
.hy-comment-meta span{color:#877c86!important;font-size:13px!important;font-weight:700!important;}
.hy-comment-content{color:#342e36!important;font-size:15px!important;line-height:1.7!important;}
.hy-comment-tools{display:flex!important;gap:7px!important;margin-top:10px!important;}
.hy-comment-tools a{min-height:30px!important;height:30px!important;padding:0 10px!important;font-size:12px!important;}
.hy-comment-guest{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:10px!important;}
.hy-comment-guest input,.hy-comment-write textarea{width:100%!important;border:1px solid var(--hyb-line)!important;border-radius:16px!important;background:#fff!important;outline:0!important;box-shadow:none!important;font-family:inherit!important;}
.hy-comment-guest input{height:44px!important;padding:0 13px!important;}
.hy-comment-write textarea{min-height:116px!important;padding:14px!important;resize:vertical!important;font-size:15px!important;line-height:1.7!important;}
.hy-comment-captcha{margin-top:12px!important;padding:12px!important;border:1px dashed var(--hyb-line)!important;border-radius:18px!important;background:#fffafd!important;}
.hy-comment-submit{margin-top:12px!important;}

/* Existing write skin alignment */
.hy-write-shell{margin:0 auto!important;padding:28px!important;border:1px solid var(--hyb-line)!important;border-radius:30px!important;background:#fff!important;box-shadow:var(--hyb-shadow)!important;}
.hy-write-titlebar{border:0!important;border-bottom:1px solid var(--hyb-line2)!important;border-radius:0!important;padding:0 0 20px!important;margin:0 0 18px!important;background:transparent!important;box-shadow:none!important;}
.hy-write-native.hy-write-card{border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important;}
.hy-write-section,.hy-write-file{border-color:var(--hyb-line)!important;}
.hy-write-actions{border-top-color:var(--hyb-line2)!important;}
.hy-sub-container img{max-width:100%!important;height:auto!important;}

@media (max-width:980px){
  .hy-board-title{align-items:flex-start!important;}
  .hy-board-toolbar{grid-template-columns:1fr!important;}
  .hy-board-search{justify-self:stretch!important;display:grid!important;grid-template-columns:140px minmax(0,1fr) 64px!important;border-radius:22px!important;}
  .hy-board-search select,.hy-board-search input,.hy-board-search button{width:100%!important;min-width:0!important;}
  .hy-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .hy-view-actions{display:block!important;}
  .hy-view-actions>div{justify-content:flex-start!important;margin-top:8px!important;}
}
@media (max-width:640px){
  .hy-sub-container:has(.hy-board-screen),.hy-sub-container:has(.hy-write-shell){padding:0 8px!important;}
  .hy-board-title,.hy-view-head,.hy-write-shell{padding:18px!important;border-radius:22px!important;}
  .hy-board-title{display:block!important;}
  .hy-board-actions{justify-content:flex-start!important;margin-top:14px!important;}
  .hy-board-title h1,.hy-view-head h1{font-size:25px!important;}
  .hy-board-search{grid-template-columns:1fr!important;border-radius:20px!important;}
  .hy-board-rowlink{grid-template-columns:1fr auto!important;gap:8px!important;min-height:auto!important;padding:16px!important;}
  .hy-board-no{justify-self:start!important;}
  .hy-board-rowtext{grid-column:1/2!important;}
  .hy-board-rowtext strong,.hy-board-rowtext small{white-space:normal!important;}
  .hy-board-rowlink>i{grid-column:2!important;grid-row:1/3!important;}
  .hy-board-check{position:static!important;transform:none!important;margin:10px 0 0 12px!important;}
  .hy-board-check + .hy-board-rowlink{padding-left:16px!important;}
  .hy-gallery-grid{grid-template-columns:1fr!important;}
  .hy-view-content,.hy-view-images{padding:18px!important;border-radius:20px!important;}
  .hy-comments,.hy-comment-write{padding:16px!important;border-radius:22px!important;}
  .hy-board-btn{min-height:40px!important;padding:0 13px!important;font-size:13px!important;}
  .hy-comment-guest{grid-template-columns:1fr!important;}
  .hy-comment.is-reply{margin-left:10px!important;}
}

/* real fix: when /board/{bo_table} route does not load theme/head.php, board skin prints the same header and wrapper itself. */
.hy-board-fallback-wrap{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#fff8fc 42%,#ffffff 100%)!important;}
.hy-board-fallback-wrap .hy-main--sub{padding:30px 0 56px!important;}
.hy-board-fallback-container{max-width:1180px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important;}
.hy-board-fallback-container .hy-board-screen:first-child,
.hy-board-fallback-container .hy-write-shell:first-child{margin-top:0!important;}

/* Never let the custom board render as naked browser-default text. */
#bo_list.hy-board-screen,#bo_gall.hy-board-screen,#bo_v.hy-board-screen,#bo_w.hy-write-shell{display:block!important;}
.hy-board-screen input[type="checkbox"]{accent-color:var(--hyb-point)!important;}
.hy-board-screen .sound_only,.hy-write-shell .sound_only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}

/* Gallery information cleanup */
.hy-gallery-info strong,.hy-board-rowtext strong{word-break:keep-all!important;}
.hy-gallery-info small,.hy-board-rowtext small{color:#786f79!important;}
.hy-gallery-card .sv_wrap,.hy-board-row .sv_wrap{display:inline!important;}
.hy-gallery-card .sv_wrap .sv,.hy-board-row .sv_wrap .sv{display:none!important;}


/* 회원 사이드뷰 메뉴가 작성자 메타 안에 딸려 나오는 경우 강제 차단 */
.hy-board-screen .sv,
.hy-board-screen .sv_wrap,
.hy-board-screen .member-menu,
.hy-board-screen .profile_img + .sv,
.hy-board-screen .sv_member + .sv,
.hy-board-screen .sv_guest + .sv {
    display: none !important;
}
.hy-board-screen .sv_member,
.hy-board-screen .sv_guest {
    display: inline !important;
    color: inherit !important;
    text-decoration: none !important;
}

/* Related link click safety */
.hy-view-links a,.hy-view-links .hy-related-link{display:inline-flex!important;align-items:center!important;gap:6px!important;max-width:100%!important;color:#111827!important;text-decoration:none!important;pointer-events:auto!important;position:relative!important;z-index:2!important;word-break:break-all!important;}
.hy-view-links a:hover,.hy-view-links .hy-related-link:hover{color:#d45b9b!important;text-decoration:underline!important;}
.hy-view-links li{justify-content:flex-start!important;}


/* YouTube auto embed for wr_link / pasted YouTube URL */
.hy-youtube-box{padding:18px!important;border:1px solid var(--hyb-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--hyb-shadow-sm)!important;}
.hy-youtube-box h2{margin:0 0 12px!important;color:#302a32!important;font-size:16px!important;font-weight:900!important;}
.hy-youtube-grid{display:grid!important;gap:14px!important;}
.hy-youtube-embed{position:relative!important;width:100%!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:20px!important;background:#111!important;border:1px solid var(--hyb-line2)!important;box-shadow:0 12px 32px rgba(41,29,36,.08)!important;}
.hy-youtube-embed iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;display:block!important;}
@supports not (aspect-ratio:16/9){.hy-youtube-embed{height:0!important;padding-top:56.25%!important;}.hy-youtube-embed iframe{position:absolute!important;left:0!important;top:0!important;}}
@media (max-width:640px){.hy-youtube-box{padding:14px!important;border-radius:20px!important;}.hy-youtube-embed{border-radius:16px!important;}}


/* =========================================================
   HY WRITE LINK PREVIEW
   ========================================================= */


/* 배포 핫픽스: 링크 미리보기 카드 - 글쓰기/글읽기 공통 */
.hy-view-link-previews .hy-view-link-preview-grid{display:grid!important;gap:12px!important;margin-top:10px!important;}
.hy-view-link-previews .hy-related-link{display:inline-flex!important;width:auto!important;max-width:100%!important;padding:10px 12px!important;border-radius:14px!important;background:#fff8fc!important;border:1px dashed rgba(236,124,169,.28)!important;color:#6b4f60!important;font-weight:800!important;text-decoration:none!important;}


/* Link preview: metadata-first card. Shows page title + short content snippet clearly. */
@media(max-width:560px){
}


/* Link preview state fixes */
    margin-top:10px;
    padding:12px 14px;
    border-radius:16px;
    border:1px solid rgba(244,114,182,.22);
    background:#fff7fb;
    color:#9f466e;
    font-size:13px;
    line-height:1.45;
    word-break:keep-all;
    overflow-wrap:break-word;
}


/* 링크 미리보기 제거 후 일반 관련 링크 정렬 */
.hy-related-link-list{display:grid!important;gap:10px!important;margin-top:10px!important;}
.hy-related-link-list .hy-related-link{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;overflow:hidden!important;}
.hy-related-link-list .hy-related-link span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
