.chio-cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 2147483000;
    max-width: 1050px;
    margin: 0 auto;
    color: #ffffff;
    background: #0d263f;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

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

.chio-cookie-consent__content {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px;
}

.chio-cookie-consent__copy {
    flex: 1 1 auto;
    min-width: 0;
}

.chio-cookie-consent__title {
    margin: 0 0 8px;
    color: inherit;
    font-size: 20px;
    line-height: 1.3;
}

.chio-cookie-consent__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

.chio-cookie-consent__status {
    min-height: 1.2em;
    margin: 8px 0 0;
    color: #b00020;
    font-size: 13px;
}

.chio-cookie-consent__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.chio-cookie-consent__link:hover,
.chio-cookie-consent__link:focus-visible {
    text-decoration-thickness: 2px;
}

.chio-cookie-consent__actions {
    display: grid;
    flex: 0 0 260px;
    grid-template-columns: 1fr;
    gap: 10px;
}

.chio-cookie-consent__button {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    color: #0d263f;
    font: inherit;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

.chio-cookie-consent__button:hover {
    color: #ffffff;
    background: #142d48;
}

.chio-cookie-consent__button:focus-visible,
.chio-cookie-consent__link:focus-visible {
    outline: 3px solid #e72f44;
    outline-offset: 3px;
}

@media screen and (max-width: 720px) {
    .chio-cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
        border-radius: 12px;
    }

    .chio-cookie-consent__content {
        display: block;
        padding: 18px;
    }

    .chio-cookie-consent__actions {
        margin-top: 18px;
    }
}
