/* Breathtaking Lagoon v5.6.3 — Read Aloud accessibility controls */
.bl-read-aloud{
  --bl-ra-bg:#f4faf8;
  --bl-ra-border:#b9ddd5;
  --bl-ra-ink:#073f36;
  --bl-ra-muted:#4f6f68;
  --bl-ra-accent:#0b8f78;
  --bl-ra-button:#ffffff;
  width:min(1040px,calc(100% - 32px));
  margin:22px auto;
  padding:18px;
  border:1.5px solid var(--bl-ra-border);
  border-radius:24px;
  background:var(--bl-ra-bg);
  color:var(--bl-ra-ink);
  box-shadow:0 10px 30px rgba(3,63,54,.07);
  position:relative;
  z-index:2;
}
.bl-read-aloud *{box-sizing:border-box}
.bl-read-aloud__head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
.bl-read-aloud__title-wrap{display:flex;gap:12px;align-items:flex-start;min-width:0}
.bl-read-aloud__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#dff4ef;font-size:22px;flex:0 0 auto}
.bl-read-aloud h2{margin:0!important;font:800 clamp(20px,4.5vw,28px)/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:var(--bl-ra-ink)!important;-webkit-text-fill-color:var(--bl-ra-ink)!important}
.bl-read-aloud__sub{margin:5px 0 0!important;color:var(--bl-ra-muted)!important;-webkit-text-fill-color:var(--bl-ra-muted)!important;font:500 15px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.bl-read-aloud__controls{display:grid;grid-template-columns:minmax(0,1.5fr) 1fr 1fr;gap:10px;margin-top:16px}
.bl-read-aloud button,.bl-read-aloud select{
  min-height:48px;border-radius:999px;border:1.5px solid var(--bl-ra-border)!important;
  font:800 16px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.bl-read-aloud button{cursor:pointer;background:var(--bl-ra-button)!important;color:var(--bl-ra-ink)!important;-webkit-text-fill-color:var(--bl-ra-ink)!important;padding:0 18px}
.bl-read-aloud button[data-action="play"]{background:var(--bl-ra-accent)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:var(--bl-ra-accent)!important}
.bl-read-aloud button:disabled{opacity:.48!important;cursor:not-allowed}
.bl-read-aloud button:focus-visible,.bl-read-aloud select:focus-visible{outline:3px solid #54d6b7!important;outline-offset:3px!important}
.bl-read-aloud__rate-row{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap;color:var(--bl-ra-muted)!important;-webkit-text-fill-color:var(--bl-ra-muted)!important;font:700 14px/1.3 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.bl-read-aloud select{background:#fff!important;color:var(--bl-ra-ink)!important;-webkit-text-fill-color:var(--bl-ra-ink)!important;padding:0 38px 0 14px;min-height:42px}
.bl-read-aloud__progress{height:6px;border-radius:999px;background:#d7ebe6;margin-top:14px;overflow:hidden}
.bl-read-aloud__bar{height:100%;width:0;background:var(--bl-ra-accent);transition:width .2s ease}
.bl-read-aloud__status{margin:9px 0 0!important;color:var(--bl-ra-muted)!important;-webkit-text-fill-color:var(--bl-ra-muted)!important;font:600 14px/1.4 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;min-height:20px}

html[data-theme="night"] .bl-read-aloud{
  --bl-ra-bg:#0d2b25;
  --bl-ra-border:#356e62;
  --bl-ra-ink:#f4fbf9;
  --bl-ra-muted:#cfdfdb;
  --bl-ra-accent:#18a887;
  --bl-ra-button:#143d35;
  box-shadow:none;
}
html[data-theme="night"] .bl-read-aloud__icon{background:#17473d}
html[data-theme="night"] .bl-read-aloud button{background:var(--bl-ra-button)!important;color:#f4fbf9!important;-webkit-text-fill-color:#f4fbf9!important}
html[data-theme="night"] .bl-read-aloud button[data-action="play"]{background:var(--bl-ra-accent)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-theme="night"] .bl-read-aloud select{background:#102f29!important;color:#f4fbf9!important;-webkit-text-fill-color:#f4fbf9!important}
html[data-theme="night"] .bl-read-aloud option{background:#102f29!important;color:#f4fbf9!important}
html[data-theme="night"] .bl-read-aloud__progress{background:#1f5147}

@media(max-width:620px){
  .bl-read-aloud{width:calc(100% - 28px);margin:16px auto;padding:16px;border-radius:20px}
  .bl-read-aloud__controls{grid-template-columns:1fr 1fr}
  .bl-read-aloud button[data-action="play"]{grid-column:1/-1}
}
@media(prefers-reduced-motion:reduce){.bl-read-aloud__bar{transition:none}}
