/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor 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: hello-elementor-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
*/

/* Add your custom styles here */

/* --- BCBIOCON PREMIUM STYLE FOR COMPLIANZ --- */

#cmplz-document, .cmplz-document {
    color: #EFEEE9 !important;
    font-family: 'Inter', sans-serif !important;
    background: transparent !important;
}

#cmplz-document h2, #cmplz-document h3, #cmplz-document h4 {
    font-family: 'Jost', sans-serif !important;
    color: #E03C3A !important;
    font-weight: 300 !important;
    letter-spacing: -0.5px !important;
    border-left: 3px solid #E03C3A !important;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#cmplz-document p, #cmplz-document li {
    color: #99AABF !important;
    font-size: 0.95rem !important;
}

/* Accordion / Dropdowns Style */
.cmplz-dropdown {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-left: 3px solid #E03C3A !important;
    border-radius: 0 8px 8px 0 !important;
    margin-bottom: 10px !important;
}

.cmplz-dropdown summary {
    padding: 15px 20px !important;
    cursor: pointer;
    font-family: 'Jost', sans-serif !important;
    color: #E03C3A !important;
    outline: none !important;
}

.cmplz-dropdown .cmplz-service-description {
    padding: 0 20px 20px 20px !important;
}

/* Tables Style */
.cmplz-cookies-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
}

.cmplz-cookies-table th {
    background: rgba(224, 60, 58, 0.1) !important;
    color: #E03C3A !important;
    padding: 10px !important;
    text-align: left !important;
    font-family: 'Jost', sans-serif !important;
}

.cmplz-cookies-table td {
    padding: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #99AABF !important;
}

/* Links */
#cmplz-document a {
    color: #E03C3A !important;
    text-decoration: none !important;
}

#cmplz-document a:hover {
    text-decoration: underline !important;
}
