#sliding-popup {
    width: 100%;
}

#sliding-popup .popup-content {
    display: flex;
    flex-direction: column;
    max-width: 940px;
}

#sliding-popup .popup-content #popup-text {
    max-width: 100%;
}

#sliding-popup .popup-content #popup-buttons {
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.eu-cookie-compliance-banner {
    background-color: #253276;
}

.eu-cookie-compliance-banner .popup-content {
    padding: 20px 20px 20px 20px;
    color: rgb(255, 255, 255);
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 14px;
}

.eu-cookie-compliance-banner .popup-content a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

#popup-buttons button {
    text-transform: uppercase;
    line-height: 1.5;
    padding: 6px 12px;
    min-width: 250px;
    max-width: 250px;
    text-align: center;
    font-size: 15px;
    font-weight: inherit;
    font-family: inherit;
}

#popup-buttons .agree-button {
    margin-left: 20px;
}

