body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.cookies {
        position: fixed;
        left: 1.74rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
:root {
  --delay-slow: cubic-bezier(0.4,0,0.2,1);
}

.cookies .page-headline {
        width: min(22rem, calc(100vw - 1.74rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 22px 48px rgba(0,0,0,0.18)
    }
.cookies strong {
        font-size: calc(19.4px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.64
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.24rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: #c8862a;
        color: #1a1714;
        border-color: #c8862a
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.74rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .page-headline {
            width: auto
        }
    }
