.tc-privacy-overlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.tc-privacy-button-close {
    display: none !important;
}

.tc-privacy-banner {
    padding: 30px !important;
    width: 60% !important;
    border-radius: 0 !important;
    box-shadow: 0 15px 50px 0 rgba(0, 37, 84, 0.1) !important;
    overflow: hidden !important;
}

@media screen and (max-width: 576px) {
    .tc-privacy-banner {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        height: 90% !important;
        overflow-y: scroll !important;
    }
}

.tc-privacy-block-text {
    position: relative;
    overflow: hidden;
}

.tc-privacy-text {
    padding: 0 !important;
}

.tc-privacy-block-button {
    display: flex !important;
    flex-direction: row;
    justify-content: left;
    padding: 0 !important;
}

@media screen and (max-width: 576px) {
    .tc-privacy-block-button {
        flex-direction: column;
    }
}

.tc-privacy-button {
    display: inline-block;
    margin: 0 10px 0 0 !important;
    padding: 16px 30px !important;
    font: 14px/14px 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
    color: #002554 !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
    will-change: opacity;
}

@media screen and (max-width: 576px) {
    .tc-privacy-button {
        margin: 0 !important;
    }
}

.tc-privacy-button:first-of-type {
    background-color: transparent !important;
    border: 1px solid #D0D0D0 !important;
}

.tc-privacy-button:first-of-type:hover {
    border: 1px solid #002554 !important;
}

@media screen and (max-width: 576px) {
    .tc-privacy-button:first-of-type {
        margin: 0 0 20px 0 !important;
    }
}

.tc-privacy-button:last-of-type {
    position: relative;
    background-color: #FFE250 !important;
    border: 1px solid #FFE250 !important;
    box-shadow: 0 3px 6px #EBEBEB;
}

.cookie__modal-header {
    padding: 0 !important;
    text-align: left;
}

.cookie__modal-header h1 {
    margin: 0 0 20px 0;
    padding: 0 50px 0 0;
    font: 24px/30px 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 6px !important;
    color: #002554;
}

.cookie__modal-header h1 span {
    display: block;
}

@media screen and (min-width: 768px) {
    .cookie__modal-header h1 {
        font: 32px/38px 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
    }
    .cookie__modal-header h1 span {
        display: inline;
    }
}

.cookie__modal-header .cookie__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://www.diners.hr/images/svg/cookies.svg');
}

@media screen and (max-width: 576px) {
    .cookie__modal-header .cookie__icon {
        width: 40px;
        height: 40px;
    }
}

.cookie__modal-body {
    margin: 0 0 30px 0;
    padding: 0;
    background-color: #FFFFFF !important;
}

@media screen and (max-width: 576px) {
    .cookie__modal-body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
}

.cookie__modal-body h2 {
    margin: 0 0 20px 0;
    font: 18px/28px 'Gotham-Book', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #002554;
}

.cookie__modal-body p {
    margin-top: 0;
    margin-bottom: 16px !important;
    font: 14px/20px 'Gotham-Book' Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #002554 !important;
}

@media screen and (max-width: 576px) {
    .cookie__modal-body p {
        margin-bottom: 16px !important;
    }
}

.cookie__modal-body p:last-child {
    margin-bottom: 0 !important;
}

.cookie__modal-body p strong {
    font-weight: 600;
}

.cookie__modal-body p a {
    font: 14px/20px 'Gotham-Book' Helvetica, Arial, sans-serif;
    color: #609AD4 !important;
    text-decoration: none;
}