.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.cookie-notice,
.cookie-update {
    font-family: "Montserrat", "Open Sans", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.5;
}

.cookie-notice .cookie-notice-outer {
    background: #fff;
    border-top: 1px solid #ccc;
}

.cookie-notice .cookie-notice-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
}

.cookie-notice .cookie-notice-content,
.cookie-update .cookie-update-content {
    text-align: center;
}

.cookie-notice .cookie-notice-description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.cookie-notice .cookieconsent-options,
.cookie-update .cookieconsent-options {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.cookie-notice .cookieconsent-options .cookieconsent-input-group,
.cookie-update .cookieconsent-options .cookieconsent-input-group {
    margin-bottom: 10px;
}

.cookie-notice .cookie-notice-right {
    display: flex;
    justify-content: center;
}

.cookie-notice .cookieconsent-options .label,
.cookie-update .cookieconsent-options .label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.cookie-notice .cookie-notice-right,
.cookie-update .cookie-update-btn-container {
    margin-top: 15px;
}

.cookie-notice .cookie-notice-btn,
.cookie-update .cookie-update-btn {
    height: 44px;
    width: 140px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    background: #7c99ab;
    border: 1px solid #7c99ab;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    transition: all 0.2s;
    margin: 0;
}

.cookie-notice .cookie-notice-btn:hover,
.cookie-update .cookie-update-btn:hover {
    background: none;
    color: #7c99ab;
}

.cookie-notice .cookie-notice-btn-ghost,
.cookie-update .cookie-update-btn-ghost {
    background: none;
    color: #7c99ab;
}

.cookie-notice .cookie-notice-btn-ghost:hover,
.cookie-notice .cookie-update-btn-ghost:hover {
    background: #7c99ab;
    color: #fff;
}

.cookie-notice .cookie-notice-decline {
    margin-left: 15px;
}

.cookie-update .cookie-update-msg {
    font-size: 14px;
    padding: 5px 0;
    transition: all 0.3s;
    display: none;
}

.cookie-update .cookie-update-msg.open {
    display: block;
}

@media screen and (min-width: 768px) {
    .cookie-notice .cookie-notice-content,
    .cookie-update .cookie-update-content {
        text-align: left;
    }

    .cookie-notice .cookie-notice-content {
        display: flex;
        width: 100%;
    }

    .cookie-notice .cookie-notice-left {
        flex: 1;
    }

    .cookie-notice .cookie-notice-inner {
        text-align: left;
    }

    .cookie-notice .cookie-notice-description {
        margin-right: 15px;
    }

    .cookie-notice .cookieconsent-options,
    .cookie-update .cookieconsent-options {
        display: block;
    }

    .cookie-notice .cookieconsent-options .cookieconsent-input-group,
    .cookie-update .cookieconsent-options .cookieconsent-input-group {
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
}
