/* === BOL Components: shared card + carousel styles === */

/* -------- Core card shell -------- */
.bol-card .bol-card-body {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 12px;
}
.bol-card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 3;
  object-fit: cover;
  display: block;
}

.bol-card-title { margin: 2px 2px 15px; font-size: 1rem; line-height: 1.2; }
.bol-card-excerpt { margin: 0 0 10px; font-size: .9rem; color: #555; }
.bol-card-cta { display: inline-block; padding: 8px 12px; border: 1px solid #111; border-radius: 8px; text-decoration: none; }

/* -------- Species chips (counts) -------- */
.bol-species-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 10px; }
.bol-chip { display: inline-block; padding: 4px 8px; border: 1px solid #e2e2e2; border-radius: 999px; font-size: .8rem; line-height: 1; background: #fafafa; }

/* -------- Lakes specifics -------- */
.bol-lake-card .bol-location-line {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 8px;
  font-size: .9rem;
  color: #444;
  padding-top: 10px;
}
.bol-lake-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 10px; }
.bol-cta-row { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.bol-mini-btn {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  font-size: .85rem;
}

/* -------- Places: top species chips + guide avatars -------- */
.bol-species-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 10px; }

/* -------- Avatars row -------- */
.bol-avatars { display:flex; align-items:center; gap:8px; margin-top:6px; flex-wrap:wrap; }
.bol-avatar { display:inline-block; width:32px; height:32px; border-radius:999px; overflow:hidden; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.bol-avatar img { width:100%; height:100%; object-fit:cover; display:block; border-radius:999px; }
.bol-avatar-fallback { display:block; width:32px; height:32px; border-radius:999px; background:#e5e7eb; }
.bol-avatar:hover { transform: translateY(-1px); box-shadow: 0 3px 10px rgba(0,0,0,.16); transition: .15s ease; }

/* ===== /places/ hero polish ===== */
.bol-hero { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.bol-hero img { display: block; width: 100%; height: auto; }
.bol-hero--overlay .bol-hero__content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: clamp(12px, 3vw, 24px);
  background: linear-gradient(to top, rgba(0,0,0,.35) 10%, rgba(0,0,0,.15) 30%, rgba(0,0,0,0) 60%);
}
.bol-hero__title { color: #fff !important; text-shadow: 0 2px 4px rgba(0,0,0,.55); margin: 0 0 6px 0; line-height: 1.15; }
.bol-hero__tagline { color: rgba(255,255,255,.95); text-shadow: 0 1px 2px rgba(0,0,0,.5); margin: 0 0 10px 0; font-size: clamp(14px, 2.2vw, 18px); }
.bol-hero__reviews { margin: 6px 0 8px 0; }
.bol-hero__share { margin-top: 4px; }
.bol-hero__content > * { margin: 0 !important; }

/* ===== Guides card specifics ===== */
.bol-guide-card .bol-card-image { position: relative; }
.bol-ribbon {
  position: absolute; top: 1px; left: 1px;
  background: #0b69ff; color: #fff; padding: 6px 10px;
  border-radius: 8px; font-size: .7rem; line-height: 1;
}
/* .bol-badge-img {
  position: absolute; left: 4px !important; 
  bottom: 4px !important;
  display: inline-block; 
  max-width: 60px; max-height: 50px;
  background: transparent; box-shadow: 0 2px 10px rgba(0,0,0,.15);
} */

/* .bol-badge-img img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.bol-reviews { margin: 6px 0 8px; }
.bol-guide-card .bol-location-line { display:flex; align-items:center; gap:6px; margin:0 0 8px; color:#444; font-size:.9rem; }
.bol-stats { display:flex; gap:12px; margin:0 0 8px; color:#333; font-size:.9rem; }
.bol-lakes { display:flex; gap:8px; flex-wrap:wrap; margin:0 0 10px; }
.bol-price { font-weight:700; }  */

/* Shared CTA rows */
.bol-card .bol-cta-row { display:flex; gap:12px; align-items:center; }
.bol-place-card .bol-cta-row, .bol-species-card .bol-cta-row { justify-content:flex-start; }
.bol-lake-card .bol-cta-row, .bol-guide-card .bol-cta-row { justify-content:space-between; }

/* Hover polish */
.bol-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.06); transform: translateY(-1px); transition: .2s ease; }

/* ========== Generic hero layout (shared) ========== */
.bol-hero { position: relative; margin: 0 0 20px; }
.bol-hero-media { margin: 0; }
.bol-hero-img { width: 100%; height: auto; display: block; aspect-ratio: 16/9; object-fit: cover; }
.bol-hero-overlay {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.45));
  text-align: center; padding: 24px;
}
.bol-hero-inner { max-width: 900px; margin: 0 auto; }
.bol-hero-title { color: #fff; font-weight: 800; line-height: 1.1; text-shadow: 0 2px 8px rgba(0,0,0,.45); margin: 0 0 8px; }
.bol-hero-tagline { color: #fff; font-size: 1.05rem; margin: 0 0 10px; }
.bol-hero-reviews { margin-top: 6px; }
.bol-hero-search { margin-top: 14px; }

@media (min-width:1024px){
  .bol-hero-title{ font-size: clamp(28px, 5vw, 48px); }
  .bol-hero-tagline{ font-size: clamp(16px, 2vw, 20px); }
}

/* ========== CTA alignment helper ========== */
.bol-cta-right-btn { margin-left:auto; }

/* ========== Breadcrumb + heading spacing ========== */
.bol-breadcrumbs { margin: 10px 0 8px; }
.bol-breadcrumbs * { margin: 0 !important; }
.bol-section h2 { margin-top: 6px; }

/* ========== Mobile safe padding ========== */
@media (max-width: 767px){
  .bol-hero-overlay, .bol-section, .entry-content .bol-section { padding-left: 10px; padding-right: 10px; }
}
@media (min-width: 768px) and (max-width: 1023px){
  .bol-hero-overlay, .bol-section, .entry-content .bol-section { padding-left: 10px; padding-right: 10px; }
}

/* Breadcrumbs under hero */
.bol-breadcrumbs { margin: 10px 0 14px; }

/* Relationship fallback scroller */
.bol-rel-scroll { display:flex; gap:12px; overflow:auto; padding:2px 0 6px; scroll-snap-type:x mandatory; }
.bol-rel-card { min-width:220px; border:1px solid #e6e6e6; border-radius:12px; overflow:hidden; text-decoration:none; color:inherit; background:#fff; scroll-snap-align:start; }
.bol-rel-img img { width:100%; height:auto; display:block; aspect-ratio:4/3; object-fit:cover; }
.bol-rel-title { display:block; padding:8px 10px; font-weight:600; font-size:.95rem; }

/* === Lake Card Tweaks === */
/* .bol-card--nearby .bol-badge-img img { background: transparent !important; border-radius: 0 !important; box-shadow: 0 4px 12px rgba(0,0,0,0.45) !important; padding: 0 !important; }
.bol-card--nearby .bol-reviews { margin-top: 4px !important; margin-bottom: 6px !important; }  */

/* Places card tweaks */
.bol-card--place .bol-card__media { aspect-ratio: 3 / 4; position: relative; }
.bol-card--place .bol-card-title { margin: 0 0 6px; }
.bol-card--place .bol-flag{
  position:absolute; left:10px; top:10px; width:28px; height:28px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background: transparent; filter: drop-shadow(0 6px 12px rgba(0,0,0,.45)); z-index:3;
}

/* Distance pill inline (used inside nearby list items) */
.bol-card--nearby .bol-distance-pill { display:inline-flex; align-items:center; gap:6px; }

/* ===== Layout width system ===== */
:root { --bol-max: 1100px; --bol-gutter: 0px; }
.bol-wrap { max-width: var(--bol-max); margin: 0 auto; padding: 0 var(--bol-gutter); }

/* ===== Top bar ===== */
.bol-topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin: 12px auto 8px;
}
.bol-crumbs { min-width: 0; }
.bol-page-title { margin: 10px 0 4px; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; font-weight: 800; }
.bol-share-btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(0,0,0,.1); background: #fff; padding: 8px 12px; border-radius: 999px;
  font-size: 14px; line-height: 1; cursor: pointer; transition: box-shadow .15s ease, transform .05s ease;
}
.bol-share-btn:hover { box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.bol-share-btn:active { transform: translateY(1px); }
@media (max-width: 640px){
  .bol-topbar { flex-wrap: wrap; gap: 8px 10px; }
  .bol-share-btn { margin-left: auto; }
}

/* ===== FAQ (shared) ===== */
/* .bol-section.bol-faq { margin: 2rem 0; }
.bol-faq-list { display:grid; gap:10px; }
.bol-faq-item summary { cursor:pointer; font-weight:600; }
.bol-faq-answer { padding:8px 0 0; }  */

/* .bol-faq-item > summary { position: relative; padding-right: 28px; list-style: none; cursor: pointer; font-weight: 600; }
.bol-faq-item > summary::-webkit-details-marker { display: none; }
.bol-faq-item > summary::marker { content: ''; }
.bol-faq-item > summary::after {
  content: ""; width: 12px; height: 12px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%) rotate(-45deg); opacity: .75; transition: transform .2s ease, opacity .2s ease;
}  */
/* .bol-faq-item[open] > summary::after { transform: translateY(-50%) rotate(60deg); opacity: 1; }  */

/* ===== Read-More (no-JS) ===== */
.bol-readmore2 { border: 1px solid rgba(0,0,0,.08); border-radius: 10px; background: #fff; padding: 10px 12px; display:flex; flex-direction:column; }
.bol-readmore2 .bol-readmore2-summary{ cursor:pointer; list-style:none; font-weight:700; display:inline-flex; align-items:center; gap:8px; margin:0 0 8px; padding:8px 12px; border:1px solid rgba(0,0,0,.12); border-radius:9999px; background:#fff; }
.bol-readmore2-summary::-webkit-details-marker{ display:none; }
.bol-readmore2-summary::marker{ content:''; }
.bol-readmore2 .bol-rm-open { order: 1; }
.bol-readmore2 .bol-readmore2-summary { order: 2; margin-top: 10px; }
.bol-intro-toggle:has(.bol-rm-d[open]) .bol-rm-closed { display: none !important; }
.bol-readmore2-summary .less{ display:none; }
.bol-rm-d[open] .bol-readmore2-summary .more{ display:none; }
.bol-rm-d[open] .bol-readmore2-summary .less{ display:inline; }

/* ===== Nearby grids (server-rendered fallback) ===== */
.bol-nearby { margin: 8px 0 18px; }
.bol-nearby .bol-grid { display:grid; gap:14px; grid-template-columns: repeat(1, minmax(0,1fr)); }
@media (min-width: 640px) { .bol-nearby .bol-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .bol-nearby .bol-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (min-width: 1280px) { .bol-nearby .bol-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } 
}

/* Explore: match archive grid density */
.bol-grid--explore {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .bol-grid--explore { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .bol-grid--explore { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .bol-grid--explore { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ===== Distance pill overlay (attribute driven) ===== */
.bol-card-image,
.bol-card__image,
.card-image,
.bol-img { position: relative; }

.bol-card-image[data-bol-distance]::after,
.bol-card__image[data-bol-distance]::after,
.card-image[data-bol-distance]::after,
.bol-img[data-bol-distance]::after {
  content: attr(data-bol-distance);
  position: absolute; 
	right: 6px;
	bottom: auto;
	top: 6px;
	left: auto;
  display: inline-flex; align-items: center; padding: .35rem .6rem;
  border-radius: 999px; font-size: .82rem; font-weight: 700; line-height: 1;
  color: #fff; background: rgba(17,24,39,.85);
  box-shadow: 0 2px 8px rgba(0,0,0,.3); backdrop-filter: saturate(1.2) blur(2px);
}

/* ===== Universal Carousel (mobile/tablet; JS toggles on) ===== */
/* Note: This does NOT affect your lakes Swiper — see dedicated Swiper section below. */
.bol-carousel-wrap { position: relative; }

/* When JS adds .bol-carousel to a .bol-grid, it becomes a horizontal scroller */
.bol-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px; /* space for dots */
}
.bol-carousel::-webkit-scrollbar { height: 0; width: 0; }

.bol-carousel > .bol-card-wrap {
  flex: 0 0 calc(100% / var(--bol-slides, 1));
  scroll-snap-align: start;
}

/* Controls */
.bol-caro-btn {
  position: absolute; top: 36%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15); background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.12); display:inline-flex; align-items:center; justify-content:center;
  cursor: pointer; z-index: 2;
}
.bol-caro-prev { left: 6px; }
.bol-caro-next { right: 6px; }
.bol-caro-btn span { font-size: 42px; line-height: 1; }

/* Dots */
.bol-caro-dots { display:flex; gap:8px; justify-content:center; margin-top:8px; }
.bol-caro-dot {
  width: 8px; height: 8px; border-radius: 999px; background: #d1d5db; border:0; padding:0; cursor: pointer;
}
.bol-caro-dot.is-active { background: #111827; }

/* ===== Home hero (shared) ===== */
.bol-home-hero { position:relative; padding:44px 0 32px; background:#0b1220; color:#fff; }
.bol-home-hero__bg { position:absolute; inset:0; opacity:.35; background-position:center; background-size:cover; }
.bol-home-hero .ct-container { position:relative; }
.bol-home-hero h1 { margin:0 0 .35rem; font-size:clamp(28px,4vw,46px); line-height:1.1; }
.bol-hero-tag { max-width:720px; opacity:.92; font-size:clamp(15px,2vw,18px); margin:0 0 10px; }

/* Search + CTAs in hero */
.bol-hero-search { display:flex; gap:8px; align-items:center; margin:8px 0 10px; }
.bol-hero-search input[type="search"]{
  flex:1 1 auto; min-width:0; padding:.75rem .9rem; border-radius:12px;
  border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.12); color:#fff;
}

.bol-hero-search input::placeholder{ color:rgba(255,255,255,.8); }
.bol-hero-search button{
  padding:.75rem 1rem; border-radius:12px; border:1px solid rgba(255,255,255,.5);
  background:#fff; color:#0b1220; font-weight:700; cursor:pointer;
}

.bol-hero-badge-fixed{ min-height:38px; display:flex; align-items:center; gap:8px; margin:6px 0 10px; }
.bol-hero-badge-fixed .wprevpro_badge { max-height:38px; display:flex; align-items:center; 
}

.bol-cta-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; }
.bol-btn{ display:inline-flex; align-items:center; gap:.5rem; padding:.7rem 1rem; background:#10b981; color:#0b1220; border-radius:999px; text-decoration:none; font-weight:800 
}

.bol-btn--ghost{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5) }
@media (max-width: 480px){
  .bol-hero-search { flex-wrap:wrap; }
  .bol-hero-search button { width:100%; }
  .bol-hero-badge-fixed { order:3; }
  .bol-cta-row { order:2; }
}

/* ===== Species mini-cards (used in home “Trending Species”) ===== */
.bol-species-card .bol-card-image {
  display:block; aspect-ratio: 16 / 9; background:#f3f4f6; overflow:hidden; border-radius:12px;
}

.bol-species-card .bol-card-image img { width:100%; height:100%; object-fit:cover; display:block; 
}

.bol-species-card .bol-card__ph { display:block; width:100%; padding-top:56%; background:#eef2f7; 
}

.bol-species-card .bol-card-body { padding:.5rem .5rem; display:flex; flex-direction:column; gap:.35rem; 
}
.bol-species-card .bol-card-title { margin:0; font-size:1rem; font-weight:700; }
.bol-species-card .bol-card-title a { text-decoration:none; color:inherit; }
.bol-species-card .bol-card-actions { margin-top:auto; display:flex; justify-content:flex-end; }
.bol-mini-btn {
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.35rem .6rem; font-size:.85rem; border-radius:8px;
  border:1px solid #e5e7eb; background:#fff; text-decoration:none; color:#111;
}
.bol-mini-btn:hover { background:#f9fafb; }

/* ===== Booking cards grid ===== */
.bol-booking-cards { display:grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px){ .bol-booking-cards { grid-template-columns: repeat(2, minmax(0, 1fr))!important; } }

/* Booking (io) card layout */
.bol-card--book .bol-card__grid {
  display: grid; grid-template-columns: 110px 1fr; gap: 2px; align-items: stretch;
}
.bol-card--book .bol-card__media { position: relative; width: 130px; height: 150px; border-radius: 12px; overflow: hidden; }
.bol-card--book .bol-card__media img { width:90%; height:100%; object-fit:cover; display:block; padding: 6px 6px; }
.bol-card--book .bol-card__placeholder { width:100%; height:100%; background:#f1f3f5; }
.bol-card-ribbon {
  position: absolute; 
  top: 8px; 
  left: 6px; 
  padding: 6px 10px; 
  border-radius: 10px;
  font-size: .7rem; 
  font-weight:700; 
  line-height:1; 
  color:#fff; 
  /* default if no style chosen */

}

.bol-badge--primary { background:#0b69ff; } .bol-badge--success { background:#10b981; }
.bol-badge--warning { background:#f59e0b; } .bol-badge--dark { background:#111; }
.bol-card--book .bol-card__body { display:flex; flex-direction:column; min-height: 120px; }
.bol-card--book .bol-card-title { margin:8px 8px 6px; font-size:1.05rem; line-height:1.25; }
.bol-card--book .bol-card-meta { color:#2c3e50; opacity:.9; margin-bottom:8px; padding-left: 6px; }
.bol-card--book .bol-card-meta--link { color:#0b69ff; text-decoration:none; }
.bol-card--book .bol-card-meta--link:hover { text-decoration:underline; }
.bol-card--book .bol-card__cta { margin-top:auto; display:flex; justify-content:flex-end; padding-right: 6px; padding-bottom: 6px; }
.bol-oklist { list-style:none; padding:0; margin:6px 0 8px; }
.bol-oklist li { display:flex; align-items:center; gap:8px; color:#16a34a; font-weight:600; }
.bol-ok { flex:0 0 auto; color:#16a34a; }

/* ===== Lakes gallery (SWIPER — separate, non-conflicting) ===== */
/* Keep this distinct so it won’t collide with .bol-carousel above */
.bol-swiper-lake-main { width: 100%; }
.bol-swiper-lake-main .swiper-slide img {
  width: 100%; height: 520px; object-fit: cover; display: block; border-radius: 12px;
}
.bol-swiper-lake-main .swiper-pagination { position: static; margin-top: 10px; }
.bol-swiper-lake-thumbs { margin-top: 10px; }
.bol-swiper-lake-thumbs .swiper-slide {
  width: 110px; height: 72px; opacity: .7; transition: opacity .2s ease, transform .2s ease;
  border-radius: 10px; overflow: hidden; cursor: pointer;
}
.bol-swiper-lake-thumbs .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bol-swiper-lake-thumbs .swiper-slide-thumb-active { opacity: 1; outline: 2px solid rgba(0,0,0,.15); }
.bol-swiper-lake-main, .bol-swiper-lake-main .swiper, .bol-swiper-lake-main .swiper-wrapper, .bol-swiper-lake-main .swiper-slide { pointer-events: auto; }
.bol-swiper-lake-main .swiper-button-prev,
.bol-swiper-lake-main .swiper-button-next,
.bol-swiper-lake-main .swiper-pagination { pointer-events: auto; z-index: 2; }
.bol-swiper-lake-main, .bol-swiper-lake-thumbs { touch-action: pan-y; }

@media (max-width: 1024px){
  .bol-swiper-lake-main .swiper-slide img { height: 420px; }
  .bol-swiper-lake-thumbs .swiper-slide { width: 96px; height: 64px; }
}
@media (max-width: 768px){
  .bol-swiper-lake-main .swiper-slide img { height: 320px; }
  .bol-swiper-lake-thumbs .swiper-slide { width: 84px; height: 56px; }
}

/* --- Carousel override for grids (beats .bol-nearby .bol-grid) --- */
.bol-grid.bol-carousel { 
  display: flex !important;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.bol-grid.bol-carousel > .bol-card-wrap {
  flex: 0 0 calc(100% / var(--bol-slides, 1));
  scroll-snap-align: start;
}

/* Drag/swipe affordance + smooth touch */
.bol-carousel {
  cursor: grab;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.bol-carousel.is-dragging { cursor: grabbing; }

/* hide scrollbars where possible (visual polish) */
.bol-carousel::-webkit-scrollbar { height: 0; width: 0; 
}

/* put in bol-components.css */
.bol-where-pickers summary {
  margin-top: 6px;
  font-size: .9rem;
  color: rgba(255,255,255,.9);
  cursor: pointer;
}
.bol-where-lists { display:flex; gap:8px; margin-top:6px; }
.bol-where-lists select { padding:.55rem .6rem; border-radius:10px; border:1px solid rgba(255,255,255,.35); background:rgba(255,255,255,.12); color:#fff; 
}

/* === BOL: Suggest dropdown (title-only) === */
.bol-suggest-wrap { position: relative; }
.bol-suggest {
  position: absolute; top: 100%; left: 0; right: 0;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
  margin-top: 6px;
}
.bol-suggest.is-open { display: block; }
.bol-suggest__list { list-style: none; margin: 0; padding: 4px; max-height: 320px; overflow: auto; }
.bol-suggest__item {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bol-suggest__item:hover,
.bol-suggest__item.is-active { background: rgba(0,0,0,.06); 
}

/* Hero multi-search layout tweaks */
.bol-hero-multi .bol-ms-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; /* left-align, not spaced */
  align-items: center;
}

.bol-hero-multi .bol-ms-col { flex: 0 1 auto; }

.bol-hero-multi .bol-ms-submit {
  order: 99;              /* comes after the inputs */
  margin-left: 0 !important; /* prevent right push */
}

/* Explore: empty-state */
.bol-explore-empty { 
  display: none; 
  background: var(--ct-gray-100, #f6f7f9);
  border: 1px dashed rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 24px;
  margin: 12px 0 20px;
  text-align: center;
}
.bol-explore-empty:not(.hidden) { display: block; }
.bol-empty-inner { max-width: 560px; margin: 0 auto; }
.bol-empty-icon { font-size: 28px; line-height: 1; margin-bottom: 8px; }
.bol-explore-empty h3 { margin: 6px 0 4px; font-weight: 700; }
.bol-explore-empty p { margin: 0 0 14px; opacity: .9; }
.bol-explore-empty .bol-button {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  background: var(--ct-primary, #0ea5e9);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.bol-explore-empty .bol-button:focus { outline: 2px solid rgba(0,0,0,.2); outline-offset: 2px; 
}

/* ===========================
   EXPLORE: Card Polish (v17)
   Files: blocksy-child/bol-components.css
   Scope: Explore grid cards (WP Grid Builder output)
   =========================== */

/* 1) Title clamp: keep titles to 2 lines so grid heights stay even */
.wpgb-card h2,
.wpgb-card h3,
.wpgb-card .card-title,
.wpgb-card .bol-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 2) Meta line styling (if present beneath title) */
.wpgb-card .bol-card-meta,
.wpgb-card .meta,
.wpgb-card .card-subtitle {
  margin-top: 4px;
  font-size: 0.925rem;
  line-height: 1.3;
  opacity: .80;
}

/* 3) Species/attribute chips (only styles; render later when we add server-side helper) */
.wpgb-card .bol-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.wpgb-card .bol-chips .chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  white-space: nowrap;
}
.wpgb-card .bol-chips .chip--more { opacity: .75; }

/* 4) Card hover: subtle lift and shadow */
.wpgb-card {
  transition: box-shadow .18s ease, transform .18s ease;
}
.wpgb-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

/* 5) Image micro-zoom on hover (works with common WPGB structures) */
.wpgb-card img {
  transition: transform .25s ease;
}
.wpgb-card:hover img {
  transform: scale(1.02);
}

/* 6) CTA affordance: arrow slides on hover */
.wpgb-card .card-cta a,
.wpgb-card a.card-cta {
  position: relative;
  font-weight: 600;
}
.wpgb-card .card-cta a::after,
.wpgb-card a.card-cta::after {
  content: "→";
  margin-left: 6px;
  transition: transform .18s ease;
}
.wpgb-card:hover .card-cta a::after,
.wpgb-card:hover a.card-cta::after {
  transform: translateX(3px);
}

/* ===== Explore: Type Chip Colors (Accessible) ===== */
.bol-chip.bol-chip--type {
  display:inline-flex; align-items:center;
  font-size:12px; line-height:1; font-weight:600;
  padding:6px 10px; border-radius:999px;
  border:1px solid transparent;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

/* City = emerald */
.bol-chip--city  { background:#E6F5EC; color:#065F46; border-color:#BFE7D1; }
/* Lake = blue */
.bol-chip--lake  { background:#E6F0FB; color:#1E3A8A; border-color:#C9D6FB; }
/* Guide = amber */
.bol-chip--guide { background:#FFF4E5; color:#7C2D12; border-color:#FFE1B7; }
/* Other fallback */
.bol-chip--other { background:#F3F4F6; color:#111827; border-color:#E5E7EB; }

/* Position helper if your header area is freeform */
.wpgb-card .bol-chip--type { position:relative; z-index:2; 
}

/* Force our chip styles even inside WPGB badge/header containers */
.wpgb-card .bol-chip.bol-chip--type,
.wpgb-card .wpgb-badges .bol-chip.bol-chip--type,
.wpgb-card .wpgb-badge .bol-chip.bol-chip--type {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.05) !important;
  text-transform: none !important;
}

/* Color sets (strong specificity + !important to beat WPGB defaults) */
.wpgb-card .bol-chip--city  { background:#E6F5EC !important; color:#065F46 !important; border-color:#BFE7D1 !important; }
.wpgb-card .bol-chip--lake  { background:#E6F0FB !important; color:#1E3A8A !important; border-color:#C9D6FB !important; }
.wpgb-card .bol-chip--guide { background:#FFF4E5 !important; color:#7C2D12 !important; border-color:#FFE1B7 !important; }
.wpgb-card .bol-chip--other { background:#F3F4F6 !important; color:#111827 !important; border-color:#E5E7EB !important; }

/* If the chip ends up inside a link, keep colors */
.wpgb-card a.bol-chip.bol-chip--type { text-decoration: none !important; 
}

/* Explore: performance hints */
.wpgb-card .card-image img {
  will-change: transform; /* smoother micro-zoom we added earlier */
  contain: paint;          /* limits repaint region on hover */
}

/* Species archive — search + A–Z UI */
.bol-species-search { display:flex; gap:8px; margin:8px 0 10px; }
.bol-species-search input[type="search"]{
  flex:1; padding:10px 12px; border:1px solid #E5E7EB; border-radius:10px; font-size:14px;
}
.bol-btn { padding:10px 12px; border-radius:999px; border:1px solid #E5E7EB; background:#fff; font-weight:600; 
}

.bol-btn:hover {
  color: #000; /* Text color on hover (white) */
  background-color: #E5E7EB; /* Background color on hover */
}

.bol-species-az { display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 14px; }
.bol-species-az .az { padding:6px 10px; border:1px solid #E5E7EB; border-radius:999px; background:#fff; font-size:12px; }
.bol-species-az .az.active { background:#EEF2FF; border-color:#C7D2FE; }

/* Empty-state block */
.bol-species-empty { 
  background:#F9FAFB; border:1px dashed #E5E7EB; border-radius:16px; padding:20px; text-align:center; margin:8px 0 16px; 
}
.bol-species-empty .ico{ font-size:22px; margin-bottom:6px; }

/* Species type chip color (top-left) */
.wpgb-card .bol-chip--species,
.bol-card .bol-chip--species {
  background:#F1EAFF !important; color:#5B21B6 !important; border-color:#E3D5FF !important;
}

/* Species archive container — match standard inner width used elsewhere */
.post-type-archive-species .bol-app__inner {
  max-width: 1200px;   /* align with your common container width */
  margin: 0 auto;
  padding: 0 16px;
}

/* Places grid layout */
.post-type-archive-places .bol-grid{
  display: grid;
  gap: 16px;
}

.post-type-archive-places .bol-grid--places{
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* desktop default = 3-up */
}

@media (min-width: 1440px){
  .post-type-archive-places .bol-grid--places{
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* large screens = 4-up */
  }
}

@media (max-width: 1024px){
  .post-type-archive-places .bol-grid--places{
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* tablet = 2-up */
  }
}

@media (max-width: 640px){
  .post-type-archive-places .bol-grid--places{
    grid-template-columns: 1fr; /* mobile = 1-up */
  }
}

/* Make cards equal height & tidy */
.post-type-archive-places .bol-card{ height: 100%; display: flex; flex-direction: column; }
.post-type-archive-places .bol-card__body{ margin-top: 8px; display: flex; flex-direction: column; gap: 8px; }
.post-type-archive-places .bol-card__cta{ margin-top: auto; 
}

/* Standard container width on Cities archive */
.post-type-archive-places .bol-app__inner{
  max-width: 1200px;   /* match your other archive templates */
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1400px){
  .post-type-archive-places .bol-app__inner{ max-width: 1280px; }
}

/* Put the three selects + reset on one line; wrap on small screens */
.post-type-archive-places .bol-filters--places .bol-filters__row--line{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto; /* state, lake, species, reset */
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}
@media (max-width: 900px){
  .post-type-archive-places .bol-filters--places .bol-filters__row--line{
    grid-template-columns: 1fr 1fr; /* wrap nicely */
  }
  .post-type-archive-places .bol-filters--places .bol-filters__row--line .bol-btn{ justify-self: start; }
}

/* Hide any extra search row if it still exists anywhere */
.post-type-archive-places .bol-filters--places .bol-filters__row--search{ display:none !important; 
}

.bol-ai-summary { background:#f9fcff; border:1px solid #e6f0ff; border-radius:10px; padding:12px 16px; margin:12px 0; }
.bol-toc { background:#fafafa; border:1px solid #eee; border-radius:10px; padding:12px 16px; margin:12px 0; }
.bol-toc ul { margin:8px 0 0; padding-left:18px; }
.bol-toc li { margin:4px 0; }
.bol-toc li.toc-sub { margin-left:10px; list-style-type: circle; }
.bol-faq { margin:24px 0; }
.bol-faq details { border:1px solid #eee; border-radius:10px; padding:10px 14px; margin:1px 0; background:#fff; }
.bol-faq summary { cursor:pointer; font-weight:600; }
.bol-faq .bol-faq-answer { margin-top:8px; }

/* FIX: Guide carousel cards padding + CTA alignment (works regardless of wrapper name) */
.bol-guide-card .bol-card-body,
.bol-guide-card .bol-card__body,
.bol-guide-card .bol-card__content,
.bol-guide-card .bol-card__inner{
  padding: 12px !important;
  box-sizing: border-box;
}

.bol-guide-card .bol-cta-row{
  display:flex !important;
  align-items:center !important;
  justify-content: space-between !important;
  gap: 12px;
}

.bol-guide-card .bol-cta-right-btn{
  margin-left:auto !important;
}


/* =========================================================
   Booking Cards: ribbon + CTA color variants (Lakes)
   ========================================================= */

/* Blue */
.bol-card-ribbon.bol-badge--blue { 
  background: #2563eb;
}
a.bol-booknow-btn.bol-badge--blue {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

/* Red */
.bol-card-ribbon.bol-badge--red { 
  background: #dc2626;
}
a.bol-booknow-btn.bol-badge--red {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff !important;
}

/* Green (optional if you use it) */
.bol-card-ribbon.bol-badge--green { 
  background: #16a34a;
}
a.bol-booknow-btn.bol-badge--green {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff !important;
}

/* Orange (optional if you use it) */
.bol-card-ribbon.bol-badge--orange { 
  background: #f97316;
}
a.bol-booknow-btn.bol-badge--orange {
  background: #f97316;
  border-color: #f97316;
  color: #fff !important;
}

/* Dark (optional) */
.bol-card-ribbon.bol-badge--dark { 
  background: #111;
}
a.bol-booknow-btn.bol-badge--dark {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

/* === Guide card badge image — normalize size everywhere (home/lakes/places sliders) === */
:root { --bol-guide-badge-size: 50px; }

/* Optional: slightly smaller on very small screens */
@media (max-width: 480px){
  :root { --bol-guide-badge-size: 44px; }
}

body .bol-badge-img{
  position: absolute;
  left: .6rem;
  bottom: .6rem;
  width: var(--bol-guide-badge-size) !important;
  height: var(--bol-guide-badge-size) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

body .bol-badge-img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important; /* keep square badges */
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

/* Single Fishing Guides — FAQ match Lakes/Places (v2) */
.post-type-fishing_guides .io-section-faq .bol-faq-list,
.single-fishing_guides .io-section-faq .bol-faq-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.post-type-fishing_guides .io-section-faq details.bol-faq-item,
.single-fishing_guides .io-section-faq details.bol-faq-item{
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}

.post-type-fishing_guides .io-section-faq summary.bol-faq-q,
.single-fishing_guides .io-section-faq summary.bol-faq-q{
  list-style:none;
  cursor:pointer;
  margin:0;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:1.02rem;
  font-weight:600;
}

/* hide native disclosure marker */
.post-type-fishing_guides .io-section-faq summary.bol-faq-q::-webkit-details-marker,
.single-fishing_guides .io-section-faq summary.bol-faq-q::-webkit-details-marker{ display:none !important; }
.post-type-fishing_guides .io-section-faq summary.bol-faq-q::marker,
.single-fishing_guides .io-section-faq summary.bol-faq-q::marker{ content:'' !important; }

/* right chevron */
.post-type-fishing_guides .io-section-faq summary.bol-faq-q::after,
.single-fishing_guides .io-section-faq summary.bol-faq-q::after{
  content:'';
  width:9px;
  height:9px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
  opacity:.75;
  flex:0 0 auto;
}

.post-type-fishing_guides .io-section-faq details.bol-faq-item[open] > summary.bol-faq-q::after,
.single-fishing_guides .io-section-faq details.bol-faq-item[open] > summary.bol-faq-q::after{
  transform:rotate(45deg);
  opacity:1;
}

.post-type-fishing_guides .io-section-faq .bol-faq-a,
.single-fishing_guides .io-section-faq .bol-faq-a{
  padding:0 16px 16px;
  line-height:1.55;
}

@media (max-width: 640px){
  .post-type-fishing_guides .io-section-faq summary.bol-faq-q,
  .single-fishing_guides .io-section-faq summary.bol-faq-q{ padding:12px 14px; }
  .post-type-fishing_guides .io-section-faq .bol-faq-a,
  .single-fishing_guides .io-section-faq .bol-faq-a{ padding:0 14px 14px; }
}

/* ==========================================================
   Other Local Experts — Option B (B4)
   ========================================================== */

.io-experts-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  align-items:flex-start !important;
}

.io-expert-chip{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:8px !important;
  text-decoration:none !important;
  width:140px !important;
}

.io-expert-avatar{
  width:100px !important;
  height:100px !important;
  border-radius:12px !important;
  overflow:hidden !important;
  position:relative !important;
  box-shadow:0 10px 26px rgba(0,0,0,.10) !important;
  background:#fff !important;
}

.io-expert-avatar-img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* Name centered on image */
.io-expert-name-onimg{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%, -50%) !important;
  width:92% !important;
  text-align:center !important;
  font-weight:800 !important;
  font-size:13px !important;
  line-height:1.15 !important;
  color:#fff !important;
  text-shadow:
    0 2px 10px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.75) !important;
  padding:0 4px !important;
}

/* Pill CTA under image (bottom-center in the mini card) */
.io-expert-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  font-weight:800 !important;
  font-size:12px !important;
  line-height:1 !important;
  background:var(--theme-palette-color-1, #0b69ff) !important;
  color:#fff !important;
  box-shadow:0 10px 22px rgba(0,0,0,.12) !important;
}

.io-expert-chip:hover .io-expert-cta{
  filter:brightness(.95) !important;
}

@media (max-width: 680px){
  .io-expert-chip{ width:130px !important; }
}

/* Other Local Experts — style the "All Guides" tile so it's not a blank white square */
.io-expert-chip--all .io-expert-avatar--all{
  background: linear-gradient(135deg, rgba(11,105,255,1), rgba(255,106,0,1)) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  position: relative;
  overflow: hidden;
  font-size: 0 !important; /* hides the "+" text in the markup */
}

/* Big ALL label */
.io-expert-chip--all .io-expert-avatar--all::before{
  content: "ALL" !important;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

/* Small fun icon watermark */
.io-expert-chip--all .io-expert-avatar--all::after{
  content: "🎣" !important;
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 22px;
  opacity: .35;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}