/* IVK Comparison Page v3.1 | ivk-compare.css | 2026-06-12 — single source (Rocket minifies), card min-width fix */
:root {
  --ivk-navy: #1a2b4a;
  --ivk-blue: #2563eb;
  --ivk-blue-light: #eff6ff;
  --ivk-green: #059669;
  --ivk-green-light: #ecfdf5;
  --ivk-orange: #ea580c;
  --ivk-orange-light: #fff7ed;
  --ivk-purple: #7c3aed;
  --ivk-rose: #e11d48;
  --ivk-gray-50: #f8fafc;
  --ivk-gray-100: #f1f5f9;
  --ivk-gray-200: #e2e8f0;
  --ivk-gray-300: #cbd5e1;
  --ivk-gray-500: #64748b;
  --ivk-gray-700: #334155;
  --ivk-gray-900: #0f172a;
  --ivk-gold: #d97706;
  --ivk-radius: 12px;
  --ivk-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
  --ivk-shadow-lg:
    0 4px 16px rgba(0, 0, 0, 0.1), 0 8px 32px rgba(0, 0, 0, 0.06);
}
.ivk-compare *,
.ivk-editorial *,
.ivk-footer-cta *,
.ivk-hero *,
.ivk-niche *,
.ivk-picks *,
.ivk-private * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ivk-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.ivk-hero {
  background: 0 0;
  padding: 72px 24px 64px;
  position: relative;
  overflow: hidden;
}
.ivk-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ivk-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ivk-hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.8),
    0 1px 4px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(0, 0, 0, 0.3);
}
.ivk-hero-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.7),
    0 1px 3px rgba(0, 0, 0, 0.5);
}
.ivk-hero-jump {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.ivk-hero-jump a {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ivk-hero-jump a:hover {
  background: rgba(255, 255, 255, 0.35);
}
.ivk-picks {
  padding: 64px 0;
  background: #fff;
}
.ivk-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.ivk-section-header h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  color: var(--ivk-gray-900);
  margin-bottom: 8px;
}
.ivk-section-header p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--ivk-gray-500);
}
.ivk-picks-intro {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--ivk-gray-500);
}
.ivk-picks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.ivk-pick-card {
  background: #fff;
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  overflow: hidden;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.ivk-pick-card:hover {
  box-shadow: var(--ivk-shadow-lg);
}
.ivk-pick-label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  letter-spacing: 0.2px;
}
.ivk-label-budget {
  background: #d1fae5;
  color: #047857;
}
.ivk-label-value {
  background: var(--ivk-green-light);
  color: var(--ivk-green);
}
.ivk-label-popular {
  background: #fef3c7;
  color: #92400e;
}
.ivk-label-rated {
  background: #e0f2fe;
  color: #0369a1;
}
.ivk-label-combo {
  background: #fce7f3;
  color: #be185d;
}
.ivk-label-private {
  background: #f1f5f9;
  color: #1e40af;
}
.ivk-label-smallgroup {
  background: #dbeafe;
  color: #1d4ed8;
}
.ivk-label-families {
  background: #fff7ed;
  color: #9a3412;
}
.ivk-label-solo {
  background: #e2e8f0;
  color: #475569;
}
.ivk-label-groups {
  background: #cffafe;
  color: #155e75;
}
.ivk-label-sunrise {
  background: #fed7aa;
  color: #c2410c;
}
.ivk-label-sunset {
  background: #ffe4e6;
  color: #be123c;
}
.ivk-label-night {
  background: #1e293b;
  color: #cbd5e1;
}
.ivk-label-quick {
  background: #ecfccb;
  color: #4d7c0f;
}
.ivk-label-foodie {
  background: #fee2e2;
  color: #b91c1c;
}
.ivk-label-adventure {
  background: #e0e7ff;
  color: #3730a3;
}
.ivk-label-photo {
  background: #f5f3ff;
  color: #6d28d9;
}
.ivk-label-cultural {
  background: #fae8ff;
  color: #86198f;
}
.ivk-label-insider {
  background: #ccfbf1;
  color: #115e59;
}
.ivk-label-history {
  background: #fffbeb;
  color: #78350f;
}
.ivk-label-premium {
  background: #fdf4ff;
  color: #7e22ce;
}
.ivk-label-distinctive {
  background: #fef9c3;
  color: var(--ivk-gold);
}
.ivk-label-cheapest {
  background: #dcfce7;
  color: #166534;
}
.ivk-pick-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ivk-pick-combo {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ivk-gray-900);
  line-height: 1.3;
  margin: 0;
}
.ivk-pick-combo a,
a.ivk-pick-optbox,
a.ivk-pick-product {
  color: inherit;
  text-decoration: none;
  display: block;
}
.ivk-pick-combo a:hover,
a.ivk-pick-optbox:hover,
a.ivk-pick-product:hover {
  opacity: 0.8;
  transition: opacity 0.15s;
}
a.ivk-pick-product {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.ivk-pick-product {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
}
.ivk-pick-ptitle {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: var(--ivk-gray-500);
  line-height: 1.35;
}
.ivk-pick-optbox {
  background: var(--ivk-gray-50);
  border: 1px dashed var(--ivk-gray-300);
  border-radius: 8px;
  padding: 10px 12px;
}
.ivk-pick-optname {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ivk-gray-900);
  line-height: 1.35;
  margin-bottom: 3px;
}
.ivk-pick-opthelp {
  font-family: "DM Sans", sans-serif;
  font-size: 11.5px;
  color: var(--ivk-gray-500);
  line-height: 1.3;
}
.ivk-pick-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 4px;
}
.ivk-pick-price {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: var(--ivk-gray-900);
  line-height: 1;
}
.ivk-pick-perlabel {
  font-size: 14px;
  font-weight: 500;
  color: var(--ivk-gray-500);
}
.ivk-pick-also {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--ivk-gray-500);
  line-height: 1.3;
}
.ivk-pick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.ivk-pick-stat {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--ivk-gray-700);
  background: var(--ivk-gray-50);
  border: 1px solid var(--ivk-gray-200);
  padding: 3px 9px;
  border-radius: 5px;
  white-space: nowrap;
}
.ivk-stat-tga {
  font-weight: 700;
  background: var(--ivk-blue-light);
  color: var(--ivk-blue);
  border-color: #bfdbfe;
}
.ivk-jay-note {
  padding: 14px;
  background: var(--ivk-gray-50);
  border-radius: 10px;
  border: 1px solid var(--ivk-gray-200);
  margin-top: 8px;
}
.ivk-jay-byline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.ivk-jay-byline img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.ivk-jay-byline strong {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--ivk-navy);
}
.ivk-jay-body {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: var(--ivk-gray-700);
  line-height: 1.6;
  font-style: italic;
}
.ivk-pick-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ivk-blue);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
  margin-top: 12px;
}
.ivk-pick-cta:hover {
  background: #1d4ed8;
}
.ivk-extlink {
  font-size: 11px;
  opacity: 0.6;
  margin-left: 2px;
  transition: opacity 0.15s;
}
.ivk-price-pill:hover .ivk-extlink {
  opacity: 1;
}
.ivk-compare {
  padding: 56px 0;
}
.ivk-compare-intro {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--ivk-gray-500);
  margin-bottom: 12px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.ivk-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 14px 20px;
  background: var(--ivk-gray-50);
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  margin-bottom: 32px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.ivk-legend-item {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: var(--ivk-gray-500);
  display: flex;
  align-items: center;
  gap: 6px;
}
.ivk-legend-icon {
  font-weight: 700;
  font-size: 12px;
}
.ivk-legend-tga {
  background: var(--ivk-blue-light);
  color: var(--ivk-blue);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
}
.ivk-legend-cheapest {
  color: var(--ivk-green);
}
.ivk-inline-link {
  color: var(--ivk-blue);
}
.ivk-inline-link:hover {
  text-decoration: underline;
}
.ivk-disclaimer {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #94a3b8;
  padding: 16px;
}
.ivk-group-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ivk-navy);
  margin-bottom: 12px;
  margin-top: 36px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ivk-navy);
  letter-spacing: 0.3px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.ivk-group-title:first-of-type {
  margin-top: 0;
}
.ivk-combo-card {
  max-width: 960px;
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.ivk-combo-card:hover {
  box-shadow: var(--ivk-shadow);
}
.ivk-combo-main {
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ivk-combo-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ivk-combo-thumb {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--ivk-gray-200);
}
.ivk-combo-info {
  flex: 1;
  min-width: 0;
}
.ivk-combo-product {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.ivk-combo-ptitle {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: var(--ivk-gray-500);
  line-height: 1.35;
}
.ivk-combo-info .ivk-pcard-optbox {
  margin-bottom: 10px;
}
.ivk-combo-name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ivk-gray-900);
  line-height: 1.3;
  margin-bottom: 8px;
}
.ivk-combo-name em {
  font-weight: 400;
  color: var(--ivk-gray-500);
  font-style: italic;
}
.ivk-combo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.ivk-chip {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--ivk-gray-700);
  background: var(--ivk-gray-50);
  border: 1px solid var(--ivk-gray-200);
  padding: 3px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.ivk-chip-tga {
  background: var(--ivk-blue-light);
  color: var(--ivk-blue);
  border-color: #bfdbfe;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.ivk-chip-warn {
  background: var(--ivk-orange-light);
  color: var(--ivk-orange);
  border-color: #fed7aa;
}
.ivk-chip-count {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: var(--ivk-gray-500);
  padding: 3px 0;
  white-space: nowrap;
  margin-left: 4px;
}
.ivk-combo-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ivk-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ivk-gray-700);
  background: var(--ivk-gray-100);
  border: 1px solid var(--ivk-gray-200);
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background 0.15s,
    box-shadow 0.15s,
    border-color 0.15s,
    transform 0.1s;
  cursor: pointer;
  min-width: 0;
}
.ivk-price-pill:hover {
  background: var(--ivk-gray-200);
  border-color: var(--ivk-gray-300);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.ivk-price-pill.ivk-cheapest {
  background: var(--ivk-green-light);
  color: var(--ivk-green);
  border-color: #a7f3d0;
}
.ivk-price-pill.ivk-cheapest:hover {
  background: #d1fae5;
  border-color: #6ee7b7;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}
.ivk-pill-ota {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.ivk-pill-na {
  color: var(--ivk-gray-300);
  background: 0 0;
  border-color: var(--ivk-gray-100);
  cursor: default;
  font-weight: 500;
}
.ivk-pill-na:hover {
  background: 0 0;
  border-color: var(--ivk-gray-100);
  box-shadow: none;
  transform: none;
}
.ivk-pill-na .ivk-pill-ota {
  opacity: 0.4;
}
.ivk-combo-toggle {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ivk-blue);
  align-self: flex-end;
  flex-shrink: 0;
  transition: color 0.15s;
  margin-top: -4px;
}
.ivk-combo-card.ivk-open .ivk-combo-toggle {
  color: var(--ivk-gray-500);
}
.ivk-combo-card.ivk-open .ivk-combo-toggle::after {
  content: "";
}
.ivk-combo-detail {
  display: none;
  border-top: 1px solid var(--ivk-gray-100);
  padding: 16px 20px;
  background: var(--ivk-gray-50);
}
.ivk-combo-card.ivk-open .ivk-combo-detail {
  display: block;
}
.ivk-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.ivk-detail-block strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--ivk-navy);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.ivk-detail-block p {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--ivk-gray-700);
  line-height: 1.6;
}
.ivk-cat-block {
  max-width: 960px;
  margin: 0 auto 28px;
}
.ivk-cat-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ivk-gray-900);
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.ivk-cat-count {
  font-size: 13px;
  font-weight: 500;
  color: var(--ivk-gray-500);
}
/* Price/median/duration line in category + Private headers. Its own row (row 2)
   below the name/count, so the +/- toggle never sits beside the duration value.
   Secondary to the bold category name, matching .ivk-cat-count. Always in the
   initial DOM, so no RUCSS safelist entry is needed. */
.ivk-cat-stats {
  display: block;
  clear: right;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ivk-gray-500);
}
.ivk-scroll-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--ivk-gray-300) transparent;
}
.ivk-scroll-track::-webkit-scrollbar {
  height: 6px;
}
.ivk-scroll-track::-webkit-scrollbar-track {
  background: 0 0;
}
.ivk-scroll-track::-webkit-scrollbar-thumb {
  background: var(--ivk-gray-300);
  border-radius: 3px;
}
.ivk-pcard {
  position: relative; /* anchor for the absolute .ivk-cheapest-tag corner ribbon */
  overflow: hidden;    /* clips the rotated ribbon ends to the card's rounded corner */
  flex: 0 0 260px;
  min-width: 0; /* stops unbreakable long tokens (e.g. slash-joined) from inflating the card */
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ivk-gray-200);
  border-radius: 10px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    transform 0.1s;
  cursor: pointer;
}
.ivk-pcard:hover {
  border-color: var(--ivk-gray-300);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.ivk-pcard-top {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* left-align OTA + Pick badges (Cheapest is a corner ribbon, outside this row) */
  gap: 6px;
  margin-bottom: 8px;
}
.ivk-ota-badge {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.ivk-ota-klook {
  background: #ef5601;
  color: #fff;
}
.ivk-ota-kkday {
  background: #25bec9;
  color: #fff;
}
.ivk-ota-viator {
  background: #008768;
  color: #fff;
}
.ivk-ota-gyg {
  background: #1c4cbb;
  color: #fff;
}
.ivk-cheapest-tag {
  /* Diagonal corner ribbon folded across the top-right corner of .ivk-pcard.
     A fixed-width band, rotated 45deg and offset past the corner so overflow:hidden
     on .ivk-pcard clips its ends into the classic folded-ribbon shape. */
  position: absolute;
  top: 18px;
  right: -37px;
  width: 130px;
  transform: rotate(45deg);
  padding: 3px 0;
  background: #1e293b;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none; /* ribbon is decorative; keep the whole card clickable */
  z-index: 2;
}
.ivk-pick-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.ivk-pcard-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--ivk-gray-500);
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ivk-pcard-optbox {
  background: var(--ivk-gray-50);
  border: 1px dashed var(--ivk-gray-300);
  border-radius: 6px;
  padding: 7px 9px;
  margin-bottom: 8px;
}
.ivk-pcard-optname {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ivk-gray-900);
  line-height: 1.35;
  margin-bottom: 3px;
}
.ivk-pcard-opthelp {
  font-family: "DM Sans", sans-serif;
  font-size: 10.5px;
  color: var(--ivk-gray-500);
  line-height: 1.3;
}
.ivk-pcard-price {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--ivk-gray-900);
  line-height: 1;
  margin-bottom: 2px;
}
.ivk-pcard-perlabel {
  font-size: 13px;
  font-weight: 500;
  color: var(--ivk-gray-500);
}
.ivk-pcard-rating {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--ivk-gray-500);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivk-pcard-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
}
.ivk-pcard-chip {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: var(--ivk-gray-700);
  background: var(--ivk-gray-50);
  border: 1px solid var(--ivk-gray-200);
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.ivk-pcard-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
}
.ivk-pcard-note {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.ivk-pcard-note:first-child {
  background: var(--ivk-blue-light);
  color: var(--ivk-blue);
  border: 1px solid #bfdbfe;
}
.ivk-pcard-note:nth-child(2) {
  background: var(--ivk-orange-light);
  color: var(--ivk-orange);
  border: 1px solid #fed7aa;
}
.ivk-pcard-cta {
  margin-top: auto;
  padding-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ivk-blue);
  display: flex;
  align-items: center;
  gap: 3px;
}
.ivk-pcard:hover .ivk-pcard-cta {
  color: #1d4ed8;
}
.ivk-table-note {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--ivk-gray-500);
  margin-top: 16px;
  font-style: italic;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.ivk-niche {
  background: var(--ivk-gray-50);
  padding-top: 0;
}
.ivk-niche .ivk-combo-card {
  background: #fff;
}
.ivk-private {
  background: var(--ivk-gray-50);
}
.ivk-private .ivk-section-header {
  margin-bottom: 24px;
}
.ivk-private-intro {
  max-width: 960px;
  margin: 0 auto 24px;
}
.ivk-private-intro .ivk-jay-note {
  border: 1px solid var(--ivk-gray-200);
  background: #fff;
}
.ivk-private-badge {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ivk-purple);
  background: #ede9fe;
  border: 1px solid #c4b5fd;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
}
.ivk-editorial {
  padding: 56px 24px;
  background: var(--ivk-gray-50);
}
.ivk-editorial-inner {
  max-width: 720px;
  margin: 0 auto;
}
.ivk-editorial h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--ivk-gray-900);
  margin-bottom: 32px;
  text-align: center;
}
.ivk-faq-item {
  background: #fff;
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.ivk-faq-q {
  padding: 16px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ivk-gray-900);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.ivk-faq-q::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--ivk-gray-300);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 12px;
}
.ivk-faq-item.ivk-open .ivk-faq-q::after {
  content: "−";
}
.ivk-faq-a {
  padding: 0 20px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--ivk-gray-700);
  line-height: 1.7;
  display: none;
}
.ivk-faq-item.ivk-open .ivk-faq-a {
  display: block;
}
.ivk-footer-cta {
  padding: 48px 24px;
  background: linear-gradient(135deg, var(--ivk-navy) 0, #2c3e6b 100%);
  text-align: center;
}
.ivk-footer-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.ivk-footer-cta h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.ivk-footer-cta p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.ivk-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--ivk-navy);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.ivk-footer-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.ivk-jay-body.ivk-jay-clamped {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  max-height: 5.6em;
}
.ivk-jay-readmore {
  display: inline-block !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--ivk-blue) !important;
  cursor: pointer !important;
  background: 0 0 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 4px 0 0 !important;
  margin-top: 2px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  width: auto !important;
}
.ivk-jay-readmore:focus,
.ivk-jay-readmore:hover {
  color: #1d4ed8 !important;
  background: 0 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  border: none !important;
  transform: none !important;
}
a.ivk-pick-optbox {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
}
a.ivk-pick-optbox:hover {
  border-color: var(--ivk-blue);
  background: var(--ivk-blue-light);
}
a.ivk-pick-price-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.ivk-pick-price-link:hover .ivk-pick-price {
  color: var(--ivk-blue);
}
@media (max-width: 768px) {
  .ivk-picks-grid {
    grid-template-columns: 1fr;
  }
  .ivk-picks .ivk-container {
    padding: 0 12px;
  }
}
@media (max-width: 640px) {
  .ivk-hero {
    padding: 48px 16px 40px;
  }
  .ivk-compare,
  .ivk-picks {
    padding: 40px 0;
  }
  .ivk-editorial {
    padding: 40px 0;
  }
  .ivk-private {
    padding: 40px 0;
  }
  .ivk-pick-combo {
    font-size: 15px;
  }
  .ivk-pick-price {
    font-size: 26px;
  }
  .ivk-pick-content {
    padding: 16px;
  }
  .ivk-combo-main {
    padding: 14px 16px;
  }
  .ivk-combo-name {
    font-size: 15px;
  }
  .ivk-combo-thumb {
    width: 64px;
    height: 64px;
    border-radius: 6px;
  }
  .ivk-combo-prices {
    gap: 6px;
  }
  .ivk-pcard {
    flex: 0 0 230px;
    padding: 12px;
  }
  .ivk-pcard-price {
    font-size: 24px;
  }
  .ivk-pcard-title {
    font-size: 11px;
  }
  .ivk-pcard-optname {
    font-size: 11px;
  }
  .ivk-pcard-opthelp {
    font-size: 10px;
  }
  .ivk-cat-title {
    font-size: 15px;
  }
  .ivk-price-pill {
    padding: 7px 10px;
    font-size: 13px;
  }
  .ivk-combo-detail {
    padding: 14px 16px;
  }
  .ivk-detail-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ivk-legend {
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
  }
}
.ivk-ota-civitatis {
  background: #ea0558;
  color: #fff;
}
.ivk-ota-trazy {
  background: #fbbf24;
  color: #1a1a1a;
}
.ivk-ota-headout {
  background: #8000ff;
  color: #fff;
}
.ivk-ota-seoulpass {
  background: #1f2937;
  color: #fff;
}
details.ivk-cat-block {
  max-width: 960px;
  margin: 0 auto 16px;
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
details.ivk-cat-block:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
details.ivk-cat-block[open] {
  border-color: var(--ivk-gray-300);
}
summary.ivk-cat-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ivk-gray-900);
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
  display: block;
  list-style: none;
  transition: background 0.12s;
}
summary.ivk-cat-title::-webkit-details-marker {
  display: none;
}
/* +/- disclosure marker: a RIGHT-FLOATED element in normal block flow (not a
   flex child), so it sits on the first visual line of the title and the name
   wraps around it on line 1, while lines 2+ and the stats row keep full width.
   A float narrows only the line it occupies; a pinned flex marker would steal
   width on every line and could push the longest names to an extra line. The
   marker is source-first so the float rises to the top-right of the header. */
.ivk-cat-marker {
  float: right;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 400;
  color: var(--ivk-gray-500);
  line-height: 1;
}
.ivk-cat-marker::before {
  content: "+";
}
details.ivk-cat-block[open] .ivk-cat-marker::before {
  content: "−";
}
/* Title text in normal flow so its line boxes wrap around the floated marker. */
.ivk-cat-title-main {
  display: block;
}
summary.ivk-cat-title:hover {
  background: var(--ivk-gray-50);
}
details.ivk-cat-block .ivk-cat-count {
  font-size: 13px;
  font-weight: 500;
  color: var(--ivk-gray-500);
  margin: 0;
}
details.ivk-cat-block .ivk-scroll-track {
  padding: 4px 20px 20px;
  border-top: 1px solid var(--ivk-gray-100);
}
details.ivk-faq-item {
  background: #fff;
  border: 1px solid var(--ivk-gray-200);
  border-radius: var(--ivk-radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
details.ivk-faq-item:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
summary.ivk-faq-q {
  padding: 16px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ivk-gray-900);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
  transition: background 0.12s;
}
summary.ivk-faq-q::-webkit-details-marker {
  display: none;
}
summary.ivk-faq-q::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--ivk-gray-300);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 12px;
  line-height: 1;
}
details.ivk-faq-item[open] summary.ivk-faq-q::after {
  content: "−";
  color: var(--ivk-gray-500);
}
summary.ivk-faq-q:hover {
  background: var(--ivk-gray-50);
}
details.ivk-faq-item .ivk-faq-a {
  padding: 0 20px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--ivk-gray-700);
  line-height: 1.7;
}
details.ivk-faq-item:not([open]) .ivk-faq-a {
  display: none;
}
details.ivk-faq-item[open] .ivk-faq-a {
  display: block;
}
@media (max-width: 640px) {
  summary.ivk-cat-title {
    font-size: 15px;
    padding: 12px 16px;
  }
  details.ivk-cat-block .ivk-scroll-track {
    padding: 4px 12px 16px;
  }
  summary.ivk-faq-q {
    padding: 14px 16px;
    font-size: 14px;
  }
}
body.single-ivk_comparison .entry-header,
body.single-ivk_comparison .ast-single-post-header,
body.single-ivk_comparison .entry-meta,
body.single-ivk_comparison .post-thumb-img-content {
  display: none !important;
}
.ivk-pick-optbox,
a.ivk-pick-optbox {
  background: var(--ivk-blue-light);
  border: 1px solid #bfdbfe;
  border-left: 3px solid var(--ivk-blue);
  border-radius: 8px;
  padding: 10px 12px;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.ivk-pick-optbox::before {
  content: "OPTION";
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: var(--ivk-blue);
  letter-spacing: 0.8px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
a.ivk-pick-optbox:hover {
  border-color: var(--ivk-blue);
  background: #dbeafe;
}
.ivk-pick-optname {
  color: var(--ivk-gray-900);
  font-weight: 600;
}
.ivk-pcard-optbox {
  background: var(--ivk-blue-light);
  border: 1px solid #bfdbfe;
  border-left: 2px solid var(--ivk-blue);
  border-radius: 6px;
  padding: 7px 9px;
}
.ivk-pcard-optbox::before {
  content: "OPTION";
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
  color: var(--ivk-blue);
  letter-spacing: 0.6px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ivk-pcard-optname {
  color: var(--ivk-gray-900);
  font-weight: 600;
}
.ivk-pick-label {
  font-size: 14px;
  font-weight: 800;
  padding: 12px 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.ivk-pcard-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.ivk-group-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.ivk-group-title:first-of-type {
  margin-top: 0;
}
.ivk-pick-combo,
.ivk-pick-combo a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
details.ivk-cat-block .ivk-scroll-track,
.ivk-private .ivk-scroll-track {
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: var(--ivk-gray-300) var(--ivk-gray-100);
}
details.ivk-cat-block .ivk-scroll-track::-webkit-scrollbar,
.ivk-private .ivk-scroll-track::-webkit-scrollbar {
  height: 8px;
}
details.ivk-cat-block .ivk-scroll-track::-webkit-scrollbar-track,
.ivk-private .ivk-scroll-track::-webkit-scrollbar-track {
  background: var(--ivk-gray-100);
  border-radius: 4px;
}
details.ivk-cat-block .ivk-scroll-track::-webkit-scrollbar-thumb,
.ivk-private .ivk-scroll-track::-webkit-scrollbar-thumb {
  background: var(--ivk-gray-300);
  border-radius: 4px;
}
details.ivk-cat-block .ivk-scroll-track::-webkit-scrollbar-thumb:hover,
.ivk-private .ivk-scroll-track::-webkit-scrollbar-thumb:hover {
  background: var(--ivk-gray-500);
}
