/* Boekee menu overrides */
.mobile-menu-section-label { color: #1a2a6c; }
.mobile-menu-child-link { color: #1a2a6c; }

/* Mobile menu panel (theme only) */
.boekee-mobile-panel {
  position: fixed;
  top: var(--boekee-mobile-top, 77px);
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.75rem 1rem 2rem;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
}
.boekee-mobile-panel[hidden] { display: none; }
body.boekee-menu-open { overflow: hidden; }

.boekee-mobile-panel .bmp-item {
  border-bottom: 1px solid #eef0f4;
}
.boekee-mobile-panel .bmp-top-link {
  display: block;
  padding: 0.9rem 0.25rem;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.boekee-mobile-panel details { padding: 0.25rem 0; }
.boekee-mobile-panel summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.boekee-mobile-panel summary::-webkit-details-marker { display: none; }
.boekee-mobile-panel .bmp-group > summary {
  padding: 0.9rem 0.25rem;
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
}
.boekee-mobile-panel .bmp-section {
  margin: 0.35rem 0;
  border: 1px solid #edf0f6;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.boekee-mobile-panel .bmp-section > summary {
  padding: 0.65rem 0.75rem;
  color: #1a2a6c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #f8f9fd;
}
.boekee-mobile-panel .bmp-chevron {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #1a2a6c;
  border-bottom: 2px solid #1a2a6c;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-right: 0.1rem;
  flex: 0 0 auto;
}
.boekee-mobile-panel details[open] > summary > .bmp-chevron {
  transform: rotate(-135deg);
}
.boekee-mobile-panel .bmp-top {
  display: block;
  padding: 0.7rem 0.85rem;
  color: #1a2a6c;
  font-size: 13px;
  font-weight: 600;
  background: #f4f6fb;
  border-radius: 6px;
  margin: 0.25rem 0 0.65rem;
  text-decoration: none;
}
.boekee-mobile-panel .bmp-section-link {
  display: block;
  padding: 0.62rem 0.9rem;
  font-size: 13px;
  font-weight: 700;
  color: #1a2a6c;
  background: #fff;
  border-top: 1px solid #eef0f4;
  text-decoration: none;
}
.boekee-mobile-panel .bmp-child {
  display: block;
  padding: 0.68rem 1rem 0.68rem 1.25rem;
  color: #334155;
  font-size: 14px;
  text-decoration: none;
  border-top: 1px solid #f1f3f7;
}
.boekee-mobile-panel .bmp-child:hover,
.boekee-mobile-panel .bmp-top-link:hover,
.boekee-mobile-panel .bmp-section-link:hover {
  background: #f4f6fb;
  color: #1a2a6c;
}
.boekee-mobile-panel .bmp-cta {
  display: block;
  margin: 1rem 0 0.5rem;
  padding: 0.9rem 1rem;
  background: #1a2a6c;
  color: #ffffff !important;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}
.boekee-mobile-panel .bmp-tel {
  display: block;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  text-align: center;
  color: #1a2a6c;
  font-weight: 600;
  text-decoration: none;
}

.boekee-mobile-panel .bmp-section[open] > .bmp-section-link,
.boekee-mobile-panel .bmp-section[open] > .bmp-child {
  display: flex !important;
  align-items: center;
  min-height: 44px;
  position: relative;
  z-index: 1;
  color: #334155 !important;
  -webkit-text-fill-color: #334155 !important;
  background: #ffffff;
}
.boekee-mobile-panel .bmp-section[open] > .bmp-section-link {
  color: #1a2a6c !important;
  -webkit-text-fill-color: #1a2a6c !important;
}
@media (min-width: 1280px) {
  .boekee-mobile-panel { display: none !important; }
}
