@media only screen and (max-width: 1800px) {
    .cookie-bar-contents {
        flex-direction: column;
    }

    .cookie-bar-text {
        margin-right: 0;
    }
}

.cookie-bar-contents p {
    font-size: 0.875rem;
}

.cookie-modal .close {
    font-size: 1.2rem;
}

.cookie-modal h1 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}

.cookie-modal .category {
    margin-top: 2rem;
}

.cookie-modal h5,
.cookie-modal h5 label {
    font-size: 1.325rem;
}

.cookie-modal p {
    font-size: 1.125rem;
}

.cookie-modal input[type="checkbox"] {
    margin: 4px 10px 0 0;
    width: 21px;
    height: 21px;
}

.cookie-modal h5 label {
    display: flex;
}

.modal-open .modal {
    z-index: 10000;
}

.cookie-modal dd,
.cookie-modal dl {
    padding: 0;
}

.banner-cookie .cookie-wrapper span {
    flex-grow: 1 !important;
}

.category-content,
.category-essential-title {
    padding-left: 36px;
    line-height: 1.61111;
}