.tracking-consent {
    position: fixed;
    z-index: 2147483000;
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-width: 760px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 14px;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .18);
    font-size: 14px;
    line-height: 1.6;
}

.tracking-consent[hidden] {
    display: none !important;
}

.tracking-consent__title {
    margin: 0 0 6px;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
}

.tracking-consent__text {
    margin: 0;
}

.tracking-consent__text a {
    color: #087f8c;
    text-decoration: underline;
}

.tracking-consent__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.tracking-consent__button {
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #0f8f9d;
    border-radius: 8px;
    background: #fff;
    color: #087f8c;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.tracking-consent__button--primary {
    background: #0f8f9d;
    color: #fff;
}

.tracking-consent__button:focus-visible,
.tracking-consent-settings:focus-visible {
    outline: 3px solid rgba(15, 143, 157, .35);
    outline-offset: 2px;
}

.tracking-consent-settings {
    position: fixed;
    z-index: 2147482999;
    right: 14px;
    bottom: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(15, 23, 42, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #374151;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 640px) {
    .tracking-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 16px;
    }

    .tracking-consent__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tracking-consent__button {
        width: 100%;
    }
}
