#gdpr-selection .gdpr-modal-dialog {
    max-width: 780px;
}

#gdpr-selection .modal-content {
    border-radius: 1rem;
}

#gdpr-selection #cookies-help-build {
    max-height: 280px;
}

#gdpr-selection .cookies-choice {
    width: 200px;
    border-radius: 23px;
}

#gdpr-selection .cookies-family-box {
    font-size: 16px;
    margin-bottom: 30px;
}

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

    #gdpr-selection .gdpr-modal-title {

        font-size: 22px;

        line-height: 1.2;

        white-space: nowrap;

    }

    #gdpr-selection .gdpr-modal-dialog {
        max-width: min(88vw, 420px);
        margin: 1rem auto;
    }

    #gdpr-selection .modal-content {
        max-height: 86vh;
        overflow: hidden;
    }

    #gdpr-selection .modal-body {
        max-height: 86vh;
        overflow-y: auto;
        padding: 1.25rem;
    }

    #gdpr-selection #cookies-consent-container {
        row-gap: 1rem;
    }

    #gdpr-selection .cookies-choice {
        width: 150px;
    }

    #gdpr-selection #cookies-help-build {
        max-height: 140px;
    }
}
