#gdpr-popup {
    padding-top: 20px;
    padding-bottom: 20px;
}

#gdpr-popup p {
    font-size: 20px;
}

#gdpr-popup .gdpr-popup-content {
    width: 80%;
    max-width: 80%;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 0;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
    font-family: 'Bitter', serif;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 1.4rem;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    border: none;
    /*display: inline-block;*/
    outline: none;
    background: #f90 !important;
    color: #fff;
    text-decoration: none;
    border: 0 !important;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:hover {
    text-decoration: none;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    width: 18px
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:focus {
    outline: none
}

@media (max-width: 635px) {
    #gdpr-popup {
        padding-bottom: 10px !important;
    }
    #gdpr-popup p {
        font-size: 16px;
    }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
        text-align: center;
        flex-direction: column;
    }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
        font-size: 1rem;
        line-height: 1;
        padding: 15px 6px !important;
        cursor: pointer;
    }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:first-child {
        margin-left: 0;
    }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:before {
        width: 6px;
    }
}