:root {
  --ebifo-espresso: #2A1810;
  --ebifo-coffee: #3A2418;
  --ebifo-black: #15110E;
  --ebifo-ivory: #FFF8EF;
  --ebifo-cream: #FAF1E4;
  --ebifo-sand: #EFE1CC;
  --ebifo-terracotta: #B75E35;
  --ebifo-terracotta-dark: #9F4E2B;
  --ebifo-clay: #D17842;
  --ebifo-gold: #C9A45C;
  --ebifo-green: #2F5D46;
  --ebifo-indigo: #1D2B4F;
  --ebifo-border: #E7D7C1;
  --ebifo-muted: #6F6258;
}

[x-cloak] { display: none !important; }
::selection { background: rgba(183, 94, 53, 0.22); color: var(--ebifo-espresso); }
html { text-rendering: optimizeLegibility; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 164, 92, 0.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(183, 94, 53, 0.10), transparent 30rem),
    linear-gradient(180deg, #FFF8EF 0%, #FBF0E2 42%, #FFF8EF 100%);
  color: var(--ebifo-espresso);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(42, 24, 16, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 24, 16, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}
h1, h2, .ebifo-display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}
h3 { letter-spacing: -0.025em; }
img { max-width: 100%; }
a, button { -webkit-tap-highlight-color: rgba(183, 94, 53, 0.16); }

.ebifo-focus:focus-visible {
  outline: 2px solid var(--ebifo-gold);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(201, 164, 92, 0.18);
}
.ebifo-brand-mark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 1.05rem;
  background:
    radial-gradient(circle at 30% 18%, rgba(201,164,92,.42), transparent 30%),
    linear-gradient(135deg, #2A1810 0%, #3A2418 56%, #15110E 100%);
  box-shadow: 0 18px 38px rgba(42,24,16,.20), inset 0 0 0 1px rgba(255,248,239,.12);
}
.ebifo-brand-mark::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(201,164,92,.55);
  border-radius: .72rem;
}
.ebifo-kente-band {
  background-image:
    linear-gradient(90deg, rgba(201,164,92,.55) 0 8px, transparent 8px 14px, rgba(183,94,53,.42) 14px 23px, transparent 23px 31px, rgba(47,93,70,.28) 31px 38px, transparent 38px 48px),
    linear-gradient(0deg, rgba(42,24,16,.08), rgba(42,24,16,.08));
  background-size: 96px 100%, 100% 100%;
}
.ebifo-pattern-dots {
  background-image:
    radial-gradient(circle at 1px 1px, rgba(201, 164, 92, 0.20) 1px, transparent 0),
    radial-gradient(circle at 9px 9px, rgba(183, 94, 53, 0.08) 1px, transparent 0);
  background-size: 18px 18px;
}
.ebifo-pattern-lines {
  background-image:
    linear-gradient(45deg, rgba(201, 164, 92, 0.12) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(201, 164, 92, 0.12) 25%, transparent 25%);
  background-size: 24px 24px;
}
.ebifo-micro-grid {
  background-image:
    linear-gradient(rgba(231, 215, 193, 0.62) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 215, 193, 0.62) 1px, transparent 1px);
  background-size: 22px 22px;
}
.ebifo-lift {
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  transform: translateZ(0);
}
.ebifo-lift:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 164, 92, .55) !important;
  box-shadow: 0 28px 80px rgba(42, 24, 16, 0.12) !important;
}
.ebifo-cta { box-shadow: 0 16px 34px rgba(183, 94, 53, 0.24), inset 0 1px 0 rgba(255,255,255,.18); }
.ebifo-card-glow { box-shadow: 0 18px 55px rgba(42, 24, 16, 0.055); }
.ebifo-premium-panel { box-shadow: 0 24px 80px rgba(42, 24, 16, 0.075), inset 0 1px 0 rgba(255,255,255,.72); }
.ebifo-dark-panel { box-shadow: 0 34px 100px rgba(42,24,16,.20), inset 0 1px 0 rgba(255,255,255,.10); }
.ebifo-image-grade { filter: saturate(.94) contrast(1.04) sepia(.08); }
.ebifo-ticket-edge {
  background-image:
    radial-gradient(circle at 0 50%, transparent 0.58rem, #fff 0.62rem),
    radial-gradient(circle at 100% 50%, transparent 0.58rem, #fff 0.62rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ebifo-footer-link {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  transition: color .2s ease, transform .2s ease;
}
.ebifo-footer-link:hover { color: #FFF8EF; transform: translateX(2px); }

@media (max-width: 640px) {
  h1, h2 { letter-spacing: -0.035em; }
  input, select, textarea { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Phase 11 — premium frontend UI/UX polish */
:root {
  --ebifo-shadow-soft: 0 18px 55px rgba(42, 24, 16, 0.065);
  --ebifo-shadow-premium: 0 34px 90px rgba(42, 24, 16, 0.14);
  --ebifo-shadow-dark: 0 34px 110px rgba(0, 0, 0, 0.22);
  --ebifo-radius-xl: 2rem;
  --ebifo-radius-2xl: 2.4rem;
}
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% -5%, rgba(201, 164, 92, 0.16), transparent 32rem),
    radial-gradient(circle at 95% 12%, rgba(183, 94, 53, 0.12), transparent 32rem),
    radial-gradient(circle at 48% 72%, rgba(47, 93, 70, 0.075), transparent 34rem),
    linear-gradient(180deg, #FFF8EF 0%, #FCF0DF 43%, #FFF8EF 100%);
}
a { text-decoration-thickness: 0.09em; text-underline-offset: 0.18em; }
button, a, input, select, textarea { transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
input, select, textarea {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(201, 164, 92, .85) !important;
  box-shadow: 0 0 0 5px rgba(201, 164, 92, .18), inset 0 1px 0 rgba(255,255,255,.8);
}
.ebifo-topbar {
  background:
    linear-gradient(90deg, rgba(21,17,14,.98), rgba(42,24,16,.98)),
    linear-gradient(90deg, rgba(201,164,92,.12), transparent);
}
.ebifo-header-glass {
  background: linear-gradient(180deg, rgba(255,248,239,.94), rgba(255,248,239,.84));
  box-shadow: 0 20px 70px rgba(42,24,16,.08), inset 0 -1px 0 rgba(231,215,193,.84);
}
.ebifo-nav-shell {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 12px 38px rgba(42,24,16,.045);
}
.ebifo-nav-link { position: relative; }
.ebifo-nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .42rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ebifo-terracotta);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .22s ease, transform .22s ease;
}
.ebifo-nav-link:hover::after, .ebifo-nav-link[aria-current="page"]::after { opacity: .9; transform: scaleX(1); }
.ebifo-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(201,164,92,.18), transparent 30rem),
    radial-gradient(circle at 92% 20%, rgba(183,94,53,.13), transparent 34rem),
    linear-gradient(180deg, rgba(255,248,239,.95), rgba(250,241,228,.7));
}
.ebifo-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(90deg, rgba(42,24,16,.04) 1px, transparent 1px),
    linear-gradient(rgba(42,24,16,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 42% 12%, black 0%, transparent 74%);
  pointer-events: none;
}
.ebifo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  border: 1px solid rgba(201,164,92,.45);
  background: rgba(255,255,255,.78);
  padding: .55rem 1rem;
  color: #7A3E24;
  font-weight: 800;
  font-size: .875rem;
  box-shadow: 0 14px 44px rgba(42,24,16,.07), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(16px);
}
.ebifo-luxury-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231,215,193,.92);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,248,239,.78));
  box-shadow: var(--ebifo-shadow-soft), inset 0 1px 0 rgba(255,255,255,.74);
  transform: translateZ(0);
}
.ebifo-luxury-card::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.58), transparent 46%, rgba(201,164,92,.085));
  opacity: .9;
}
.ebifo-luxury-card > * { position: relative; z-index: 1; }
.ebifo-hero-art {
  position: relative;
  overflow: hidden;
  border-radius: var(--ebifo-radius-2xl);
  background: #15110E;
  box-shadow: var(--ebifo-shadow-premium), inset 0 0 0 1px rgba(255,248,239,.12);
}
.ebifo-hero-art::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(21,17,14,.58) 100%),
    radial-gradient(circle at 14% 10%, rgba(255,248,239,.19), transparent 30%);
}
.ebifo-photo-tile {
  min-height: 15rem;
  border-radius: 1.8rem;
  overflow: hidden;
  background: linear-gradient(135deg, #2A1810, #15110E);
  box-shadow: 0 28px 75px rgba(42,24,16,.16), inset 0 1px 0 rgba(255,255,255,.1);
}
.ebifo-premium-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #B75E35, #9F4E2B);
  color: #FFF8EF;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(183,94,53,.25), inset 0 1px 0 rgba(255,255,255,.18);
}
.ebifo-premium-button:hover { transform: translateY(-1px); background: linear-gradient(135deg, #C96A3E, #9F4E2B); }
.ebifo-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  border: 1px solid rgba(201,164,92,.58);
  background: rgba(255,255,255,.72);
  color: #2A1810;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(42,24,16,.05), inset 0 1px 0 rgba(255,255,255,.8);
}
.ebifo-secondary-button:hover { background: #FFF3DF; transform: translateY(-1px); }
.ebifo-search-premium {
  border-radius: 2.1rem;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 15% 0%, rgba(201,164,92,.24), transparent 20rem),
    linear-gradient(145deg, #2A1810, #15110E);
  box-shadow: var(--ebifo-shadow-dark), inset 0 1px 0 rgba(255,255,255,.10);
}
.ebifo-search-field {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.ebifo-search-field:hover { background: rgba(255,255,255,.11); border-color: rgba(201,164,92,.36); }
.ebifo-metric-tile {
  border-radius: 1.5rem;
  border: 1px solid rgba(231,215,193,.9);
  background: rgba(255,248,239,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}
.ebifo-form-card {
  border-radius: 2.35rem;
  border: 1px solid rgba(231,215,193,.95);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,248,239,.82));
  box-shadow: 0 30px 90px rgba(42,24,16,.10), inset 0 1px 0 rgba(255,255,255,.74);
}
.ebifo-sticky-booking { position: sticky; top: 6rem; }
.ebifo-reveal { opacity: 0; transform: translateY(16px); }
.ebifo-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease; }
.ebifo-mobile-book-bar {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 60;
  border: 1px solid rgba(231,215,193,.95);
  border-radius: 1.5rem;
  background: rgba(255,248,239,.94);
  box-shadow: 0 22px 70px rgba(42,24,16,.18);
  backdrop-filter: blur(18px);
}
@media (min-width: 1024px) { .ebifo-mobile-book-bar { display: none; } }
@media (max-width: 640px) {
  .ebifo-page-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .ebifo-sticky-booking { position: static; }
  body { padding-bottom: 5.5rem; }
}


/* Phase 22 — multilingual / RTL foundation */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .ebifo-nav-shell,
html[dir="rtl"] .ebifo-secondary-button,
html[dir="rtl"] .ebifo-premium-button { direction: rtl; }
html[dir="rtl"] [data-lucide="arrow-right"] { transform: scaleX(-1); }
html[dir="rtl"] .ebifo-card,
html[dir="rtl"] .ebifo-form-card { direction: rtl; }


/* Phase 25 — mobile-first booking refinement */
.ebifo-mobile-only { display: none; }
.ebifo-desktop-only { display: block; }
.ebifo-touch-target { min-height: 48px; }
.ebifo-mobile-scroll { display: flex; gap: .75rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .25rem; -webkit-overflow-scrolling: touch; }
.ebifo-mobile-scroll > * { scroll-snap-align: start; flex: 0 0 auto; }
.ebifo-mobile-scroll::-webkit-scrollbar { height: 0; }
.ebifo-filter-drawer {
  position: fixed;
  inset: auto .75rem .75rem .75rem;
  z-index: 80;
  max-height: min(82vh, 48rem);
  overflow: auto;
  border: 1px solid rgba(231,215,193,.96);
  border-radius: 1.75rem;
  background: rgba(255,248,239,.98);
  box-shadow: 0 34px 110px rgba(42,24,16,.26), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
}
.ebifo-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 79;
  background: rgba(21,17,14,.42);
  backdrop-filter: blur(4px);
}
.ebifo-step-line { position: relative; }
.ebifo-step-line::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 2.4rem;
  bottom: -1rem;
  width: 1px;
  background: rgba(231,215,193,.95);
}
.ebifo-step-line:last-child::before { display: none; }
.ebifo-step-dot {
  display: inline-flex;
  height: 2.2rem;
  width: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #2A1810;
  color: #FFF8EF;
  font-size: .75rem;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(201,164,92,.13);
}
.ebifo-mobile-summary {
  position: sticky;
  top: 5.5rem;
}
.ebifo-choice-card {
  border: 1px solid rgba(231,215,193,.95);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.74);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.ebifo-choice-card:hover { border-color: rgba(201,164,92,.72); transform: translateY(-1px); box-shadow: 0 16px 42px rgba(42,24,16,.08); }
.ebifo-floating-filter-button {
  position: sticky;
  bottom: .85rem;
  z-index: 45;
}
.ebifo-mobile-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}
.ebifo-mobile-progress span {
  border-radius: 999px;
  background: rgba(231,215,193,.72);
  height: .35rem;
}
.ebifo-mobile-progress span.is-active { background: #B75E35; }
.ebifo-gallery-strip img, .ebifo-gallery-tile {
  width: min(78vw, 21rem);
  height: 13rem;
  border-radius: 1.4rem;
  object-fit: cover;
  background: linear-gradient(145deg, #2A1810, #15110E);
  box-shadow: 0 18px 50px rgba(42,24,16,.14);
}
.ebifo-mobile-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  border: 1px solid rgba(231,215,193,.9);
  background: rgba(255,255,255,.82);
  padding: .7rem .95rem;
  font-size: .75rem;
  font-weight: 900;
  color: #2A1810;
  white-space: nowrap;
}
.ebifo-form-control {
  border-radius: 999px;
  border: 1px solid #E7D7C1;
  background: rgba(255,255,255,.92);
  padding: .875rem 1.1rem;
  font-weight: 650;
  color: #2A1810;
  min-height: 48px;
  width: 100%;
}
.ebifo-form-control:focus { outline: 2px solid rgba(201,164,92,.65); outline-offset: 2px; }
textarea.ebifo-form-control { border-radius: 1.35rem; min-height: 8.5rem; }
@media (max-width: 1023px) {
  .ebifo-mobile-only { display: block; }
  .ebifo-desktop-only { display: none !important; }
  .ebifo-page-hero { padding-top: 2.5rem; }
  .ebifo-page-hero h1 { letter-spacing: -.045em; }
  .ebifo-mobile-summary { position: static; }
  .ebifo-luxury-card, .ebifo-form-card { border-radius: 1.65rem; }
  .ebifo-premium-button, .ebifo-secondary-button { min-height: 48px; }
}
@media (max-width: 640px) {
  .ebifo-topbar { display: none; }
  .ebifo-header-glass .ebifo-brand-mark { height: 2.55rem; width: 2.55rem; }
  .ebifo-mobile-book-bar { left: .55rem; right: .55rem; bottom: .55rem; border-radius: 1.35rem; }
  .ebifo-gallery-strip img, .ebifo-gallery-tile { height: 11.5rem; }
  input, select, textarea { font-size: 16px; }
}

/* Phase 33 — advanced search UX */
.ebifo-search-toggle { display:inline-flex; align-items:center; gap:.55rem; border:1px solid #E7D7C1; background:rgba(255,255,255,.76); border-radius:999px; padding:.72rem 1rem; font-size:.78rem; font-weight:800; color:#3A2418; box-shadow:inset 0 1px 0 rgba(255,255,255,.74); }
.ebifo-search-toggle input { accent-color:#B75E35; width:1rem; height:1rem; }
.ebifo-search-preset-strip { scrollbar-width:thin; }
.ebifo-search-preset-strip::-webkit-scrollbar { height:8px; }
.ebifo-search-preset-strip::-webkit-scrollbar-thumb { background:#DCC8AA; border-radius:999px; }


/* Phase 34 — map-based discovery */
.ebifo-map-shell {
  position: relative;
  overflow: hidden;
  min-height: 42rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2.5rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(201,164,92,.20), transparent 24rem),
    radial-gradient(circle at 78% 78%, rgba(47,93,70,.20), transparent 24rem),
    linear-gradient(145deg, #20130D, #15110E 78%);
  box-shadow: 0 34px 110px rgba(42,24,16,.25), inset 0 1px 0 rgba(255,255,255,.10);
}
.ebifo-map-toolbar { position: relative; z-index: 3; display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; padding:1.25rem; }
.ebifo-map-canvas { position: relative; min-height: 32rem; margin: 0 1.25rem 1.25rem; border-radius: 2rem; overflow:hidden; background: radial-gradient(circle at 50% 52%, rgba(255,248,239,.12), transparent 38%), linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border:1px solid rgba(255,255,255,.08); }
.ebifo-map-africa-shape { position:absolute; inset:9% 21% 8% 24%; opacity:.34; background: linear-gradient(145deg, rgba(201,164,92,.50), rgba(183,94,53,.34)); clip-path: polygon(38% 0%, 58% 8%, 66% 23%, 59% 36%, 71% 52%, 61% 72%, 52% 100%, 40% 83%, 31% 61%, 18% 50%, 26% 33%, 21% 17%); filter: blur(.2px); }
.ebifo-map-grid { position:absolute; inset:0; opacity:.22; background-image: linear-gradient(rgba(255,248,239,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,248,239,.12) 1px, transparent 1px); background-size: 52px 52px; }
.ebifo-map-marker { position:absolute; z-index:5; display:inline-flex; align-items:center; gap:.45rem; transform: translate(-50%, -50%); border:0; background:transparent; color:#FFF8EF; cursor:pointer; }
.ebifo-map-marker-dot { width:1.05rem; height:1.05rem; border-radius:999px; background:#B75E35; box-shadow:0 0 0 7px rgba(183,94,53,.20), 0 0 24px rgba(183,94,53,.60); }
.ebifo-map-marker-place .ebifo-map-marker-dot { background:#2F5D46; box-shadow:0 0 0 7px rgba(47,93,70,.20), 0 0 24px rgba(47,93,70,.60); }
.ebifo-map-marker-provider .ebifo-map-marker-dot { background:#C9A45C; box-shadow:0 0 0 7px rgba(201,164,92,.20), 0 0 24px rgba(201,164,92,.60); }
.ebifo-map-marker-label { max-width:12rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(21,17,14,.68); padding:.45rem .7rem; font-size:.72rem; font-weight:900; backdrop-filter: blur(12px); box-shadow:0 12px 34px rgba(0,0,0,.22); }
.ebifo-map-marker:hover, .ebifo-map-marker.is-active { z-index:8; transform: translate(-50%, -50%) scale(1.06); }
.ebifo-map-marker.is-active .ebifo-map-marker-label { background:#FFF8EF; color:#2A1810; }
.ebifo-map-legend { position:relative; z-index:3; display:flex; flex-wrap:wrap; gap:.75rem; padding:0 1.25rem 1.25rem; color:rgba(255,248,239,.78); font-size:.75rem; font-weight:900; }
.ebifo-map-legend span { display:inline-flex; align-items:center; gap:.45rem; border:1px solid rgba(255,255,255,.10); border-radius:999px; background:rgba(255,255,255,.07); padding:.55rem .75rem; }
.ebifo-map-legend-dot { display:inline-block; width:.7rem; height:.7rem; border-radius:999px; background:#B75E35; }
.ebifo-map-legend-dot.place { background:#2F5D46; }
.ebifo-map-legend-dot.provider { background:#C9A45C; }
@media (max-width: 640px) {
  .ebifo-map-shell { min-height: 34rem; border-radius:1.75rem; }
  .ebifo-map-toolbar { display:block; padding:1rem; }
  .ebifo-map-canvas { min-height: 26rem; margin: 0 .75rem .75rem; border-radius:1.35rem; }
  .ebifo-map-marker-label { display:none; }
}
