.elementor-1307 .elementor-element.elementor-element-1482284{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d194bb1 */.finoda-content-wrapper {
        font-family: inherit; /* Inherits default WordPress theme font */
        color: #192c27; /* Text Color */
        line-height: 1.8;
        font-size: 1.05rem;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px 0;
        background-color: transparent;
    }

    .finoda-content-wrapper h1,
    .finoda-content-wrapper h2,
    .finoda-content-wrapper h3 {
        color: #114268; /* Primary Color */
        font-weight: 700;
        margin-top: 1.8em;
        margin-bottom: 0.8em;
        line-height: 1.3;
    }

    .finoda-content-wrapper h1 {
        font-size: 2.4rem;
        border-bottom: 3px solid #795d26; /* Secondary Color */
        padding-bottom: 12px;
        margin-top: 0;
    }

    .finoda-content-wrapper h2 {
        font-size: 1.8rem;
        border-left: 5px solid #1b5379; /* Rare Color */
        padding-left: 15px;
        background: linear-gradient(90deg, rgba(27, 83, 121, 0.05) 0%, transparent 100%);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .finoda-content-wrapper h3 {
        font-size: 1.3rem;
    }

    .finoda-content-wrapper p {
        margin-bottom: 1.2em;
    }

    /* Links */
    .finoda-content-wrapper a {
        color: #1b5379;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s ease, text-decoration 0.2s ease;
    }

    .finoda-content-wrapper a:hover {
        color: #795d26;
        text-decoration: underline;
    }

    /* Internal / External Link Blocks */
    .finoda-links-block {
        background-color: rgba(17, 66, 104, 0.03);
        padding: 15px 20px;
        border-left: 4px solid #795d26;
        border-radius: 4px;
        margin: 25px 0;
        font-size: 0.95rem;
    }

    .finoda-links-block ul {
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .finoda-links-block p {
        margin-bottom: 5px;
    }

    /* Table of Contents Map */
    .finoda-toc {
        background-color: #ffffff;
        border: 1px solid rgba(17, 66, 104, 0.15);
        border-radius: 8px;
        padding: 20px 25px;
        margin: 35px 0;
        box-shadow: 0 4px 15px rgba(17, 66, 104, 0.04);
    }

    .finoda-toc summary {
        font-weight: 700;
        color: #114268;
        cursor: pointer;
        font-size: 1.3rem;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

    .finoda-toc summary::-webkit-details-marker {
        display: none;
    }

    .finoda-toc summary::after {
        content: '▼';
        font-size: 0.9rem;
        color: #795d26;
        transition: transform 0.3s ease;
    }

    .finoda-toc[open] summary::after {
        transform: rotate(180deg);
    }

    .finoda-toc-content {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(17, 66, 104, 0.1);
    }

    .finoda-toc ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

    .finoda-toc ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

    .finoda-toc ul li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: #795d26;
        font-size: 0.9rem;
    }

    .finoda-toc ul ul {
        padding-left: 20px;
        margin-top: 5px;
    }

    /* Images & Figures */
    .finoda-figure {
        margin: 30px 0;
        text-align: center;
        display: block;
    }

    .finoda-figure img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    .finoda-figure figcaption {
        font-size: 0.9rem;
        color: #795d26;
        margin-top: 12px;
        font-style: italic;
    }

    .img-right {
        float: right;
        max-width: 45%;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .img-left {
        float: left;
        max-width: 45%;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    /* Video Placeholder */
    .finoda-video-placeholder {
        background-color: rgba(27, 83, 121, 0.05);
        border: 2px dashed #1b5379;
        border-radius: 12px;
        padding: 40px 20px;
        text-align: center;
        color: #114268;
        margin: 30px 0;
    }

    /* Tables */
    .finoda-table-wrapper {
        overflow-x: auto;
        margin: 35px 0;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

    .finoda-content-wrapper table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        min-width: 600px;
    }

    .finoda-content-wrapper th {
        background-color: #114268;
        color: #ffffff;
        padding: 16px;
        font-weight: 600;
        border: 1px solid #114268;
    }

    .finoda-content-wrapper td {
        padding: 14px 16px;
        border: 1px solid rgba(17, 66, 104, 0.1);
        color: #192c27;
    }

    .finoda-content-wrapper tr:nth-child(even) {
        background-color: rgba(27, 83, 121, 0.03);
    }

    .finoda-content-wrapper tr:hover {
        background-color: rgba(121, 93, 38, 0.05);
    }

    /* CTA Block */
    .finoda-cta-block {
        background: linear-gradient(145deg, #114268 0%, #1b5379 100%);
        color: #ffffff;
        padding: 35px;
        border-radius: 12px;
        text-align: center;
        margin: 45px 0;
        box-shadow: 0 10px 25px rgba(17, 66, 104, 0.2);
    }

    .finoda-cta-block strong {
        color: #ffffff;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 10px;
    }

    .finoda-cta-block p {
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 20px;
    }

    .finoda-cta-btn {
        display: inline-block;
        background-color: #795d26;
        color: #ffffff !important;
        padding: 14px 30px;
        border-radius: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none !important;
        transition: background-color 0.3s ease, transform 0.2s ease;
        margin-bottom: 15px;
    }

    .finoda-cta-btn:hover {
        background-color: #92712f;
        transform: translateY(-2px);
    }

    .finoda-cta-contact {
        font-size: 0.9rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 15px;
        margin-top: 15px;
    }

    .finoda-cta-contact a {
        color: #ffffff;
        text-decoration: underline;
    }

    /* FAQ Accordion */
    .finoda-faq-container {
        margin: 30px 0;
    }

    .finoda-faq-item {
        background-color: #ffffff;
        border: 1px solid rgba(17, 66, 104, 0.15);
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        transition: box-shadow 0.3s ease;
    }

    .finoda-faq-item:hover {
        box-shadow: 0 4px 12px rgba(17, 66, 104, 0.08);
    }

    .finoda-faq-item summary {
        padding: 20px;
        cursor: pointer;
        font-weight: 600;
        color: #114268;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
    }

    .finoda-faq-item summary::-webkit-details-marker {
        display: none;
    }

    .finoda-faq-item summary h3 {
        margin: 0;
        font-size: 1.15rem;
        border: none;
        padding: 0;
        background: none;
    }

    .finoda-faq-item summary::after {
        content: '+';
        font-size: 1.6rem;
        color: #795d26;
        font-weight: 400;
        margin-left: 15px;
        transition: transform 0.3s ease;
    }

    .finoda-faq-item[open] summary::after {
        content: '−';
        transform: rotate(180deg);
    }

    .finoda-faq-content {
        padding: 0 20px 20px;
        color: #192c27;
        border-top: 1px solid rgba(17, 66, 104, 0.05);
        margin-top: 5px;
        padding-top: 15px;
    }

    /* Related Reading List */
    .finoda-related-list {
        list-style-type: square;
        color: #1b5379;
        padding-left: 20px;
    }

    .finoda-related-list li {
        margin-bottom: 12px;
    }

    /* Responsive Utilities */
    @media (max-width: 768px) {
        .img-right, .img-left {
            float: none;
            max-width: 100%;
            margin: 20px 0;
            display: block;
        }
        .finoda-content-wrapper h1 {
            font-size: 2rem;
        }
        .finoda-content-wrapper h2 {
            font-size: 1.5rem;
        }
    }/* End custom CSS */