.elementor-1288 .elementor-element.elementor-element-8eb42a1{--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-0e15582 */#finoda-seo-page-wrapper {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            color: #192c27;
            line-height: 1.7;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: transparent;
        }

        #finoda-seo-page-wrapper h1 {
            color: #114268;
            font-size: 2.2rem;
            line-height: 1.3;
            margin-bottom: 20px;
            border-bottom: 3px solid #795d26;
            padding-bottom: 10px;
            display: inline-block;
        }

        #finoda-seo-page-wrapper h2 {
            color: #114268;
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 15px;
            position: relative;
        }

        #finoda-seo-page-wrapper h3 {
            color: #1b5379;
            font-size: 1.4rem;
            margin-top: 30px;
            margin-bottom: 12px;
        }

        #finoda-seo-page-wrapper p {
            margin-bottom: 18px;
            font-size: 1.05rem;
        }

        #finoda-seo-page-wrapper a {
            color: #795d26;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        #finoda-seo-page-wrapper a:hover {
            color: #1b5379;
            text-decoration: underline;
        }

        #finoda-seo-page-wrapper ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }

        #finoda-seo-page-wrapper li {
            margin-bottom: 10px;
            font-size: 1.05rem;
        }

        #finoda-seo-page-wrapper section {
            margin-bottom: 50px;
            padding: 30px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(17, 66, 104, 0.05);
            border: 1px solid rgba(27, 83, 121, 0.1);
        }

        /* Figures and Images */
        #finoda-seo-page-wrapper figure {
            margin: 25px 0;
            text-align: center;
        }

        #finoda-seo-page-wrapper img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        #finoda-seo-page-wrapper figcaption {
            font-size: 0.9rem;
            color: #795d26;
            margin-top: 10px;
            font-style: italic;
        }

        /* Table of Contents */
        #finoda-toc {
            background: #f4f7f9;
            border-left: 4px solid #114268;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
        }

        #finoda-toc-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            margin: 0;
            color: #114268;
            font-weight: bold;
            font-size: 1.2rem;
        }

        #finoda-toc-header span {
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }

        #finoda-toc-content {
            display: none;
            margin-top: 15px;
        }

        #finoda-toc-content.active {
            display: block;
        }

        #finoda-toc ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        #finoda-toc ul ul {
            padding-left: 20px;
            margin-top: 5px;
        }

        #finoda-toc li {
            margin-bottom: 8px;
        }

        #finoda-toc a {
            color: #1b5379;
            font-weight: 500;
        }

        #finoda-toc a:hover {
            color: #795d26;
        }

        /* Data Tables */
        #finoda-seo-page-wrapper table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        #finoda-seo-page-wrapper th, 
        #finoda-seo-page-wrapper td {
            padding: 15px;
            border: 1px solid #e1e8ed;
            text-align: left;
        }

        #finoda-seo-page-wrapper th {
            background-color: #1b5379;
            color: #ffffff;
            font-weight: 600;
        }

        #finoda-seo-page-wrapper tr:nth-child(even) {
            background-color: #f9fbfd;
        }

        /* Video Embed */
        .finoda-video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
            border-radius: 8px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .finoda-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        /* FAQ Accordion */
        #finoda-seo-page-wrapper details {
            background: #ffffff;
            border: 1px solid #e1e8ed;
            border-radius: 6px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        #finoda-seo-page-wrapper details[open] {
            border-color: #1b5379;
            box-shadow: 0 2px 10px rgba(27, 83, 121, 0.1);
        }

        #finoda-seo-page-wrapper summary {
            padding: 18px 20px;
            cursor: pointer;
            font-weight: 600;
            color: #114268;
            font-size: 1.1rem;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #finoda-seo-page-wrapper summary::-webkit-details-marker {
            display: none;
        }

        #finoda-seo-page-wrapper summary::after {
            content: '+';
            font-size: 1.5rem;
            color: #795d26;
            transition: transform 0.3s ease;
        }

        #finoda-seo-page-wrapper details[open] summary::after {
            content: '−';
            transform: rotate(180deg);
        }

        #finoda-seo-page-wrapper details p {
            padding: 0 20px 20px;
            margin: 0;
            color: #192c27;
            border-top: 1px solid #e1e8ed;
            padding-top: 15px;
        }

        /* Blockquote */
        #finoda-seo-page-wrapper blockquote {
            border-left: 4px solid #795d26;
            margin: 20px 0;
            padding: 15px 20px;
            background: #f9fbfd;
            border-radius: 0 6px 6px 0;
            font-style: italic;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            #finoda-seo-page-wrapper section {
                padding: 20px;
            }
            #finoda-seo-page-wrapper h1 {
                font-size: 1.8rem;
            }
            #finoda-seo-page-wrapper th, 
            #finoda-seo-page-wrapper td {
                padding: 10px;
                font-size: 0.9rem;
            }
        }/* End custom CSS */