/* ==========================================================================
   Raja Ampat Diving — components: hero, section, blok konten, Swiper, artikel
   Class konten (.hero, .card, .faq, ...) berasal dari HTML halaman di database.
   ========================================================================== */

/* ---------- section per h2 (dibuat inc/content-structure.php) ---------- */
.bcht-section { padding-block: var(--section-y); background: var(--paper); }
.bcht-section--alt { background: var(--cream); }
.bcht-section--band { padding-top: 0; }
.bcht-section--band > .container > :is(.cta-block, .bft-payments) + :is(.cta-block, .bft-payments) { margin-top: 20px; }
.bcht-section > .container > :last-child { margin-bottom: 0; }
.bcht-section:not(.bcht-pagehead) > .container > h2::after { content: ""; display: block; width: 44px; height: 3px; margin-top: 14px; background: var(--gold); border-radius: 2px; }
.bcht-crumbbar { padding-top: 18px; }

/* breadcrumb */
.crumb { font-size: 13px; line-height: 1.6; color: var(--muted); margin-bottom: 16px; }
.crumb a { color: inherit; }
.crumb a:hover { color: var(--gold-dk); }
.crumb-sep { margin: 0 4px; opacity: 0.7; }

/* ---------- page head (halaman tanpa hero: FAQ, contact, artikel, arsip) ---------- */
.bcht-pagehead {
  background: radial-gradient(circle at 88% 0%, rgba(201, 168, 106, 0.22), transparent 42%), var(--navy);
  color: rgba(255, 255, 255, 0.88);
  padding-block: clamp(40px, 6vw, 72px);
}
.bcht-pagehead h1 { color: var(--white); margin: 0 0 0.45em; }
.bcht-pagehead .crumb { color: rgba(255, 255, 255, 0.68); }
.bcht-pagehead .crumb a:hover { color: var(--gold); }
.bcht-pagehead .lead { color: rgba(255, 255, 255, 0.88); }
.bcht-section.bcht-pagehead .container > p a,
.bcht-section.bcht-pagehead .container > p a:not([class]) { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(201, 168, 106, 0.6); text-underline-offset: 3px; }
.bcht-pagehead .meta { font-size: 13px; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.68); margin-bottom: 8px; }
.bcht-pagehead .bcht-swiper { margin-top: 28px; }
.bcht-404 { text-align: center; padding-block: clamp(80px, 14vw, 140px); }
.bcht-404 .btn-ghost { border-color: rgba(255, 255, 255, 0.75); color: var(--white) !important; }

/* ---------- hero ---------- */
/* mobile/tablet: tinggi hero mengikuti konten. desktop (menu lengkap, ≥1024px): setinggi layar
   di bawah header; kalau konten lebih tinggi, hero ikut memanjang */
.bcht-hero { position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--navy); }
@media (min-width: 1024px) {
  /* -1px = garis bawah header */
  .bcht-hero { min-height: calc(100vh - var(--header-h) - 1px); min-height: calc(100svh - var(--header-h) - 1px); }
  .admin-bar .bcht-hero { min-height: calc(100vh - var(--header-h) - 33px); min-height: calc(100svh - var(--header-h) - 33px); }
}
.bcht-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bcht-hero .ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 20, 35, 0.3) 0%, rgba(6, 20, 35, 0.55) 45%, rgba(6, 20, 35, 0.88) 100%); }
@media (min-width: 900px) { .bcht-hero .ov { background: linear-gradient(90deg, rgba(6, 20, 35, 0.82) 0%, rgba(6, 20, 35, 0.45) 55%, rgba(6, 20, 35, 0.15) 100%), linear-gradient(180deg, transparent 50%, rgba(6, 20, 35, 0.45) 100%); } }
.bcht-hero .in { position: relative; width: var(--container); margin-inline: auto; padding-block: 56px 44px; }
@media (min-width: 900px) { .bcht-hero .in { padding-block: 88px 72px; } }
.bcht-hero .in > * { max-width: 720px; }
.bcht-hero .in > h1 { max-width: 980px; }
.bcht-hero .crumb { color: rgba(255, 255, 255, 0.78); }
.bcht-hero .crumb a:hover { color: var(--gold); }
.bcht-hero h1 { color: var(--white); margin: 0 0 0.4em; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3); }
.bcht-hero:not(.short) h1 { font-size: clamp(32px, 5.6vw, 60px); }
.bcht-hero .sub { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.75; color: rgba(255, 255, 255, 0.92); margin: 0 0 1.3em; }
.badge { display: inline-block; margin-bottom: 16px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(201, 168, 106, 0.7); background: rgba(255, 255, 255, 0.12); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; line-height: 1.5; }
.pricepill { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; margin-bottom: 22px; padding: 10px 20px; border-radius: 18px; background: var(--paper); color: var(--navy); font-weight: 700; line-height: 1.4; box-shadow: var(--shadow); }
.pricepill .cur { font-size: 13px; }
.pricepill .big { font-family: var(--serif); font-size: 1.45em; color: var(--navy); }
.pricepill small { font-size: 13px; font-weight: 400; color: var(--muted); }
.bcht-hero .btnrow > a { flex: 1 1 auto; }
@media (min-width: 600px) { .bcht-hero .btnrow > a { flex: 0 0 auto; } }
.bcht-hero .btn-ghost { border-color: rgba(255, 255, 255, 0.8); color: var(--white) !important; }
.bcht-hero .btn-ghost:hover { background: var(--white); border-color: var(--white); color: var(--navy) !important; }
.bcht-hero .microtrust { color: rgba(255, 255, 255, 0.8); }

/* chips */
.bcht-chipbar { background: var(--paper); border-bottom: 1px solid var(--line); }
.chips { display: flex; gap: 10px; padding-block: 14px; overflow-x: auto; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chips span { flex: 0 0 auto; padding: 7px 14px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: 13px; font-weight: 600; white-space: nowrap; }
@media (min-width: 900px) { .chips { justify-content: center; } }

/* ---------- blok konten ---------- */
.lead { font-size: clamp(16.5px, 1.5vw, 19px); line-height: 1.85; color: var(--ink); }
.kv { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 1.4em; }
.kv span { padding: 8px 14px; border-radius: var(--radius-sm); background: var(--white); border: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 600; line-height: 1.5; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 1.4em; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.table-wrap table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 14.5px; line-height: 1.6; }
.table-wrap th { background: var(--navy); color: var(--white); font-weight: 600; text-align: left; white-space: nowrap; padding: 13px 16px; }
.table-wrap td { min-width: 6.5em; padding: 12px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.table-wrap td:first-child { font-weight: 600; color: var(--navy); white-space: nowrap; }
.table-wrap tr:nth-child(even) td { background: rgba(247, 243, 236, 0.55); }
.table-wrap .price { font-weight: 700; color: var(--gold-dk); white-space: nowrap; }
.inc-exc { display: grid; gap: 16px; margin: 0 0 1.4em; }
@media (min-width: 700px) { .inc-exc { grid-template-columns: 1fr 1fr; } }
.inc-exc > div { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.inc-exc h3 { font-family: var(--sans); font-size: 16px; letter-spacing: 0.04em; }
.inc-exc ul { list-style: none; padding: 0; margin: 0; font-size: 15px; }
.inc-exc li { position: relative; padding-left: 1.5em; }
.inc li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold-dk); font-weight: 700; }
.exc li::before { content: "\2715"; position: absolute; left: 0; color: var(--danger); }
.timeline { list-style: none; margin: 0 0 1.6em; padding: 0; border-left: 2px solid var(--gold); }
.timeline li { position: relative; margin: 0; padding: 0 0 16px 22px; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: 0.62em; width: 12px; height: 12px; border-radius: 50%; background: var(--gold-dk); box-shadow: 0 0 0 3px var(--paper); }
.bcht-section--alt .timeline li::before { box-shadow: 0 0 0 3px var(--cream); }
.timeline b { color: var(--navy); }
.notice { margin: 1.4em 0; padding: 16px 18px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #faf4e8; font-size: 15px; line-height: 1.75; }
.faq details { margin-bottom: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow 0.2s ease; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { position: relative; display: flex; align-items: center; min-height: 54px; padding: 14px 52px 14px 20px; list-style: none; cursor: pointer; font-weight: 700; line-height: 1.55; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; margin-top: -14px; font-size: 24px; font-weight: 300; line-height: 28px; color: var(--gold-dk); transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .fa { padding: 0 20px 18px; font-size: 15.5px; line-height: 1.85; color: var(--ink); }
.cta-block, .bft-payments {
  position: relative; overflow: hidden; margin: 0; text-align: center; color: rgba(255, 255, 255, 0.86);
  background: radial-gradient(circle at 90% 0%, rgba(201, 168, 106, 0.28), transparent 45%), var(--navy);
  border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 52px) clamp(20px, 4vw, 48px);
}
.cta-block h2, .cta-block h3, .bft-payments h2, .bft-payments h3 { color: var(--white); margin: 0 0 0.4em; }
.cta-block h3 { font-size: clamp(20px, 2.6vw, 28px); }
.cta-block p, .bft-payments p { max-width: 38em; margin: 0 auto 1.2em; color: rgba(255, 255, 255, 0.85); font-size: 15px; }
.cta-block .microtrust { color: rgba(255, 255, 255, 0.72); }
.bft-payments .pt { font-size: 12px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.bft-pay-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; }
.bft-pay-logo { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 8px; background: var(--white); }
.bft-pay-logo svg { width: auto; height: 26px; }
.bft-pay-txt { display: inline-flex; padding: 8px 12px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.1); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
.related { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 1em; }
.related a { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--white); color: var(--navy); font-size: 14px; font-weight: 600; line-height: 1.4; transition: border-color 0.2s ease, background 0.2s ease; }
.related a:hover { border-color: var(--gold); background: var(--cream); color: var(--navy); }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0 0; text-align: center; }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } }
.stats > div { padding: 20px 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.stats b { display: block; font-family: var(--serif); font-size: clamp(26px, 3vw, 34px); line-height: 1.2; color: var(--gold-dk); }
.stats span { display: block; margin-top: 4px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.4em 0 0; }
.toc a { padding: 8px 15px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 13.5px; font-weight: 600; line-height: 1.4; }
.bcht-pagehead .toc a { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.22); color: var(--white); }
.bcht-pagehead .toc a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
@media (max-width: 767.98px) {
  .toc { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .toc::-webkit-scrollbar { display: none; }
  .toc a { flex: 0 0 auto; white-space: nowrap; }
}
.bcht-section .container > p a:not([class]), .article-body a:not([class]), .notice a { color: var(--navy-2); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }

/* ---------- kartu ---------- */
.card, .bcht-swiper--why .swiper-slide, .bcht-swiper--figrow figure, .post-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s ease;
}
.card:hover, .bcht-swiper--figrow figure:hover, .post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(201, 168, 106, 0.55); }
.card { display: flex; flex-direction: column; }
.card img, .bcht-swiper--figrow img, .post-card__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card .cb { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; }
.card h3 { margin: 0; font-size: 19px; }
.card ul { list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--muted); }
.card li { position: relative; padding-left: 1.3em; margin-bottom: 0.2em; }
.card li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold-dk); }
.card .price { margin: auto 0 0; padding-top: 6px; font-weight: 700; line-height: 1.5; color: var(--gold-dk); }
.card .price b { font-family: var(--serif); font-size: 1.2em; }
.card .price small { font-weight: 400; color: var(--muted); }
.go { align-self: flex-start; padding-bottom: 2px; border-bottom: 1.5px solid var(--gold); color: var(--navy-2); font-weight: 700; font-size: 15px; }
.bcht-swiper--why .swiper-slide { padding: 22px; }
.bcht-swiper--why .ic { display: block; margin-bottom: 10px; font-size: 28px; line-height: 1; }
.bcht-swiper--why h3 { margin: 0 0 0.35em; }
.bcht-swiper--why p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--muted); }
.bcht-swiper--figrow figure { margin: 0; }
.bcht-swiper--figrow figure > a { display: block; color: inherit; }
.bcht-swiper--figrow figcaption { padding: 12px 16px 14px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.bcht-swiper--figrow figcaption b { display: block; font-size: 15.5px; color: var(--navy); }

/* ---------- Swiper ---------- */
.bcht-swiper { --swiper-pagination-color: var(--gold-dk); --swiper-pagination-bullet-inactive-color: var(--navy); --swiper-pagination-bullet-inactive-opacity: 0.2; --swiper-pagination-bullet-horizontal-gap: 4px; position: relative; margin: 0 0 1.6em; }
.bcht-swiper .swiper-wrapper { align-items: stretch; }
.bcht-swiper .swiper-slide { height: auto; }
.bcht-swiper__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
.bcht-swiper .swiper-pagination { position: static; width: auto; transform: none; line-height: 1; }
.bcht-swiper .swiper-pagination-lock, .bcht-swiper .swiper-button-lock { display: none; }
.bcht-swiper__btn { position: relative; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--white); cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease; }
.bcht-swiper__btn::before { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-top: 2px solid var(--navy); border-right: 2px solid var(--navy); }
.bcht-swiper__prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.bcht-swiper__next::before { transform: translate(-70%, -50%) rotate(45deg); }
.bcht-swiper__btn:hover { background: var(--navy); border-color: var(--navy); }
.bcht-swiper__btn:hover::before { border-color: var(--white); }
.bcht-swiper__btn.swiper-button-disabled { opacity: 0.35; pointer-events: none; }
.railhint { margin: -6px 0 0; text-align: center; font-size: 12px; letter-spacing: 0.2em; color: var(--muted); }

@media (max-width: 899.98px) {
  .bcht-swiper { margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); overflow: hidden; }
  .bcht-swiper .swiper-slide { width: 84%; max-width: 360px; }
  .bcht-swiper:not(.swiper-initialized) .swiper-slide { margin-right: 16px; }
  .bcht-swiper__btn { display: none; }
}
@media (min-width: 900px) {
  .railhint { display: none; }
  /* rail: Swiper aktif, 3 kartu per layar */
  .bcht-swiper--rail { overflow: hidden; padding: 6px; margin-inline: -6px; }
  .bcht-swiper--rail .swiper-slide { width: calc((100% - 40px) / 3); }
  .bcht-swiper--rail:not(.swiper-initialized) .swiper-slide { margin-right: 20px; }
  /* mode mobile: di desktop jadi grid biasa */
  .bcht-swiper[data-bcht-swiper="mobile"] { overflow: visible; }
  .bcht-swiper[data-bcht-swiper="mobile"] .swiper-wrapper { display: grid; gap: 20px; transform: none !important; }
  .bcht-swiper[data-bcht-swiper="mobile"] .swiper-slide { width: auto !important; margin: 0 !important; }
  .bcht-swiper[data-bcht-swiper="mobile"] .bcht-swiper__controls { display: none; }
  .bcht-swiper--why .swiper-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bcht-swiper--figrow .swiper-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bcht-swiper--figrow .swiper-wrapper:has(> .swiper-slide:nth-child(3):last-child),
  .bcht-swiper--figrow .swiper-wrapper:has(> .swiper-slide:nth-child(5)),
  .bcht-swiper--posts .swiper-wrapper { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
  .bcht-swiper--why .swiper-wrapper { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .bcht-pagehead .bcht-swiper--why .swiper-wrapper { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------- artikel & daftar artikel ---------- */
.article-head h1 { font-size: clamp(26px, 4.4vw, 42px); }
.article-fig { margin: 0 0 2em; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.article-fig img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { font-size: 16.5px; line-height: 1.9; }
@media (min-width: 1024px) { .article-body { font-size: 17.5px; } }
.article-body h2 { margin: 1.8em 0 0.6em; font-size: clamp(22px, 2.8vw, 30px); }
.article-body h2::after { content: ""; display: block; width: 36px; height: 3px; margin-top: 12px; background: var(--gold); border-radius: 2px; }
.article-body h3 { margin: 1.5em 0 0.5em; }
.article-body > :first-child { margin-top: 0; }
.article-body .lead { padding: 18px 20px; border-radius: var(--radius); background: var(--cream); }
/* bukan wrapper Swiper: di sana grid menimpa flex Swiper (mobile tidak bisa digeser); desktop diatur mode "mobile" */
.post-grid:not(.swiper-wrapper) { display: grid; gap: 20px; }
.post-card { display: flex; flex-direction: column; height: 100%; }
.post-card__img { display: block; }
.post-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 20px 20px; }
.post-card .meta { font-size: 12.5px; letter-spacing: 0.04em; color: var(--muted); }
.post-card__title { margin: 0.35em 0 0.5em; font-size: 18px; line-height: 1.45; }
.post-card__title a { color: var(--navy); }
.post-card__title a:hover { color: var(--gold-dk); }
.post-card p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 14px; font-size: 14.5px; line-height: 1.75; color: var(--muted); }
.post-card .go { margin-top: auto; }
@media (max-width: 699.98px) {
  .post-grid--list .post-card { flex-direction: row; }
  .post-grid--list .post-card__img { position: relative; flex: 0 0 34%; min-height: 120px; overflow: hidden; }
  .post-grid--list .post-card__img img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
  .post-grid--list .post-card__body { padding: 14px 16px; }
  .post-grid--list .post-card__title { font-size: 16px; margin-top: 0.2em; }
  .post-grid--list .post-card p { -webkit-line-clamp: 2; font-size: 13.5px; margin-bottom: 8px; }
}
@media (min-width: 700px) { .post-grid--list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .post-grid--list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
/* ---------- pencarian ---------- */
.bcht-search { display: flex; gap: 8px; width: 100%; max-width: 560px; margin-top: 20px; }
.bcht-search input[type="search"] {
  flex: 1; min-width: 0; height: 50px; padding: 0 20px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.12); color: var(--white);
  font: inherit; font-size: 16px; -webkit-appearance: none; appearance: none;
}
.bcht-search input[type="search"]::placeholder { color: rgba(255, 255, 255, 0.65); }
.bcht-search input[type="search"]:focus { outline: 2px solid var(--gold); outline-offset: 2px; background: rgba(255, 255, 255, 0.18); }
.bcht-search button { flex: 0 0 auto; height: 50px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--gold); color: var(--navy); font-weight: 700; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.bcht-search button:hover { background: var(--gold-dk); color: var(--white); }
.bcht-empty { margin: 0 0 28px; font-size: 17px; color: var(--ink); }
.bcht-empty + h2, .bcht-section--alt > .container > h2:first-child { margin-top: 0; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--white); color: var(--navy); font-weight: 600; }
.pagination .page-numbers.current { background: var(--navy); border-color: var(--navy); color: var(--white); }
