.cc-window{
    z-index: 999999999999999;
    font-family: "Montserrat", sans-serif;
}
.agree
.cc-message {
    font-size:14px;
}
.cc-window.cc-banner {
    gap:10px;
}
.cc-message {
    color: var(--cookie-text-color);
}
.cc-message a {
    color: var(--cookie-text-color);
    text-decoration: underline;
}
.cc-message a:hover {
    text-decoration:none;
}
@media (max-width: 1023.98px) {
    .cc-window.cc-banner {
        flex-direction: column;
        align-items: unset;
    }
}
@media (max-width: 700px) {
    .cc-theme-classic .cc-btn:last-child {
        min-width: auto;
    }
    .cc-window.cc-banner {
        gap:0;
    }
    .cc-message p {
        margin:0;
    }
}
.form-creator .agree,
.hidden-inputs .agree {
    display: flex;
    margin-bottom: 10px;
}
.form-creator .agree input,
.hidden-inputs .agree input {
    width: 20px;
    height: 20px;
    appearance: auto;
    margin-top: 4px;
}
.form-creator .agree label,
.hidden-inputs .agree label {
    width: calc(100% - 25px);
    margin-left: auto;
    text-align: left;
    display: block !important;
    font-size: 14px;
    color: #333;
}