.elementor-1229 .elementor-element.elementor-element-485b4e8{--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-35cc630 */.finoda-wrapper {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /* Default WP style */
            color: #192c27;
            max-width: 1000px;
            margin: 0 auto;
            line-height: 1.6;
            background-color: transparent;
            padding: 20px 15px;
        }

        .finoda-wrapper h1, 
        .finoda-wrapper h2, 
        .finoda-wrapper h3 {
            color: #114268;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
            font-weight: 700;
        }

        .finoda-wrapper h1 {
            font-size: 2.5rem;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .finoda-wrapper h2 {
            font-size: 2rem;
            border-bottom: 2px solid rgba(27, 83, 121, 0.1);
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .finoda-wrapper h3 {
            font-size: 1.4rem;
        }

        .finoda-wrapper p {
            margin-bottom: 1.2em;
            font-size: 1.05rem;
        }

        .finoda-wrapper a {
            color: #114268;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.3s ease;
            border-bottom: 1px solid #a38241;
        }

        .finoda-wrapper a:hover {
            color: #a38241;
        }

        /* Images & Figures */
        .finoda-wrapper figure {
            margin: 2em 0;
            padding: 0;
            text-align: center;
        }

        .finoda-wrapper img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(17, 66, 104, 0.1);
            display: block;
            margin: 0 auto;
        }

        .finoda-wrapper figcaption {
            font-size: 0.9rem;
            color: #1b5379;
            margin-top: 12px;
            font-style: italic;
        }

        /* Call To Action Buttons */
        .finoda-wrapper .finoda-btn {
            display: inline-block;
            background-color: #114268;
            color: #ffffff;
            padding: 12px 28px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            border: none;
            margin: 15px 0;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(17, 66, 104, 0.2);
        }

        .finoda-wrapper .finoda-btn:hover {
            background-color: #a38241;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(163, 130, 65, 0.3);
        }

        /* Table of Contents */
        .finoda-toc {
            background: rgba(27, 83, 121, 0.04);
            border: 1px solid rgba(27, 83, 121, 0.1);
            border-left: 4px solid #a38241;
            border-radius: 8px;
            padding: 24px;
            margin: 2em 0;
        }
        
        .finoda-toc-title {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 12px;
            color: #114268;
        }

        .finoda-toc ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .finoda-toc li {
            margin-bottom: 8px;
        }

        .finoda-toc a {
            color: #192c27;
            border-bottom: none;
            font-weight: 500;
        }

        .finoda-toc a:hover {
            color: #a38241;
            padding-left: 5px;
        }

        /* Tables */
        .finoda-wrapper table {
            width: 100%;
            border-collapse: collapse;
            margin: 2em 0;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0,0,0,0.05);
        }

        .finoda-wrapper th, 
        .finoda-wrapper td {
            padding: 16px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }

        .finoda-wrapper th {
            background-color: #1b5379;
            color: #ffffff;
            font-weight: 600;
        }

        .finoda-wrapper tr:last-child td {
            border-bottom: none;
        }

        .finoda-wrapper tr:hover td {
            background-color: rgba(163, 130, 65, 0.05);
        }

        /* FAQ Accordion */
        .finoda-faq {
            margin-top: 2em;
        }

        .finoda-faq details {
            background: #fff;
            border: 1px solid rgba(27, 83, 121, 0.15);
            border-radius: 8px;
            margin-bottom: 12px;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .finoda-faq details:hover {
            box-shadow: 0 4px 12px rgba(17, 66, 104, 0.08);
        }

        .finoda-faq summary {
            padding: 18px 20px;
            font-weight: 600;
            color: #114268;
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.1rem;
        }

        .finoda-faq summary::-webkit-details-marker {
            display: none;
        }

        .finoda-faq summary::after {
            content: '\f078';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #a38241;
            transition: transform 0.3s ease;
        }

        .finoda-faq details[open] summary::after {
            transform: rotate(180deg);
        }

        .finoda-faq details p {
            padding: 0 20px 20px;
            margin: 0;
            color: #192c27;
            border-top: 1px solid #eee;
            padding-top: 15px;
        }

        /* Section Spacing */
        .finoda-section {
            padding: 2.5em 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .finoda-wrapper h1 { font-size: 2rem; }
            .finoda-wrapper h2 { font-size: 1.6rem; }
            .finoda-wrapper table { display: block; overflow-x: auto; white-space: nowrap; }
            .finoda-wrapper { padding: 15px; }
        }/* End custom CSS */