/* ===== CSONKA TRANS – REDESIGN v2 ===== */
:root {
  --blue:     #1a4b8c;
  --blue2:    #22579e;
  --bluedark: #0f2e5a;
  --accentlt: #2d6abf;
  --white:    #ffffff;
  --bg:       #eef1f6;
  --card:     #ffffff;
  --text:     #1a1f2e;
  --muted:    #5a6475;
  --border:   #d4dae6;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; }
body { font-family: 'Barlow', sans-serif; font-size: 1rem; background: var(--bg); color: var(--text); margin: 0; -webkit-font-smoothing: antialiased; }

/* HEADER */
.ct-header {     box-shadow: 0em 0.1em 1em #1600ffc9; background: linear-gradient(160deg, #28166f 0%, #28166f 100%); border-bottom: 4px solid #28166f; }
.ct-header-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; flex-wrap: wrap; gap: 12px; }
.ct-logo-wrap { display: flex; align-items: center; gap: 16px; }
.ct-logo-wrap img { height: 52px; width: auto; }
.ct-iso img { height: 42px; width: auto; }
.ct-title-center { text-align-last: center; font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.ct-title-center:hover { color: #aac8ff; text-decoration: none; }

.ct-header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ct-vykup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0b2545;
  background: linear-gradient(135deg, #e8a020 0%, #f5bc4a 100%);
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  box-shadow: 0 3px 14px rgba(232,160,32,.4), inset 0 1px 0 rgba(255,255,255,.2);
  transition: all .22s;
}
.ct-vykup-btn svg {
  width: 15px;
  height: 15px;
  stroke: #0b2545;
  flex-shrink: 0;
}
.ct-vykup-btn:hover {
  background: linear-gradient(135deg, #f5bc4a 0%, #ffd070 100%);
  box-shadow: 0 5px 20px rgba(232,160,32,.55);
  transform: translateY(-2px);
  color: #0b2545;
  text-decoration: none;
}
.ct-vykup-btn:active { transform: translateY(0); }

/* Flags row */
.ct-langs {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.ct-langs a {
  display: inline-block;
  border-radius: 2px;
  border: 2px solid transparent;
  padding: 1px;
  transition: all .2s;
  opacity: 1;
}
.ct-langs a:hover {
  opacity: 1;
  border-color: #e8a020;
  box-shadow: 0 0 0 2px rgba(232,160,32,.3);
  transform: scale(1.18);
}
.ct-langs img { height: 18px; display: block; border-radius: 1px; }

/* Mobile: gomb ikon-only, zászlók mellé */
@media (max-width: 700px) {
  .ct-header-right {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .ct-vykup-btn {
    width: auto;
    padding: 7px 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .ct-vykup-btn span { display: none; }
  .ct-vykup-btn svg { width: 16px; height: 16px; }
}
.ct-langs { flex-direction: flex-end; align-items: flex-end; gap: 6px; }
.ct-vykup-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e8a020;
  text-decoration: none;
  border: 1px solid rgba(232,160,32,.4);
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
  transition: all .2s;
  display: inline-block;
}
.ct-vykup-link:hover {
  background: rgba(232,160,32,.12);
  border-color: #e8a020;
  color: #f5bc4a;
  text-decoration: none;
}

.ct-address {    font-size: 0.92rem;
    color: rgb(245 255 0 / 78%);
    letter-spacing: 0.05em;
    padding: 3px 32px 10px; }
.ct-phones { display: flex; flex-wrap: wrap; background: rgba(0,0,0,0.2); border-top: 1px solid rgba(255,255,255,0.1); }
.ct-phone-cell { text-align-last: center; flex: 1 1 190px; padding: 10px 22px; border-right: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 4px; }
.ct-phone-cell:last-child { border-right: none; }
.ct-phone-flags img { height: 17px; margin-right: 3px; border-radius: 2px; }
.ct-phone-num { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 700; color: #fff; letter-spacing: 0.04em; }

/* TOOLBAR */
.ct-toolbar { display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 3px solid var(--blue); padding: 12px 32px; flex-wrap: wrap; gap: 10px; position: sticky; top: 0; z-index: 50; box-shadow: 0 3px 16px rgba(26,75,140,0.12); }
.ct-toolbar select { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 600; letter-spacing: 0.04em; padding: 9px 38px 9px 14px; border: 2px solid var(--border); border-radius: 4px; background: #f5f7fb; color: var(--text); cursor: pointer; transition: border-color .2s; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%231a4b8c'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.ct-toolbar select:focus { border-color: var(--blue); outline: none; }
.ct-pdf-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--blue); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 20px; text-decoration: none; border-radius: 4px; transition: background .2s; }
.ct-pdf-btn:hover { background: var(--bluedark); color: #fff; text-decoration: none; }
.ct-doc-link { font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 700; color: #c0392b; cursor: pointer; text-transform: uppercase; letter-spacing: 0.07em; }
.ct-doc-link:hover { color: #922b21; }

/* VEHICLE GRID */
.ct-grid-wrap { max-width: 1440px; margin: 0 auto; padding: 28px 20px; }
.ct-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.ct-card { background: var(--card); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 14px rgba(26,75,140,0.08); cursor: pointer; transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s ease; position: relative; display: flex; flex-direction: column; border: 1px solid var(--border); }
.ct-card:hover { transform: translateY(-7px); box-shadow: 0 18px 44px rgba(26,75,140,0.18); border-color: var(--blue); }
.ct-card-img-wrap { position: relative; overflow: hidden; height: 210px; background: var(--bg); }
.ct-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.ct-card:hover .ct-card-img-wrap img { transform: scale(1.06); }
.ct-reserved-ribbon { position: absolute; top: 20px; right: -36px; background: rgba(192,57,43,0.9); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 52px; transform: rotate(45deg); pointer-events: none; z-index: 5; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.ct-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; gap: 12px; }
.ct-card-brand { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: 0.02em; color: var(--blue); }
.ct-card-model { font-size: 1rem; color: var(--muted); margin-top: 3px; font-weight: 500; }
.ct-card-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-top: 2px; }
.ct-spec-item label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 3px; font-weight: 600; }
.ct-spec-item span { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--text); }
.ct-card-footer { margin-top: auto; padding-top: 14px; border-top: 2px solid var(--bg); display: flex; justify-content: space-between; align-items: flex-end; }
.ct-card-price-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 3px; font-weight: 600; }
.ct-card-price { font-family: 'Barlow Condensed', sans-serif; font-size: 1.9rem; font-weight: 800; color: var(--blue); line-height: 1; }
.ct-card-more { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; color: var(--blue); text-transform: uppercase; border-bottom: 2px solid var(--blue); padding-bottom: 1px; text-decoration: none; }
.ct-card-more:hover { color: var(--bluedark); border-color: var(--bluedark); text-decoration: none; }
#dalej { text-align: center; padding: 28px; }
#dalej .material-icons { font-size: 3.5rem; color: var(--blue); cursor: pointer; transition: transform .2s; }
#dalej .material-icons:hover { transform: scale(1.2); }

/* DETAIL VIEW */
.ct-detail-title-bar { background: linear-gradient(90deg, var(--bluedark) 0%, var(--blue) 100%); padding: 16px 32px; }
.ct-detail-title-bar h1 { font-family: 'Barlow Condensed', sans-serif; font-size: 2.4rem; font-weight: 800; color: #fff; margin: 0; letter-spacing: 0.03em; text-transform: uppercase; }

.ct-detail-wrap { max-width: 1200px; margin: 0 auto; padding: 24px 20px 40px; }

/* Top section: gallery + info side by side */
.ct-detail-top {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

/* Bottom specs: auto-fill columns */
.ct-detail-specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

@media (max-width: 860px) {
  .ct-detail-top { grid-template-columns: 1fr; }
  .ct-detail-specs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .ct-grid { grid-template-columns: 1fr 1fr; }
  .ct-card-brand { font-size: 1.6rem; }
  .ct-detail-title-bar h1 { font-size: 1.7rem; }
  .ct-detail-wrap { padding: 16px 12px 32px; }
  .ct-toolbar { padding: 10px 16px; }
  .ct-header-top { padding: 12px 16px;         place-content: center;}
  .ct-detail-specs { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .ct-grid { grid-template-columns: 1fr; }
}

/* Panels */
.ct-panel { background: #fff; border-radius: 8px; box-shadow: 0 2px 14px rgba(26,75,140,0.07); overflow: hidden; margin-bottom: 20px; border: 1px solid var(--border); }
.ct-panel-header { background: linear-gradient(90deg, var(--bluedark), var(--blue)); padding: 11px 20px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.ct-panel-body { padding: 4px 0; }

/* Data tables */
.ct-data-table { width: 100%; border-collapse: collapse; }
.ct-data-table td { padding: 9px 18px; border-bottom: 1px solid #eef1f6; font-size: 0.95rem; vertical-align: middle; }
.ct-data-table tr:last-child td { border-bottom: none; }
.ct-data-table .cell0 { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.03em; width: 44%; font-weight: 500; }
.ct-data-table .cell0 strong { color: var(--muted); font-weight: 500; }
.ct-data-table .cell1 { color: var(--text); font-weight: 600; font-size: 0.95rem; }
.ct-data-table .cell1 strong { color: var(--text); font-size: 0.95rem; }
.ct-data-table .htmldiv2red strong { color: var(--blue) !important; font-size: 1.6rem !important; font-family: 'Barlow Condensed', sans-serif; }
.ct-data-table tr:hover { background: #f5f7fb; }
td[colspan="2"] span { font-family: 'Barlow Condensed', sans-serif !important; font-size: 2rem !important; color: var(--blue) !important; font-weight: 800 !important; }

/* PHP-generated cell classes */
.cell0 { color: var(--muted); font-size: 0.85rem; font-weight: 500; padding: 9px 18px; }
.cell0 strong { color: var(--muted); font-weight: 500; }
.cell1 { color: var(--text); font-weight: 600; font-size: 0.95rem; padding: 9px 18px; }
.cell1 strong { color: var(--text); }
.htmldiv2red strong { color: var(--blue) !important; font-size: 1.6rem !important; font-family: 'Barlow Condensed', sans-serif; }

/* Action buttons */
.ct-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 16px 20px; background: #f5f7fb; border-top: 2px solid var(--border); align-items: center; }
.ct-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 11px 22px; border-radius: 5px; border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: all .2s; white-space: nowrap; }
.ct-btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.ct-btn-primary:hover { background: var(--bluedark); border-color: var(--bluedark); color: #fff; text-decoration: none; }
.ct-btn-outline { background: transparent; border-color: var(--blue); color: var(--blue); }
.ct-btn-outline:hover { background: var(--blue); color: #fff; text-decoration: none; }
.ct-btn .material-icons { font-size: 1.15rem; }

/* Gallery */
.ct-gallery-wrap { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 14px rgba(26,75,140,0.07); border: 1px solid var(--border); }
.ct-gallery-body { padding: 14px; }
#image-gallery { max-width: 100%; margin: auto; }
.lSAction > a { background-color: var(--blue); border-radius: 50%; }

/* Reserved */
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.78); color: #fff; display: flex; justify-content: center; align-items: center; font-family: 'Barlow Condensed', sans-serif; font-size: 3.5rem; font-weight: 800; letter-spacing: 0.3em; z-index: 9999; cursor: pointer; }

/* Notes */
.ct-notes { background: #fff; border-radius: 8px; padding: 22px 26px; box-shadow: 0 2px 14px rgba(26,75,140,0.07); font-size: 1rem; line-height: 1.75; color: #374151; white-space: pre-wrap; border: 1px solid var(--border); margin-bottom: 20px; }

/* Pneu/axle */
#reklm { padding: 8px 0; }
#Table41 { width: 100%; border-collapse: collapse; }
#Table41 td { padding: 9px 16px; border-bottom: 1px solid #eef1f6; font-size: 0.92rem; }
#Table41 .cell0 { color: var(--muted); }
#Table41 .cell1 { font-weight: 600; }
#wb_Image21 img { max-width: 100%; height: auto; border-radius: 6px; }

/* Modal */
.modal-content { border-radius: 8px; border: none; box-shadow: 0 20px 60px rgba(0,0,0,0.22); }
.modal-header { background: linear-gradient(90deg, var(--bluedark), var(--blue)); border-radius: 8px 8px 0 0; padding: 16px 22px; }
.modal-header h4 { color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.2rem; letter-spacing: 0.05em; }
.modal-header .close { color: rgba(255,255,255,0.7); }
.form-control { border-radius: 4px; border: 2px solid var(--border); font-family: 'Barlow', sans-serif; font-size: 0.95rem; }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,75,140,0.1); }
.btn-success { background: var(--blue); border-color: var(--blue); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 4px; padding: 10px; }
.btn-success:hover { background: var(--bluedark); border-color: var(--bluedark); }

/* Footer */
.ct-footer { background: var(--bluedark); border-top: 4px solid var(--blue); color: rgba(255,255,255,0.45); text-align: center; font-size: 0.85rem; letter-spacing: 0.05em; padding: 20px 32px; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 3px; }

@media print {
  .ct-toolbar, .ct-langs, .ct-actions, #reklm, .ct-footer { display: none !important; }
}

/* ═══════════════════════════════════════
   VEHICLE DETAIL PAGE  (vd-*)
═══════════════════════════════════════ */

.vd-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

/* Title bar */
.vd-titlebar {
	    box-shadow: 0em 0.1em 1em #529ee9c9;
  display: block;
  place-items: anchor-center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: linear-gradient(90deg, var(--bluedark), var(--blue));
  border-radius: 10px;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.vd-titlebar h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff500;
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
}
.vd-titlebar-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vd-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 18px; border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.vd-btn .material-icons { font-size: 1.1rem; }
.vd-btn-ghost {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.vd-btn-ghost:hover { background: rgba(255,255,255,.25); color: #fff; text-decoration: none; }
.vd-btn-blue  { background: #fff; border-color: #fff; color: var(--blue); }
.vd-btn-blue:hover  { background: #e8f0fe; color: var(--bluedark); text-decoration: none; }

/* ── TOP SECTION ── */
.vd-top {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}
@media (max-width: 860px) { .vd-top { grid-template-columns: 1fr; } }

/* Gallery */
.vd-gallery {

  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgb(26 75 140 / 32%);
}
.vd-gallery #image-gallery { margin: 0; }
.vd-gallery .lslide img { width: 100%; height: 400px; object-fit: cover; display: block; }
.vd-gallery li img,
.vd-gallery .ls-slide-img { width: 100%; height: 400px; object-fit: cover; display: block; }
@media (max-width: 600px) { .vd-gallery .lslide img { height: 240px; } }

/* Info card */
.vd-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Price box */
.vd-price-box {
  background: var(--blue);
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0em 0.1em 1em #529ee9c9;
}
.vd-price-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,.65);
  font-weight: 600;
}
.vd-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  align-self: self-end;
}
.vd-price small { font-size: 1.4rem; opacity: .8; }

/* Key specs strip */
.vd-keyspecs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.vd-ks {
	    box-shadow: 0em 0.1em 1em #0000007d;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vd-ks .material-icons { color: var(--blue); font-size: 1.4rem; flex-shrink: 0; }
.vd-ks div b { display: block; font-family: 'Barlow Condensed',sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text); }
.vd-ks div small { font-size: 0.7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; }

/* Data table (from $hlav) */
.vd-datatable {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26,75,140,.06);
}
.vd-datatable table { width: 100%; border-collapse: collapse; }
.vd-datatable td, .vd-datatable th { padding: 9px 16px; border-bottom: 1px solid #eef1f6; font-size: 0.93rem; vertical-align: middle; }
.vd-datatable tr:last-child td { border-bottom: none; }
.vd-datatable .cell0 { color: var(--muted); font-size: 0.82rem; font-weight: 500; width: 42%; }
.vd-datatable .cell0 strong { color: var(--muted); font-weight: 500; }
.vd-datatable .cell1 { color: var(--text); font-weight: 600; }
.vd-datatable .cell1 strong { color: var(--text); }
.vd-datatable .htmldiv2red strong {
  color: var(--blue) !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6rem !important;
  font-weight: 800 !important;
}
/* Brand/model title row */
.vd-datatable td[colspan="2"] span {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  color: var(--blue) !important;
}
.vd-datatable tr:hover { background: #f7f9fc; }
.vd-infoline { font-size: 0.88rem; color: var(--muted); margin: 0; padding: 6px 4px 0; }

/* ── SPECS GRID ── */
.vd-specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 400px) { .vd-specs { grid-template-columns: 1fr; } }

/* Panel */
.vd-panel {
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26,75,140,.06);
}
.vd-panel-head {
  background: linear-gradient(90deg, var(--bluedark), var(--blue));
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 18px;
}
.vd-table { width: 100%; border-collapse: collapse; }
.vd-table td { padding: 8px 16px; border-bottom: 1px solid #eef1f6; font-size: 0.9rem; vertical-align: middle; }
.vd-table tr:last-child td { border-bottom: none; }
.vd-table .cell0 { color: var(--muted); font-size: 0.82rem; font-weight: 500; width: 48%; }
.vd-table .cell0 strong { color: var(--muted); font-weight: 500; font-size: 0.82rem; }
.vd-table .cell1 { color: var(--text); font-weight: 600; }
.vd-table .cell1 strong { color: var(--text); }
.vd-table tr:hover { background: #f7f9fc; }

/* ── AXLE / TYRE ── */
.vd-axle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 16px;
}
@media (max-width: 700px) { .vd-axle { grid-template-columns: 1fr; } }
.vd-axle-img { display: flex; flex-direction: column; gap: 12px; }
.vd-axle-img img { border-radius: 6px; border: 1px solid var(--border); background: var(--bg); }
#Table41 .cell0 { color: var(--muted); font-size: 0.82rem; font-weight: 600; }
#Table41 .cell1 { color: var(--text); font-weight: 600; }

/* ── NOTES ── */
.vd-notes {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(26,75,140,.06);
}
