.analytics-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    max-width: 720px;
    margin: 0 auto;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

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

.analytics-consent__content {
    display: grid;
    gap: 0.9rem;
}

.analytics-consent__text {
    display: grid;
    gap: 0.35rem;
}

.analytics-consent__text strong {
    font-size: 1rem;
}

.analytics-consent__text p {
    margin: 0;
    line-height: 1.5;
}

.analytics-consent__text a {
    text-decoration: underline;
}

.analytics-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.analytics-consent__actions button {
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid #0b6b3a;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.analytics-consent__accept {
    background: #0b6b3a;
    color: #fff;
}

.analytics-consent__reject {
    background: #fff;
    color: #0b6b3a;
}

.footer-cookie-settings {
    border: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 700px) {
    .analytics-consent__content {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .analytics-consent__actions {
        justify-content: flex-end;
    }
}
