/* 
Theme Name: Goso Salute Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Goso Salute Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: goso-salute-child
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
*/

/* Styles */

a {
    color: unset;
}

strong {
    font-weight: 600 !important;
}

.accordion-list details {
    border-bottom: 1px solid #8A9698 !important;
}

.accordion-list summary {
    border: none !important;
    padding: 0px !important;
    justify-content: space-between !important;
    align-items: first baseline !important;
}

.accordion-list .e-n-accordion-item-title-header {
    margin-bottom: 15px !important;
    order: 1 !important;
}

.accordion-list .e-n-accordion-item-title-icon {
    order: 2 !important;
}

.accordion-list div[role="region"] {
    border: none !important;
    margin-bottom: 10px !important;
}

.accordion-list .accordion-title-main {
    margin-bottom: 5px !important;
}

.accordion-list .accordion-subtitle {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 500 !important;
    color: #545454 !important;
}

.contact-icon-box h4 {
    margin-top: 5px !important;
}

.signature {
    width: 80px;
}

.privacy-cookie-policy * {
    font-weight: 500;
    color: #288BA3;
    font-size: 15px;
    line-height: 1.5em;
}


/* Breakpoints */

/* Mobile */
@media (max-width: 766px) {

    .accordion-list .accordion-subtitle {
        font-size: 16px !important;
    }

    .contact-icon-box h4 {
        margin-top: -8px !important;
    }

}