:root[data-map-dark="true"] .oae-md-toggle{ background:#0f172a; color:#e5e7eb; border-color:#1f2937; }
.oae-md-wrap{ display:flex; justify-content:center; margin:10px 0 14px; }
.oae-md-wrap.align-left{ justify-content:flex-start; }
.oae-md-wrap.align-right{ justify-content:flex-end; }
.oae-md-toggle{
  display:inline-flex; align-items:center; gap:.6rem;
  padding:.5rem .8rem; border:1px solid #e5e7eb; border-radius:999px;
  background:#fff; color:#111827; cursor:pointer; font-weight:600; line-height:1;
  box-shadow:0 1px 2px rgba(0,0,0,.05);
  position: relative; z-index: 5; pointer-events: auto;
}
.oae-md-toggle .oae-md-icon{
  width:20px; height:20px; border-radius:50%;
  background:linear-gradient(135deg, #111827 50%, #f9fafb 50%);
  display:inline-block;
}
.oae-md-toggle[aria-pressed="true"] .oae-md-icon{
  background:linear-gradient(135deg, #0f172a 70%, #334155 30%);
}
.oae-md-text b{ font-weight:800; }