/* Çerez bildirimi: işletme sayfaları ve panelde ortak kullanılır, bu yüzden px cinsindendir. */
.cookie-consent {
    position: fixed;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: 16px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 448px;
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 12px;
    background: #1b1b1f;
    color: #fff;
    font: 13px/1.45 "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.2);
}
.cookie-consent__text { flex: 1; margin: 0; }
.cookie-consent__text a { color: #fd5d2b; white-space: nowrap; }
.cookie-consent__button {
    flex: none;
    padding: 9px 16px;
    border: 0;
    border-radius: 999px;
    background: #fd5d2b;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.cookie-consent__button:hover { background: #e94c1c; }
.cookie-consent__button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
