.cookieagry--v2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    padding: 0;
    pointer-events: none;
}
.cookieagry--v2 .cookieagry-alert {
    pointer-events: auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 2.4rem 3rem 3rem;
    background: #fff;
    color: #343434;
    border-radius: 0;
    box-shadow: 0 -0.4rem 2.4rem rgba(17, 24, 39, 0.12);
    animation: alertpopupShow 0.5s forwards;
}
.cookieagry__title {
    margin: 0 0 1.2rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
}
.cookieagry--v2 .cookieagry__text {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #6B7280;
}
.cookieagry__checks {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0 0 2rem;
}
.cookieagry__check {
    align-items: flex-start;
    position: relative;
}
.cookieagry__check .ui-check__text {
    font-size: 1.4rem;
    line-height: 1.45;
}
.cookieagry__link-open {
    color: inherit;
    text-decoration: underline;
}
.cookieagry__email {
    margin: 0 0 2rem;
    max-width: 40rem;
}
.cookieagry__email-label {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
}
.cookieagry__required {
    color: #E53935;
}
.cookieagry__error {
    margin: 0.8rem 0 0;
    font-size: 1.3rem;
    color: #E53935;
}
.cookieagry__email .ui-input.is-error {
    border-color: #E53935;
}
.cookieagry__action {
    width: 100%;
    max-width: 40rem;
}
.cookieagry__submit {
    width: 100%;
}
.cookieagry__submit:disabled,
.cookieagry__submit[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}
.cookieagry--v2 .cookieagry-alert .agree {
    color: inherit;
    border-bottom-color: currentColor;
}
@media (max-width: 767px) {
    .cookieagry--v2 .cookieagry-alert {
        padding: 2rem 1.5rem 2.4rem;
    }
    .cookieagry__action,
    .cookieagry__email {
        max-width: none;
    }
}
