/* Homepage consultation viewer (scoped .hcv) — PC + MB */

.home-consult-modal {
  width: min(1100px, 100%) !important;
  max-height: min(92vh, 980px);
}

.home-consult-body {
  padding: 0;
  overflow: auto;
  background: #f2f4f6;
  -webkit-overflow-scrolling: touch;
}

.home-consult-body .hcv {
  font-family: 'Be Vietnam Pro', 'Nunito Sans', system-ui, sans-serif;
  color: #1a1a2e;
  font-size: 14px;
}

.hcv-empty {
  margin: 28px 16px;
  padding: 28px 18px;
  text-align: center;
  color: #666;
  background: #fff;
  border: 1px dashed #d8dde6;
  border-radius: 14px;
  font-size: 13.5px;
}

/* Hero */
.hcv-hero-wrap {
  margin: 14px 14px 0;
}

.hcv-hero {
  position: relative;
  min-height: 280px;
  background: #0a0e1a;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(10, 14, 26, .22);
}

.hcv-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .85;
}

.hcv-hero-bg-empty {
  background: linear-gradient(135deg, #0c1830, #1a3060);
  opacity: 1;
}

.hcv-hero-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 14, 26, .78) 28%, rgba(10, 14, 26, .12) 100%);
}

.hcv-hero-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 280px;
  padding: 28px 28px;
  gap: 20px;
}

.hcv-hero-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 12px;
}

.hcv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(240, 168, 48, .18);
  border: 1px solid rgba(240, 168, 48, .4);
  color: #f0c060;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 12px;
  width: fit-content;
}

.hcv-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 8px;
}

.hcv-hero-meta {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 14px;
}

.hcv-hero-pricerow {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.hcv-hero-pricebox {
  min-width: 0;
}

.hcv-price-from {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 2px;
}

.hcv-price-val {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 900;
  color: #f0c060;
  line-height: 1.15;
}

.hcv-btn-schedule {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 24px;
  background: linear-gradient(135deg, #f0a830, #e08820);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(224, 136, 32, .28);
}

.hcv-btn-schedule:hover {
  filter: brightness(1.05);
}

.hcv-btn-schedule-mb {
  display: none;
}

.hcv-hero-right {
  width: 268px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hcv-hero-right .hcv-info-card {
  background: rgba(18, 22, 34, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 10px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}

.hcv-ic-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.hcv-ic-ico {
  font-size: 17px;
  flex-shrink: 0;
  line-height: 1.2;
  margin-top: 1px;
}

.hcv-ic-lbl {
  font-size: 9.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 2px;
}

.hcv-ic-val {
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  word-break: break-word;
}

.hcv-hero-istrip {
  display: none;
}

/* Tabs */
.hcv-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  overflow-x: auto;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-top: 12px;
  scrollbar-width: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.hcv-tabs::-webkit-scrollbar {
  display: none;
}

.hcv-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 14px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  color: #888;
  border-bottom: 2.5px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

.hcv-tab-i {
  font-size: 15px;
  line-height: 1;
}

.hcv-tab.on {
  color: #1a2744;
  border-bottom-color: #1a2744;
  font-weight: 800;
}

.hcv-content {
  padding: 16px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Cards */
.hcv-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eee;
  padding: 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .04);
  scroll-margin-top: 56px;
}

.hcv-card-hd {
  margin-bottom: 12px;
}

.hcv-card-t {
  font-size: 13px;
  font-weight: 800;
  color: #1a1a2e;
}

.hcv-desc {
  font-size: 12.5px;
  color: #444;
  line-height: 1.55;
  margin: 10px 0 0;
}

/* Map */
.hcv-glegs {
  border: 1px solid #e8eaed;
  border-radius: 10px;
  overflow: hidden;
}

.hcv-gleg {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f3f4;
}

.hcv-gleg:last-child {
  border-bottom: none;
}

.hcv-gleg-ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E8F0FE;
  color: #185ABC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

.hcv-gleg-route {
  font-size: 12.5px;
  font-weight: 700;
  color: #202124;
}

.hcv-gleg-mode {
  font-size: 10.5px;
  color: #70757a;
  margin-top: 1px;
}

.hcv-map-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.hcv-ms {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f6fa;
  border-radius: 9px;
  padding: 9px 11px;
}

.hcv-ms-ico {
  font-size: 16px;
}

.hcv-ms-val {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a2e;
}

.hcv-ms-lbl {
  font-size: 9.5px;
  color: #888;
}

.hcv-map-photos {
  display: grid;
  gap: 10px;
}

.hcv-map-ph {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.hcv-map-ph img {
  width: 100%;
  display: block;
  max-height: 280px;
  object-fit: cover;
}

.hcv-map-ph figcaption,
.hcv-gali-i figcaption {
  padding: 6px 10px;
  font-size: 11px;
  color: #666;
  background: #fafafa;
}

/* Schedule */
.hcv-sched-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.hcv-sched-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hcv-sched-d {
  font-size: 12px;
  font-weight: 800;
  color: #185ABC;
  background: #E8F0FE;
  border-radius: 8px;
  padding: 8px 6px;
  text-align: center;
  align-self: start;
}

.hcv-sched-tt {
  font-size: 13px;
  font-weight: 800;
  color: #1a2744;
}

.hcv-sched-ds {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
  line-height: 1.45;
}

.hcv-chip {
  display: inline-block;
  margin-top: 6px;
  font-size: 10.5px;
  font-weight: 700;
  color: #185ABC;
  background: #E8F0FE;
  border: 1px solid #d2e3fc;
  padding: 2px 8px;
  border-radius: 20px;
}

/* Sights / meals grids */
.hcv-attr-grid,
.hcv-meal-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.hcv-atrc,
.hcv-mc2 {
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

.hcv-atrc-img,
.hcv-mc2-img {
  height: 96px;
  overflow: hidden;
  background: #e8eef8;
}

.hcv-atrc-img img,
.hcv-mc2-img img,
.hcv-fb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hcv-fb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: linear-gradient(135deg, #e8eef8, #f5f6fa);
}

.hcv-atrc-info,
.hcv-mc2-info {
  padding: 8px 9px 10px;
}

.hcv-atrc-name,
.hcv-mc2-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #1a1a2e;
}

.hcv-atrc-desc {
  font-size: 10.5px;
  color: #888;
  line-height: 1.4;
  margin-top: 2px;
}

.hcv-spec-hd {
  font-size: 11.5px;
  font-weight: 800;
  color: #1a2744;
  margin: 12px 0 8px;
}

.hcv-meal-note {
  background: #f8f8fc;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Transport */
.hcv-tm {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.hcv-tm:last-child {
  margin-bottom: 0;
}

.hcv-tm-hd {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  background: #f8fafc;
  border-bottom: 1px solid #f0f0f0;
}

.hcv-tm-t {
  font-size: 12.5px;
  font-weight: 800;
  color: #1a2744;
}

.hcv-tm-body {
  padding: 10px 11px;
}

.hcv-tm-img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
}

.hcv-tm-fl {
  display: flex;
  gap: 6px;
  background: #f5f8ff;
  border: 1px solid #d2e3fc;
  border-radius: 8px;
  padding: 7px 10px;
  margin-bottom: 7px;
}

.hcv-tm-fl-c {
  flex: 1;
  text-align: center;
}

.hcv-tm-fl-l {
  font-size: 8.5px;
  font-weight: 700;
  color: #8aa;
  text-transform: uppercase;
}

.hcv-tm-fl-v {
  font-size: 11px;
  font-weight: 800;
  color: #1a2744;
  margin-top: 1px;
}

.hcv-bag-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hcv-bag {
  text-align: center;
  background: #f5f6fa;
  border-radius: 8px;
  padding: 8px 4px;
  border: 1px solid #eee;
}

.hcv-bag-l {
  font-size: 8.5px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}

.hcv-bag-v {
  font-size: 12px;
  font-weight: 800;
  color: #1a1a2e;
  margin-top: 2px;
}

.hcv-tm-meta {
  font-size: 11.5px;
  color: #555;
  margin-bottom: 4px;
}

.hcv-tm-d {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
}

/* Hotels */
.hcv-hlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hcv-hli {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #eee;
  border-radius: 9px;
  padding: 8px 10px;
}

.hcv-hli-ico {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  background: #e8eef8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.hcv-hli-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcv-hli-b {
  flex: 1;
  min-width: 0;
}

.hcv-hli-n {
  font-size: 12px;
  font-weight: 800;
  color: #1a2744;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hcv-hli-s {
  font-size: 10.5px;
  color: #888;
  margin-top: 1px;
}

.hcv-hli-r {
  text-align: right;
  flex-shrink: 0;
}

.hcv-hli-star {
  font-size: 11px;
  color: #f0a830;
  letter-spacing: .5px;
}

.hcv-hli-night {
  font-size: 10px;
  color: #888;
}

/* Info */
.hcv-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hcv-info-card {
  background: #f8fafc;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
}

.hcv-info-hd {
  font-size: 12px;
  font-weight: 800;
  color: #1a2744;
  margin-bottom: 6px;
}

.hcv-info-bd {
  font-size: 12px;
  color: #444;
  line-height: 1.5;
}

/* FAQ */
.hcv-fq {
  border: 1px solid #eee;
  border-radius: 9px;
  margin-bottom: 7px;
  background: #fff;
  overflow: hidden;
}

.hcv-fqq {
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1a2744;
  cursor: pointer;
  list-style: none;
}

.hcv-fqq::-webkit-details-marker {
  display: none;
}

.hcv-fqa {
  padding: 0 12px 12px;
  font-size: 12px;
  color: #444;
  line-height: 1.5;
}

/* Policy */
.hcv-pol-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hcv-pol-step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #333;
  background: #f8fafc;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 10px;
}

.hcv-pol-n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1a2744;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.hcv-pol-hd {
  font-size: 11.5px;
  font-weight: 800;
  color: #1a2744;
  margin-bottom: 2px;
}

.hcv-pol-sec {
  margin-top: 12px;
}

/* Media */
.hcv-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.hcv-docc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 9px;
  background: #eef3ff;
  border: 1px solid #c0cce8;
  color: #1a5bc4;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hcv-docc:hover {
  background: #e0eaff;
}

.hcv-gali {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.hcv-gali-i {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

.hcv-gali-i img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .home-consult-ov {
    padding: 0;
    align-items: stretch;
  }

  .home-consult-modal {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }

  .hcv-hero-wrap {
    margin: 10px 10px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(10, 14, 26, .22);
  }

  .hcv-hero {
    min-height: 210px;
    border-radius: 0;
    box-shadow: none;
  }

  .hcv-hero-ov {
    background: linear-gradient(0deg, rgba(8, 12, 22, .85) 0%, rgba(8, 12, 22, .25) 55%, transparent 100%);
  }

  .hcv-hero-inner {
    min-height: 210px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
  }

  .hcv-hero-left {
    padding-right: 0;
    justify-content: flex-end;
  }

  .hcv-hero-right {
    display: none;
  }

  .hcv-hero-title {
    font-size: 24px;
  }

  .hcv-hero-pricerow {
    margin-top: 12px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .hcv-btn-schedule {
    margin-left: 0;
    padding: 9px 14px;
    font-size: 12px;
    border-radius: 9px;
    box-shadow: none;
  }

  .hcv-btn-schedule-pc {
    display: none;
  }

  .hcv-btn-schedule-mb {
    display: inline;
  }

  .hcv-price-val {
    font-size: 19px;
  }

  .hcv-hero-istrip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #141f38;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .hcv-is {
    padding: 10px 8px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .07);
  }

  .hcv-is:nth-child(3n) {
    border-right: none;
  }

  .hcv-is-i {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
  }

  .hcv-is-l {
    font-size: 8px;
    font-weight: 600;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2px;
  }

  .hcv-is-v {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    word-break: break-word;
  }

  .hcv-content {
    padding: 12px 10px 20px;
    gap: 11px;
  }

  .hcv-card {
    padding: 14px;
    border-radius: 12px;
  }

  .hcv-map-stats {
    grid-template-columns: 1fr;
  }

  .hcv-attr-grid,
  .hcv-meal-g {
    grid-template-columns: 1fr 1fr;
  }

  .hcv-info-grid {
    grid-template-columns: 1fr;
  }

  .hcv-gali {
    grid-template-columns: 1fr 1fr;
  }

  .hcv-bag-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .hcv-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 20px 18px 28px;
  }

  .hcv-sec-map,
  .hcv-sec-schedule,
  .hcv-sec-sights,
  .hcv-sec-meals,
  .hcv-sec-faq,
  .hcv-sec-media,
  .hcv-sec-policy {
    grid-column: 1 / -1;
  }

  .hcv-hero-wrap {
    margin: 16px 18px 0;
  }

  .hcv-hero {
    min-height: 340px;
  }

  .hcv-hero-inner {
    min-height: 340px;
    padding: 36px;
  }

  .hcv-hero-title {
    font-size: 40px;
  }
}

/* ── Embed in schedule-detail modal ── */
.hsd-consult-hero {
  margin: 0 0 12px;
}

.hsd-consult-hero[hidden] {
  display: none !important;
}

.hsd-consult-hero .hcv-hero-wrap {
  margin: 0;
}

.hsd-consult-hero .hcv-hero {
  min-height: 220px;
  border-radius: 14px;
}

.hsd-consult-hero .hcv-hero-inner {
  min-height: 220px;
  padding: 20px 22px;
}

.hsd-consult-hero .hcv-hero-title {
  font-size: 28px;
}

.hsd-consult-hero .hcv-price-val {
  font-size: 22px;
}

.hsd-consult-hero .hcv-hero-right .hcv-info-card {
  padding: 14px 16px;
  gap: 10px;
  background: rgba(16, 20, 32, .82);
}

.hsd-consult-hero .hcv-hero-right {
  width: 248px;
}

.hsd-consult-card .hsd-consult-body {
  padding: 0 0 4px;
}

.hsd-consult-card .hcv-embed {
  background: transparent;
}

.hsd-consult-card .hcv-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hsd-consult-card .hcv-preview-g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hsd-consult-card .hcv-preview-g2 > .hcv-card {
  margin: 0;
  height: 100%;
  grid-column: auto;
}

.hsd-consult-card .hcv-full {
  display: none;
  margin-top: 12px;
}

.hsd-consult-card .hcv-full.open {
  display: block;
}

.hsd-consult-card .hcv-expand {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.hsd-consult-card .hcv-expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 10px;
  border: 1.5px solid #0096AD;
  background: #EAF6F8;
  color: #007a8c;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.hsd-consult-card .hcv-expand-btn:hover {
  background: #d8eef2;
}

.hsd-consult-card .hcv-empty {
  margin: 0;
  padding: 36px 20px;
  text-align: center;
  font-size: 12.5px;
  font-style: italic;
  color: #7a8494;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hsd-consult-card .hcv-preview-g2 {
    grid-template-columns: 1fr;
  }

  .hsd-consult-hero .hcv-hero-wrap {
    border-radius: 14px;
  }

  .hsd-consult-hero .hcv-hero {
    min-height: 180px;
  }

  .hsd-consult-hero .hcv-hero-inner {
    min-height: 180px;
    padding: 14px 14px;
  }

  .hsd-consult-hero .hcv-hero-title {
    font-size: 22px;
  }

  .hsd-consult-card .hcv-expand-btn {
    width: 100%;
    padding: 12px;
    border-radius: 11px;
    font-size: 12.5px;
  }
}

/* ── Tour schedule list (hero button modal) ── */
.home-sched-sub-modal.home-sched-sub-modal--wide {
  width: min(860px, 96vw);
}

.hcv-sch-note {
  background: #eef3ff;
  border: 1px solid #c0cce8;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 12.5px;
  color: #1a3080;
  line-height: 1.6;
  margin-top: 12px;
}

.hcv-sch-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hcv-sch-tab {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #f5f6fa;
  color: #555;
  font-family: inherit;
}

.hcv-sch-tab.on {
  background: #1a2744;
  color: #fff;
  border-color: #1a2744;
}

.hcv-sch-panel[hidden] {
  display: none !important;
}

.hcv-sch-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.hcv-sch-table th {
  background: #f5f6fa;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #888;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.hcv-sch-table td {
  padding: 12px 14px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  color: #333;
  vertical-align: middle;
}

.hcv-sch-table tr:last-child td {
  border-bottom: none;
}

.hcv-sch-table tr:hover td {
  background: #fafbff;
}

.hcv-sch-price {
  color: #e08820;
  font-weight: 800;
}

.hcv-sch-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}

.hcv-sch-badge.sg {
  background: #e8f5ee;
  color: #1a7040;
  border: 1px solid #b8d8c4;
}

.hcv-sch-badge.so {
  background: #fff3e0;
  color: #b85e10;
  border: 1px solid #f5c890;
}

.hcv-sch-badge.sb {
  background: #eef3ff;
  color: #1a4bc4;
  border: 1px solid #c0cce8;
}

.hcv-sch-badge.sf {
  background: #fdecea;
  color: #a12828;
  border: 1px solid #f0c0c0;
}

.hcv-sch-btn {
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: linear-gradient(135deg, #f0a830, #e08820);
  color: #fff;
  white-space: nowrap;
}

.hcv-sch-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.hcv-sch-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hcv-sch-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 11px 13px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hcv-sch-card-l {
  flex: 1;
  min-width: 0;
}

.hcv-sch-card-date {
  font-size: 13.5px;
  font-weight: 800;
  color: #1a1a2e;
}

.hcv-sch-card-back {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.hcv-sch-card-info {
  display: flex;
  gap: 6px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.hcv-sch-card-r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.hcv-sch-card-p {
  font-size: 14px;
  font-weight: 900;
  color: #e08820;
}

.hcv-sch-desktop {
  display: block;
}

.hcv-sch-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hcv-sch-desktop {
    display: none;
  }

  .hcv-sch-mobile {
    display: block;
  }

  .home-sched-sub-modal.home-sched-sub-modal--wide {
    width: 100%;
    max-height: 88vh;
    border-radius: 16px 16px 0 0;
  }
}
