/* ==============================================================
 * HC Joyn Banners — Joyn Menu slot (menu/1, menu/2, menu/3)
 * 사각·풀블리드 — 인디고 그라데이션/라운드 없음
 * ============================================================== */

#hcMenuOverlay .hc-menu-banner-slot,
.hc-menu-banner-slot {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

#hcMenuOverlay .hc-menu-banner-slot .hcjb-position--joyn_menu_below_icons,
#hcMenuOverlay .hc-menu-banner-slot .hcjb-position--joyn_menu_above_footer,
#hcMenuOverlay .hc-menu-banner-slot .hcjb-position--joyn_menu_slot,
.hc-menu-banner-slot .hcjb-position--joyn_menu_below_icons,
.hc-menu-banner-slot .hcjb-position--joyn_menu_above_footer,
.hc-menu-banner-slot .hcjb-position--joyn_menu_slot {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#hcMenuOverlay .hc-menu-banner-slot .hcjb,
.hc-menu-banner-slot .hcjb {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  font-family: var(--hcjb-font);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#hcMenuOverlay .hc-menu-banner-slot .hcjb *,
.hc-menu-banner-slot .hcjb * {
  border-radius: 0 !important;
}

/* menu/1 — compact (기본: 다크 슬레이트 + 골드 액센트) */
.hc-menu-banner-slot .hcjb--menu-compact {
  background: #1a1f2e;
  color: #f8fafc;
  min-height: 72px;
  max-height: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 0 0 #e8b84a;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-slate {
  background: #1a1f2e;
  box-shadow: inset 4px 0 0 #e8b84a;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-amber {
  background: #3d2e14;
  color: #fffbeb;
  box-shadow: inset 4px 0 0 #f59e0b;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-teal {
  background: #0f2a2a;
  color: #ecfeff;
  box-shadow: inset 4px 0 0 #2dd4bf;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-rose {
  background: #2a1520;
  color: #fff1f2;
  box-shadow: inset 4px 0 0 #fb7185;
}
/* 구 인디고 등 레거시 color_scheme — 슬레이트로 통일 */
.hc-menu-banner-slot .hcjb--menu-compact.is-color-indigo,
.hc-menu-banner-slot .hcjb--menu-compact.is-color-violet,
.hc-menu-banner-slot .hcjb--menu-compact.is-color-green {
  background: #1a1f2e !important;
  background-image: none !important;
  box-shadow: inset 4px 0 0 #e8b84a;
}

.hc-menu-banner-slot .menu-compact-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 12px 44px 12px 14px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.hc-menu-banner-slot .menu-compact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
}
.hc-menu-banner-slot .menu-compact-icon i {
  font-size: 20px;
  color: #e8b84a;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-amber .menu-compact-icon i {
  color: #fbbf24;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-teal .menu-compact-icon i {
  color: #2dd4bf;
}
.hc-menu-banner-slot .hcjb--menu-compact.is-color-rose .menu-compact-icon i {
  color: #fb7185;
}
.hc-menu-banner-slot .menu-compact-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hc-menu-banner-slot .menu-compact-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  color: #e8b84a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hc-menu-banner-slot .menu-compact-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #f8fafc;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hc-menu-banner-slot .menu-compact-chevron {
  flex-shrink: 0;
  font-size: 22px;
  color: rgba(248, 250, 252, 0.55);
}

/* menu/2 — promo */
.hc-menu-banner-slot .hcjb--menu-promo {
  background: #141820;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 80px;
  max-height: none;
  box-shadow: inset 4px 0 0 #38bdf8;
}
.hc-menu-banner-slot .menu-promo-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 80px;
  padding: 0 44px 0 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.hc-menu-banner-slot .menu-promo-thumb {
  flex-shrink: 0;
  width: 80px;
  min-height: 80px;
  border-radius: 0;
  overflow: hidden;
  background: #0c0f14;
}
.hc-menu-banner-slot .menu-promo-thumb img {
  width: 100%;
  height: 100%;
  min-height: 80px;
  object-fit: cover;
  display: block;
}
.hc-menu-banner-slot .menu-promo-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px;
}
.hc-menu-banner-slot .menu-promo-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #f8fafc;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hc-menu-banner-slot .menu-promo-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: rgba(248, 250, 252, 0.72);
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hc-menu-banner-slot .menu-promo-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: rgba(248, 250, 252, 0.5);
}
.hc-menu-banner-slot .hcjb--menu-promo .menu-promo-inner {
  position: relative;
}

/* menu/3 — image only (no icon / title / labels) */
.hc-menu-banner-slot .hcjb--menu-image {
  background: #0c0f14;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 0;
  padding: 0;
  line-height: 0;
}
.hc-menu-banner-slot .menu-image-inner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  overflow: hidden;
}
.hc-menu-banner-slot .menu-image-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 140px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
.hc-menu-banner-slot .hcjb--menu-image .hcjb-close {
  top: 6px;
  right: 6px;
}

.hc-menu-banner-slot .hcjb .hcjb-close {
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
