/* 
Theme Name: TuaSalute
Theme URI: https://TuaSalute.com
Description: UnioneFarmacie - Eccellenze Italiane per il Tuo Benessere
Author: Twinba S.r.l,
Author URI: https://twinba.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: TuaSalute
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    font-family: 'Graphie' !important;
}

.wordpress-gdpr-privacy-settings-popup-services-buttons {
    display: flex;
    justify-content: space-between
}

.wordpress-gdpr-privacy-settings-popup-services-accept-all {
    width: 33%;
    text-align: center
}

.wordpress-gdpr-popup-save {
    width: 33%;
    text-align: center;
    margin-bottom: 8px
}

.wordpress-gdpr-privacy-settings-popup-services-decline-all {
    width: 33%;
    text-align: center
}

@media (max-width: 480px) {
    .wordpress-gdpr-privacy-settings-popup-services-buttons {
        display:flex;
        flex-direction: column;
        justify-content: space-between
    }

    .wordpress-gdpr-privacy-settings-popup-services-accept-all {
        width: 100%!important;
        text-align: center
    }

    .wordpress-gdpr-popup-save {
        width: 100%!important;
        text-align: center;
        margin-bottom: 8px
    }

    .wordpress-gdpr-privacy-settings-popup-services-decline-all {
        width: 100%!important;
        text-align: center
    }
}