.chio-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2147483000;
    width: min(802px, calc(100vw - 40px));
    transform: translateX(-50%);
    color: #ffffff;
    background: #193650;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 10px 32px rgba(10, 31, 49, 0.24);
}

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

.chio-cookie-consent__content {
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 20px 30px 18px;
}

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

.chio-cookie-consent__title {
    margin: 0 0 14px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

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

.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 {
    flex: 0 0 212px;
}

.chio-cookie-consent__button {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background: #e9003c;
    border: 0;
    border-radius: 4px;
}

.chio-cookie-consent__button:hover {
    background: #c90036;
}

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

@media screen and (max-width: 720px) {
    .chio-cookie-consent {
        bottom: 20px;
        width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        border-radius: 18px;
    }

    .chio-cookie-consent__content {
        display: block;
        padding: 28px 32px 34px;
    }

    .chio-cookie-consent__title {
        margin-bottom: 24px;
        font-size: 23px;
        line-height: 1.2;
    }

    .chio-cookie-consent__description {
        font-size: 18px;
        line-height: 1.2;
    }

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

    .chio-cookie-consent__button {
        min-height: 60px;
        font-size: 20px;
        border-radius: 6px;
    }
}
