#cookie-notice {
    background: rgba(211, 0, 96, 0.85);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
    color: white;
}

#cookie-notice button,
#cookie-notice .button {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background: white;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 15px 30px;
    margin: 0 5px 5px;
    display: inline-block;
    color: black;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

@media only screen and (max-width: 614px) {
    #cookie-notice button,
    #cookie-notice .button {
        margin: 0 5px 16px 5px;
    }
}

@media only screen and (max-width: 415px) {

    #cookie-notice button,
    #cookie-notice .button {

        max-width: 205px;
        width: 100%;
        margin-bottom: 8px;
    }
}

#cookie-notice button:hover,
#cookie-notice .button:hover {
    color: #d30060;
}

#cookie-notice p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    max-width: 570px;
}

#cookie-notice input + span {
    border-color: white;
}

#cookie-notice input + span:before {
    content: "X";
    font-size: 16px;
    font-weight: 600;
    top: -3px;
    left: 0;
    line-height: 1;
    background: none;
    width: auto;
    height: auto;
    color: white;
}

#cookie-notice input:disabled + span {
    border-color: #272727;
}

#cookie-notice input:disabled + span:before {
    background: none;
    color: #272727;
}

#cookie-notice label.required {
    color: #272727;
}

#cookie-notice input + span {
    margin-top: -6px;
}

#cookie-notice legend {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
