/* bowlandwok.ch – Einwilligungsdialog · 4Focus Schweiz GmbH */
.bw-ew { position: fixed; inset: auto 0 0 0; z-index: 2147483000; padding: 16px; display: flex; justify-content: center; pointer-events: none; }
.bw-ew-box { pointer-events: auto; max-width: 720px; width: 100%; background: #fff; color: #1d1d1b; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.25); padding: 20px 22px; font-family: inherit; font-size: 15px; line-height: 1.5; }
.bw-ew-box h2 { margin: 0 0 8px; font-size: 18px; line-height: 1.3; }
.bw-ew-box p { margin: 0 0 14px; font-size: 14px; }
.bw-ew-box a { color: inherit; text-decoration: underline; }
.bw-ew-details { display: grid; gap: 10px; margin: 0 0 14px; }
.bw-ew-details[hidden] { display: none; }
.bw-ew-kat { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; cursor: pointer; }
.bw-ew-kat input { margin-top: 4px; width: 18px; height: 18px; accent-color: #3f7d2b; }
.bw-ew-kat strong { display: block; }
.bw-ew-aktionen { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.bw-ew-btn { font: inherit; font-size: 14px; padding: 10px 16px; border-radius: 8px; border: 1px solid #1d1d1b; background: #fff; color: #1d1d1b; cursor: pointer; min-height: 44px; }
.bw-ew-btn[hidden] { display: none; }
.bw-ew-primaer { background: #3f7d2b; border-color: #3f7d2b; color: #fff; }
.bw-ew-link { border-color: transparent; text-decoration: underline; }
.bw-ew-btn:focus-visible { outline: 3px solid #e2471d; outline-offset: 2px; }
@media (max-width: 560px) { .bw-ew { padding: 8px; } .bw-ew-aktionen .bw-ew-btn { flex: 1 1 100%; } }
