/* 
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 */

/** Contact Form CSS **/
div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
    border: 1px solid var(--e-global-color-accent);
    border-radius: 5px;
    padding: 20px;
}

div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required:after {
    /*     content: "We will never share your information.\A All communications are protected and confidential."; */
    content: "Secure and confidential consultation.";
    /*     content: "100% confidential. Every conversation protected."; */
    white-space: pre-line;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
}

div#mcwb-schedule-form .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required label.elementor-field-label.elementor-screen-only {
    width: auto;
    height: auto;
    position: initial;
    overflow: initial;
    margin: initial;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

/** Accordion CSS **/
.mcwbc-text-decoration-for-anchor-tag a {
    text-decoration: underline;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    position: absolute;
    right: 5px;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--e-global-color-accent);
}

/** Blog Disclaimer Styling **/
.blog-disclaimer-box {
    margin: 50px 0;
    padding: 25px 30px;
    background: #f8fafc;
    border-left: 5px solid var(--e-global-color-accent);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
}

.blog-disclaimer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-disclaimer-title:before {
    content: "⚖";
    font-size: 22px;
}

.blog-disclaimer-content p {
    margin-bottom: 12px;
}

.blog-disclaimer-content p:last-child {
    margin-bottom: 0;
}

@media(max-width:768px) {
    .blog-disclaimer-box {
        padding: 20px;
        font-size: 14px;
    }

    .blog-disclaimer-title {
        font-size: 20px;
    }
}

/** Single Blog Post CSS **/
/* =====================================================
   GLOBAL TYPOGRAPHY SYSTEM
   WordPress Friendly
===================================================== */
#mwbc-single-post-content-wrapper {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Improve readability */
#mwbc-single-post-content-wrapper p,
#mwbc-single-post-content-wrapper li {
    overflow-wrap: break-word;
}

/* Images */
#mwbc-single-post-content-wrapper img {
    max-width: 100%;
    height: auto;
}

/* =====================================================
   HEADINGS
===================================================== */
#mwbc-single-post-content-wrapper h1,
#mwbc-single-post-content-wrapper h2,
#mwbc-single-post-content-wrapper h3,
#mwbc-single-post-content-wrapper h4,
#mwbc-single-post-content-wrapper h5,
#mwbc-single-post-content-wrapper h6 {
    margin-top: 0;
    margin-bottom: 0.75em;
    /* font-family: inherit; */
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#mwbc-single-post-content-wrapper h1 {
    font-size: 38px;
}

#mwbc-single-post-content-wrapper h2 {
    font-size: 30px;
}

#mwbc-single-post-content-wrapper h3 {
    font-size: 24px;
}

#mwbc-single-post-content-wrapper h4 {
    font-size: 21px;
}

#mwbc-single-post-content-wrapper h5 {
    font-size: 18px;
}

#mwbc-single-post-content-wrapper h6 {
    font-size: 16px;
}

/* =====================================================
   PARAGRAPHS
===================================================== */
#mwbc-single-post-content-wrapper p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.75;
}

/* =====================================================
   LINKS
===================================================== */
#mwbc-single-post-content-wrapper a {
    text-decoration: underline;
    transition: color .2s ease;
}

#mwbc-single-post-content-wrapper a:hover {
    text-decoration: underline;
}

/* =====================================================
   LISTS
===================================================== */
#mwbc-single-post-content-wrapper ul,
#mwbc-single-post-content-wrapper ol {
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

#mwbc-single-post-content-wrapper ul {
    list-style-type: disc;
}

#mwbc-single-post-content-wrapper ol {
    list-style-type: decimal;
}

#mwbc-single-post-content-wrapper li {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.7;
}

/* Nested lists */
#mwbc-single-post-content-wrapper ul ul,
#mwbc-single-post-content-wrapper ul ol,
#mwbc-single-post-content-wrapper ol ul,
#mwbc-single-post-content-wrapper ol ol {
    margin-top: .5rem;
    margin-bottom: 0;
}

/* =====================================================
   BLOCKQUOTE
===================================================== */
#mwbc-single-post-content-wrapper blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--e-global-color-accent);
    background: #f8fafc;
    font-size: 1.125rem;
    line-height: 1.7;
}

/* =====================================================
   SMALL TEXT
===================================================== */
#mwbc-single-post-content-wrapper small,
#mwbc-single-post-content-wrapper .small {
    font-size: .875rem;
    line-height: 1.5;
}

/* =====================================================
   TABLES
===================================================== */
#mwbc-single-post-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

#mwbc-single-post-content-wrapper th,
#mwbc-single-post-content-wrapper td {
    padding: .75rem;
    /* border-bottom: 1px solid #e5e7eb; */
    text-align: left;
}

#mwbc-single-post-content-wrapper th {
    font-weight: 700;
}

/* =====================================================
   CODE
===================================================== */
#mwbc-single-post-content-wrapper code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: .875em;
    background: #f3f4f6;
    padding: .2rem .4rem;
    border-radius: 4px;
}

#mwbc-single-post-content-wrapper pre {
    overflow-x: auto;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 8px;
}

/* =====================================================
   RESPONSIVE ADJUSTMENTS
===================================================== */
/* Tablet */
@media (max-width: 768px) {
    #mwbc-single-post-content-wrapper {
        font-size: 16px;
    }

    #mwbc-single-post-content-wrapper p {
        line-height: 1.65;
    }
}

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

    #mwbc-single-post-content-wrapper h1 {
        font-size: 21px;
    }

    #mwbc-single-post-content-wrapper h2 {
        font-size: 21px;
    }

    #mwbc-single-post-content-wrapper h3 {
        font-size: 18px;
    }

    #mwbc-single-post-content-wrapper h4 {
        font-size: 18px;
    }

    #mwbc-single-post-content-wrapper h5 {
        font-size: 18px;
    }

    #mwbc-single-post-content-wrapper h6 {
        font-size: 16px;
    }

    #mwbc-single-post-content-wrapper h1,
    #mwbc-single-post-content-wrapper h2,
    #mwbc-single-post-content-wrapper h3,
    #mwbc-single-post-content-wrapper h4,
    #mwbc-single-post-content-wrapper h5,
    #mwbc-single-post-content-wrapper h6 {
        letter-spacing: -0.01em;
    }

    #mwbc-single-post-content-wrapper ul,
    #mwbc-single-post-content-wrapper ol {
        padding-left: 1.25rem;
    }
}