body {
    font-family: 'Montserrat', sans-serif;
}

.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
}

@media (min-width: 640px) {
    .cookie-consent {
        align-items: center;
    }
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.55);
}

.cookie-consent-card {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
