:root{
  --tv-bg:#f6f7fb;
  --tv-card:#fff;
  --tv-text:#0f172a;
  --tv-muted:#64748b;
  --tv-line:#e6eef5;

  --tv-pri:#2563eb;
  --tv-pri2:#1d4ed8;
  --tv-danger:#ef4444;
  --tv-warn:#f59e0b;
  --tv-ok:#22c55e;

  --tv-shadow:0 10px 30px rgba(2,6,23,.08);
  --tv-r:18px;
  --tv-r2:22px;
  --tv-container:1180px;
}

.vn-travel{
  color:var(--tv-text);
  background:transparent;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
}

/* container */
.tv-container{ max-width:var(--tv-container); margin:0 auto; padding:0 18px; }

/* typography */
.tv-kicker{ font-size:12px; color:var(--tv-muted); font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.tv-h1{ font-size:34px; line-height:1.15; margin:10px 0 8px; letter-spacing:-.02em; }
.tv-h2{ font-size:24px; margin:0 0 10px; letter-spacing:-.01em; }
.tv-h3{ font-size:18px; margin:0 0 10px; }
.tv-h4{ font-size:14px; margin:0 0 8px; }
.tv-lead{ color:var(--tv-muted); font-size:16px; line-height:1.75; margin:0 0 14px; }
.tv-muted{ color:var(--tv-muted); font-size:13px; }
.tv-strong{ font-weight:950; }

/* buttons */
.tv-btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:42px; padding:0 14px;
  border-radius:14px;
  border:1px solid var(--tv-line);
  background:#fff;
  color:var(--tv-text);
  text-decoration:none;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
.tv-btn:hover{ box-shadow:0 10px 20px rgba(2,6,23,.08); }
.tv-btn-pri{
  background:linear-gradient(180deg,var(--tv-pri),var(--tv-pri2));
  border-color:rgba(37,99,235,.25);
  color:#fff;
}
.tv-btn-ghost{
  background:rgba(37,99,235,.06);
  border-color:rgba(37,99,235,.14);
}
.tv-btn-danger{
  background:rgba(239,68,68,.08);
  border-color:rgba(239,68,68,.18);
  color:#991b1b;
}
.tv-btn-sm{ height:34px; padding:0 10px; border-radius:12px; font-size:13px; }
.tv-btn-block{ width:100%; }

/* cards */
.tv-card{
  background:var(--tv-card);
  border:1px solid var(--tv-line);
  border-radius:var(--tv-r2);
  box-shadow:var(--tv-shadow);
  overflow:hidden;
}
.tv-card-pad{ padding:16px 16px; }
.tv-divider{ height:1px; background:var(--tv-line); margin:14px 0; }

/* hero */
.tv-hero{
  padding:22px 0 18px;
  background:
    radial-gradient(900px 220px at 20% 0%, rgba(37,99,235,.12), transparent 60%),
    radial-gradient(700px 240px at 90% 10%, rgba(29,78,216,.10), transparent 60%);
}
.tv-hero-inner{ display:grid; grid-template-columns:1.3fr .9fr; gap:16px; align-items:start; }
.tv-hero-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:8px; }
.tv-search{
  display:flex; gap:10px; flex-wrap:wrap;
  background:#fff; border:1px solid var(--tv-line);
  border-radius:16px; padding:10px;
}
.tv-search input{
  flex:1; min-width:220px;
  height:42px; border:0; outline:0;
  font:inherit; color:inherit;
}
.tv-meta{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:14px; }
.tv-meta-item{ border:1px solid var(--tv-line); border-radius:16px; padding:10px; background:#fff; }
.tv-meta-num{ font-weight:950; font-size:16px; }
.tv-meta-txt{ color:var(--tv-muted); font-size:12px; margin-top:2px; }

.tv-note{ display:flex; gap:10px; align-items:flex-start; margin-top:10px; }
.tv-note-ic{
  width:26px; height:26px; border-radius:10px; display:grid; place-items:center;
  background:rgba(34,197,94,.12); border:1px solid rgba(34,197,94,.18); color:#166534; font-weight:950;
}

/* pagehead */
.tv-pagehead{ padding:16px 0 6px; }
.tv-pagehead-inner{ display:flex; gap:12px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.tv-head-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.tv-breadcrumb{ color:var(--tv-muted); font-size:12px; display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.tv-breadcrumb a{ color:inherit; text-decoration:none; }
.tv-breadcrumb a:hover{ text-decoration:underline; }

/* sections */
.tv-section{ padding:14px 0; }
.tv-sec-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:12px; margin-bottom:10px; }
.tv-link{ color:var(--tv-pri2); font-weight:900; text-decoration:none; }
.tv-link:hover{ text-decoration:underline; }
.tv-mt{ margin-top:14px; }

/* grids */
.tv-grid3{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.tv-grid4{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.tv-grid2{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }

/* tour card */
.tv-tour{ display:flex; flex-direction:column; min-height:100%; }
.tv-cover{
  position:relative;
  height:160px;
  background:linear-gradient(135deg, rgba(37,99,235,.12), rgba(29,78,216,.06));
}
.tv-cover-lg{ height:240px; }
.tv-cover-ph{ height:100%; display:grid; place-items:center; color:rgba(15,23,42,.55); font-weight:900; }
.tv-badge{
  position:absolute; left:12px; top:12px;
  font-size:12px; font-weight:950;
  padding:6px 10px; border-radius:999px;
  background:#fff; border:1px solid var(--tv-line);
}
.tv-tour-bd{ padding:14px 14px; display:grid; gap:8px; }
.tv-tour-title{
  font-weight:950; text-decoration:none; color:var(--tv-text);
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.tv-row{ display:flex; justify-content:space-between; gap:12px; align-items:center; flex-wrap:wrap; }
.tv-price{ font-weight:950; }
.tv-price-lg{ font-size:22px; }
.tv-tour-cta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:4px; }

/* chips */
.tv-chip-row{ display:flex; gap:10px; flex-wrap:wrap; }
.tv-chip{
  border:1px solid var(--tv-line);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tv-chip:hover{ box-shadow:0 10px 20px rgba(2,6,23,.06); }
.tv-chip.is-active{
  background:rgba(37,99,235,.10);
  border-color:rgba(37,99,235,.25);
  color:var(--tv-pri2);
}

/* form */
.tv-field{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.tv-field label{ font-size:12px; color:var(--tv-muted); font-weight:950; }
.tv-field input,.tv-field select,.tv-field textarea{
  width:100%;
  border:1px solid var(--tv-line);
  border-radius:14px;
  padding:10px 12px;
  outline:none;
  font:inherit;
  background:#fff;
}
.tv-field textarea{ resize:vertical; }
.tv-field input:focus,.tv-field select:focus,.tv-field textarea:focus{
  border-color:rgba(37,99,235,.35);
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

/* detail layout */
.tv-detail{ display:grid; grid-template-columns:1.4fr .9fr; gap:14px; align-items:start; }
.tv-detail-main{ min-width:0; }
.tv-detail-side{ position:sticky; top:14px; align-self:start; }

/* reviews */
.tv-reviews{ display:grid; gap:10px; }
.tv-review{ border:1px solid var(--tv-line); border-radius:18px; padding:12px; background:#fff; }
.tv-review-top{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.tv-review-meta{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }

/* prose + timeline */
.tv-prose{ line-height:1.75; overflow-wrap:anywhere; }
.tv-timeline{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.tv-timeline-item{ display:flex; gap:10px; align-items:flex-start; }
.tv-timeline-dot{
  width:10px; height:10px; border-radius:999px; margin-top:7px;
  background:rgba(37,99,235,.35); border:2px solid rgba(37,99,235,.25);
}
.tv-timeline-box{ border:1px solid var(--tv-line); border-radius:16px; padding:10px 12px; width:100%; background:#fff; }

/* summary */
.tv-sum{ display:grid; gap:10px; }
.tv-sum-row{ display:flex; justify-content:space-between; gap:12px; }
.tv-sum-total b{ font-size:18px; }

/* kv */
.tv-kv{ display:grid; gap:10px; }
.tv-kv-row{ display:flex; justify-content:space-between; gap:12px; border:1px solid var(--tv-line); border-radius:16px; padding:10px 12px; background:#fff; }
.tv-kv-row span{ color:var(--tv-muted); font-size:13px; font-weight:900; }

/* table */
.tv-table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
.tv-table{ width:100%; border-collapse:separate; border-spacing:0; }
.tv-table th,.tv-table td{
  border-top:1px solid var(--tv-line);
  padding:12px 10px;
  text-align:left;
  vertical-align:top;
  white-space:normal;
  overflow-wrap:anywhere;
}
.tv-table th{ font-size:12px; color:var(--tv-muted); font-weight:950; background:#fbfdff; }
.tv-th-actions{ width:140px; }
.tv-td-actions{ white-space:nowrap; }
.tv-td-title{ max-width:420px; }

/* pills */
.tv-pill{
  display:inline-flex; padding:5px 10px; border-radius:999px;
  font-size:12px; font-weight:950; border:1px solid var(--tv-line); background:#f8fafc;
}
.tv-pill-ok{ border-color:rgba(34,197,94,.25); background:rgba(34,197,94,.10); color:#166534; }
.tv-pill-warn{ border-color:rgba(245,158,11,.25); background:rgba(245,158,11,.10); color:#92400e; }
.tv-pill-danger{ border-color:rgba(239,68,68,.25); background:rgba(239,68,68,.10); color:#991b1b; }

/* stars */
.tv-stars{
  --pct:0%;
  position:relative;
  display:inline-block;
  font-size:14px;
  letter-spacing:2px;
  line-height:1;
}
.tv-stars::before{ content:"★★★★★"; color:#cbd5e1; }
.tv-stars::after{
  content:"★★★★★";
  position:absolute; left:0; top:0;
  width:var(--pct);
  overflow:hidden;
  color:var(--tv-warn);
}

/* checkout layout */
.tv-checkout{ display:grid; grid-template-columns:1.4fr .9fr; gap:14px; align-items:start; }
.tv-help{ margin-top:10px; color:var(--tv-muted); font-size:12px; }

/* empty + success */
.tv-empty{
  border:1px dashed var(--tv-line);
  border-radius:18px;
  padding:14px;
  background:#fff;
  color:var(--tv-muted);
}
.tv-success{ text-align:center; }
.tv-success-ic{
  width:52px; height:52px; border-radius:18px;
  display:grid; place-items:center;
  margin:0 auto 10px;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.18);
  color:#166534;
  font-weight:950;
  font-size:22px;
}

/* =========================================================
   Province Slider (tỉnh/thành) — giống “Khám phá Việt Nam”
========================================================= */
.pv-slider{ position:relative; }
.pv-track{
  display:flex;
  gap:16px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding:10px 44px 8px;
  scrollbar-width:none;
}
.pv-track::-webkit-scrollbar{ display:none; }

.pv-card{
  flex:0 0 180px;
  text-decoration:none;
  color:var(--tv-text);
  scroll-snap-align:start;
}
.pv-img{
  width:100%;
  height:110px;
  border-radius:16px;
  border:1px solid var(--tv-line);
  background-size:cover;
  background-position:center;
  box-shadow:0 10px 30px rgba(2,6,23,.08);
}
.pv-name{
  margin-top:10px;
  font-weight:950;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pv-sub{
  margin-top:2px;
  color:var(--tv-muted);
  font-size:13px;
}
.pv-card.is-active .pv-img{
  border-color:rgba(37,99,235,.35);
  box-shadow:0 10px 30px rgba(37,99,235,.18);
}
.pv-card.is-active .pv-name{ color:var(--tv-pri2); }

.pv-nav{
  position:absolute;
  top:52px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid var(--tv-line);
  background:#fff;
  display:grid;
  place-items:center;
  font-size:20px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 25px rgba(2,6,23,.10);
}
.pv-prev{ left:6px; }
.pv-next{ right:6px; }
.pv-nav:hover{ transform:translateY(-1px); }

/* (tuỳ chọn) dùng lại slider cho “Discover VN” nếu bạn có partial dv- */
.dv-slider{ position:relative; }
.dv-track{
  display:flex;
  gap:16px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding:10px 44px 8px;
  scrollbar-width:none;
}
.dv-track::-webkit-scrollbar{ display:none; }
.dv-card{
  flex:0 0 180px;
  text-decoration:none;
  color:var(--tv-text);
  scroll-snap-align:start;
}
.dv-img{
  width:100%;
  height:110px;
  border-radius:16px;
  border:1px solid var(--tv-line);
  background:#eef2ff;
  background-size:cover;
  background-position:center;
  box-shadow:0 10px 30px rgba(2,6,23,.08);
}
.dv-name{ margin-top:10px; font-weight:950; }
.dv-sub{ margin-top:2px; color:var(--tv-muted); font-size:13px; }
.dv-nav{
  position:absolute;
  top:52px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid var(--tv-line);
  background:#fff;
  display:grid;
  place-items:center;
  font-size:20px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 25px rgba(2,6,23,.10);
}
.dv-prev{ left:6px; }
.dv-next{ right:6px; }
.dv-nav:hover{ transform:translateY(-1px); }

/* responsive */
@media (max-width: 1100px){
  .tv-hero-inner{ grid-template-columns:1fr; }
  .tv-grid3{ grid-template-columns:1fr; }
  .tv-grid4{ grid-template-columns:1fr 1fr; }
  .tv-detail,.tv-checkout{ grid-template-columns:1fr; }
  .tv-detail-side{ position:relative; top:auto; }
}
@media (max-width: 520px){
  .tv-h1{ font-size:28px; }
  .tv-grid2{ grid-template-columns:1fr; }
  .tv-search input{ min-width:0; }

  .pv-card{ flex-basis:160px; }
  .pv-track{ padding-left:38px; padding-right:38px; }

  .dv-card{ flex-basis:160px; }
  .dv-track{ padding-left:38px; padding-right:38px; }
}

/* =========================================================
   Partner CTA + Partner Modal (chuẩn, cân đối, đẹp)
   Dán vào CUỐI file public/css/site-travel.css
   ========================================================= */

/* Hero phải 2 cột đều và card bên phải cao đẹp */
.tv-hero-inner{
  align-items:stretch;
}

.tv-hero-copy{
  min-width:0;
}

.tv-hero-card{
  min-width:0;
  display:flex;
}

.tv-hero-card > *{
  width:100%;
}

/* ===== Partner CTA ===== */
.tv-partner-cta{
  position:relative;
  min-height:460px;
  border-radius:24px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  width:100%;

  /* ảnh nền */
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;

  box-shadow:
    0 18px 40px rgba(2,6,23,.16),
    inset 0 1px 0 rgba(255,255,255,.04);
}

/* lớp phủ giúp chữ luôn dễ đọc */
.tv-partner-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(520px 220px at 88% 12%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(15,23,42,.12), rgba(15,23,42,.22));
  pointer-events:none;
}

.tv-partner-inner{
  position:relative;
  z-index:1;
  width:100%;
  padding:24px;
  color:#fff;
}

.tv-partner-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.02em;
}

.tv-partner-title{
  margin:14px 0 10px;
  font-size:30px;
  line-height:1.14;
  letter-spacing:-.02em;
  font-weight:950;
  max-width:560px;
}

.tv-partner-text{
  margin:0;
  max-width:560px;
  color:rgba(255,255,255,.92);
  line-height:1.75;
  font-size:14px;
}

.tv-partner-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.tv-partner-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:11px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#fff;
  font-size:14px;
  line-height:1.6;
}

.tv-partner-dot{
  width:22px;
  height:22px;
  border-radius:999px;
  flex:0 0 22px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-weight:950;
  font-size:12px;
  margin-top:1px;
}

.tv-partner-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

/* nút trong khối tối */
.tv-partner-cta .tv-btn{
  border-color:rgba(255,255,255,.14);
}

.tv-partner-cta .tv-btn-ghost{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}

.tv-partner-cta .tv-btn-ghost:hover{
  background:rgba(255,255,255,.16);
}

/* ===== Modal ===== */
.tv-modal[hidden]{
  display:none !important;
}

.tv-modal{
  position:fixed;
  inset:0;
  z-index:1000;
}

.tv-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,6,23,.58);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.tv-modal-dialog{
  position:relative;
  z-index:1;
  width:min(920px, calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  overflow:auto;
  margin:12px auto;
  background:#fff;
  border:1px solid var(--tv-line);
  border-radius:24px;
  box-shadow:0 30px 80px rgba(2,6,23,.28);
  padding:18px;
  scrollbar-width:thin;
}

.tv-modal-head{
  padding-right:46px;
  margin-bottom:12px;
}

.tv-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid var(--tv-line);
  background:#fff;
  color:var(--tv-text);
  font-size:22px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.tv-modal-close:hover{
  box-shadow:0 10px 20px rgba(2,6,23,.08);
}

/* form trong modal cân đều */
.tv-modal .tv-form{
  display:grid;
  gap:12px;
}

.tv-modal .tv-grid2{
  gap:12px;
}

.tv-modal .tv-field input,
.tv-modal .tv-field select,
.tv-modal .tv-field textarea{
  min-height:44px;
}

.tv-modal .tv-field textarea{
  min-height:96px;
}

.tv-modal .tv-row{
  align-items:center;
}

body.tv-modal-open{
  overflow:hidden;
}

/* ===== Responsive ===== */
@media (max-width: 1100px){
  .tv-partner-cta{
    min-height:390px;
  }

  .tv-partner-title{
    font-size:26px;
  }
}

@media (max-width: 768px){
  .tv-partner-cta{
    min-height:360px;
    border-radius:20px;
  }

  .tv-partner-inner{
    padding:18px;
  }

  .tv-partner-title{
    font-size:24px;
  }

  .tv-partner-list{
    gap:8px;
  }

  .tv-partner-item{
    padding:10px 11px;
    font-size:13px;
  }

  .tv-modal-dialog{
    width:min(100vw - 16px, 100%);
    margin:8px auto;
    max-height:calc(100vh - 16px);
    padding:14px;
    border-radius:18px;
  }
}

@media (max-width: 520px){
  .tv-partner-cta{
    min-height:330px;
  }

  .tv-partner-title{
    font-size:22px;
    line-height:1.18;
  }

  .tv-partner-text{
    font-size:13px;
    line-height:1.7;
  }

  .tv-partner-actions{
    flex-direction:column;
  }

  .tv-partner-actions .tv-btn{
    width:100%;
  }

  .tv-modal .tv-grid2{
    grid-template-columns:1fr;
  }
}
/* ===== Khối tổng ===== */
.pv-wrap{
  overflow: hidden;
}

.pv-head{
  margin-bottom: 10px;
}

/* ===== Search ===== */
.pv-search{
  position: relative;
  margin-bottom: 10px;
}

.pv-search-input{
  width: 100%;
  height: 46px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 0 44px 0 14px;
  outline: none;
  background: #fff;
  font-size: 14px;
}

.pv-search-input:focus{
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(37,99,235,.08);
}

.pv-search-clear{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.pv-search-meta{
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

/* ===== Slider ===== */
.pv-slider{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pv-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 240px); /* tăng từ 180 lên 240 */
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 2px;
  flex: 1;
  align-items: stretch;
}

.pv-track::-webkit-scrollbar{
  height: 8px;
}

.pv-track::-webkit-scrollbar-thumb{
  background: #cbd5e1;
  border-radius: 999px;
}

/* ===== Card ===== */
.pv-card{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 250px;
}

.pv-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15,23,42,.10);
  border-color: #bfdbfe;
}

.pv-card.is-active{
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.10), 0 14px 30px rgba(15,23,42,.10);
}

/* ===== Ảnh full viền ===== */
.pv-img{
  width: 100%;
  height: 150px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  flex-shrink: 0;
}

/* ===== Nội dung card ===== */
.pv-body{
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pv-name{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #0f172a;
  margin-bottom: 6px;

  /* Hiển thị đầy đủ tên, không cắt */
  display: block;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  min-height: 48px;
}

.pv-sub{
  font-size: 13px;
  color: #64748b;
  margin-top: auto;
}

/* ===== Nút prev/next ===== */
.pv-nav{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(15,23,42,.08);
}

.pv-nav:hover{
  border-color: #93c5fd;
  color: #1d4ed8;
}

/* ===== Tablet ===== */
@media (max-width: 1024px){
  .pv-track{
    grid-auto-columns: minmax(220px, 220px);
  }

  .pv-img{
    height: 142px;
  }

  .pv-name{
    font-size: 15px;
    line-height: 1.4;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px){
  .pv-slider{
    gap: 8px;
  }

  .pv-track{
    grid-auto-columns: minmax(200px, 200px); /* tăng từ 160 lên 200 */
    gap: 12px;
  }

  .pv-card{
    min-height: 228px;
    border-radius: 18px;
  }

  .pv-img{
    height: 132px;
  }

  .pv-body{
    padding: 12px 12px 14px;
  }

  .pv-name{
    font-size: 15px;
    line-height: 1.4;
    min-height: 42px;
  }

  .pv-sub{
    font-size: 12px;
  }

  .pv-nav{
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 20px;
  }
}