.dc-cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 10000;
    background: #ffffff;
    color: #242424;
    border: 1px solid #555555;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    padding: 1.4rem 1.5rem;
    max-width: 90%;
    width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.6;
}

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

.dc-cookie-banner__text {
    margin: 0 0 1rem;
}

.dc-cookie-banner__text a {
    color: inherit;
    text-decoration: underline;
}

.dc-cookie-banner__actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.dc-cookie-btn {
    appearance: none;
    border: 1px solid #242424;
    background: #ffffff;
    color: #242424;
    padding: 0.65rem 1.1rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.dc-cookie-btn:hover,
.dc-cookie-btn:focus-visible {
    background: #f4f4f4;
}

.dc-cookie-btn--primary {
    background: #242424;
    color: #ffffff;
}

.dc-cookie-btn--primary:hover,
.dc-cookie-btn--primary:focus-visible {
    background: #000000;
}

.dc-cookie-manage {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 9999;
    appearance: none;
    border: 1px solid #242424;
    background: #ffffff;
    color: #242424;
    padding: 0.45rem 0.7rem;
    font-size: 0.82rem;
    cursor: pointer;
}

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

@media (max-width: 620px) {
    .footer__content {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.4rem 0;
        gap: 0.9rem;
    }

    .footer__links {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.1rem;
        width: 100%;
    }

    .footer__copyright {
        order: 2;
        text-align: center;
    }
}

@media (max-width: 700px) {
    .dc-cookie-banner {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 1rem;
    }

    .dc-cookie-btn {
        width: 100%;
        text-align: center;
    }
}
