.elementor-1297 .elementor-element.elementor-element-5fbb561{--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-447b246 */:root {
      --primary-color: #114268;
      --secondary-color: #795d26;
      --rare-color: #1b5379;
      --text-color: #192c27;
      --bg-transparent: rgba(27, 83, 121, 0.03);
      --border-light: rgba(17, 66, 104, 0.15);
    }

    .finoda-content-wrapper {
      font-family: inherit;
      color: var(--text-color);
      line-height: 1.7;
      max-width: 1000px;
      margin: 0 auto;
      padding: 20px 0;
      background: transparent;
      font-size: 1.1rem;
    }

    /* Headings */
    .finoda-content-wrapper h1, 
    .finoda-content-wrapper h2, 
    .finoda-content-wrapper h3 {
      font-family: inherit;
      color: var(--primary-color);
      margin-top: 1.5em;
      margin-bottom: 0.8em;
      line-height: 1.3;
    }

    .finoda-content-wrapper h1 {
      font-size: 2.4rem;
      font-weight: 700;
      border-bottom: 3px solid var(--secondary-color);
      padding-bottom: 12px;
      margin-top: 0;
    }

    .finoda-content-wrapper h2 {
      font-size: 1.8rem;
      font-weight: 600;
      color: var(--rare-color);
      position: relative;
    }

    .finoda-content-wrapper h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin: 0;
      color: var(--primary-color);
    }

    /* Sections */
    .finoda-section {
      margin-bottom: 3.5rem;
      padding: 30px;
      background: var(--bg-transparent);
      border-radius: 12px;
      border: 1px solid var(--border-light);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
      transition: transform 0.3s ease;
    }
    
    .finoda-section:hover {
      box-shadow: 0 6px 20px rgba(17, 66, 104, 0.06);
    }

    /* Links */
    .finoda-content-wrapper a {
      color: var(--secondary-color);
      text-decoration: none;
      font-weight: 600;
      transition: color 0.2s ease;
    }

    .finoda-content-wrapper a:hover {
      color: var(--primary-color);
      text-decoration: underline;
    }

    /* Blockquotes */
    .finoda-content-wrapper blockquote {
      border-left: 5px solid var(--secondary-color);
      background: linear-gradient(to right, rgba(121, 93, 38, 0.08), transparent);
      margin: 1.5rem 0;
      padding: 20px 25px;
      border-radius: 0 8px 8px 0;
      font-style: italic;
      color: var(--rare-color);
      font-weight: 500;
    }

    /* Lists */
    .finoda-content-wrapper ul {
      margin: 1rem 0 1.5rem 2rem;
      padding-left: 0;
    }

    .finoda-content-wrapper li {
      margin-bottom: 0.5rem;
      position: relative;
    }

    /* Table of Contents */
    .finoda-toc-container {
      background: #ffffff;
      border: 1px solid var(--primary-color);
      border-radius: 10px;
      margin: 2rem 0;
      box-shadow: 0 4px 10px rgba(17, 66, 104, 0.08);
      overflow: hidden;
    }

    .finoda-toc-summary {
      background: var(--primary-color);
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 600;
      padding: 15px 25px;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .finoda-toc-summary::-webkit-details-marker {
      display: none;
    }

    .finoda-toc-summary::after {
      content: "▼";
      font-size: 0.9rem;
      transition: transform 0.3s;
    }

    .finoda-toc-container[open] .finoda-toc-summary::after {
      transform: rotate(180deg);
    }

    .finoda-toc-content {
      padding: 20px 25px;
    }

    .finoda-toc-content ul {
      list-style: none;
      margin: 0;
    }

    .finoda-toc-content > ul > li {
      margin-bottom: 10px;
    }

    .finoda-toc-content a {
      color: var(--rare-color);
      font-weight: 500;
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      border-bottom: 1px dashed var(--border-light);
    }

    .finoda-toc-content a:hover {
      color: var(--secondary-color);
      padding-left: 8px;
      text-decoration: none;
    }

    .finoda-toc-sublist {
      margin-top: 8px !important;
      margin-bottom: 0 !important;
      font-size: 0.95em;
      border-left: 2px solid var(--border-light);
    }

    /* Images */
    .finoda-figure {
      margin: 0;
      text-align: center;
    }

    .finoda-hero-img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(17, 66, 104, 0.15);
      margin-bottom: 10px;
    }

    .finoda-align-right {
      float: right;
      width: 45%;
      max-width: 450px;
      margin: 10px 0 20px 30px;
      border-radius: 10px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

    figcaption {
      font-size: 0.9rem;
      color: var(--rare-color);
      font-style: italic;
      margin-top: 8px;
      margin-bottom: 25px;
    }

    /* FAQs Accordion */
    .finoda-faq-item {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: box-shadow 0.2s ease;
    }
    
    .finoda-faq-item:hover {
      box-shadow: 0 4px 12px rgba(17, 66, 104, 0.05);
    }

    .finoda-faq-summary {
      padding: 20px 25px;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(27, 83, 121, 0.02);
    }

    .finoda-faq-summary::-webkit-details-marker {
      display: none;
    }

    .finoda-faq-summary::after {
      content: "+";
      font-size: 1.8rem;
      font-weight: 300;
      color: var(--secondary-color);
      margin-left: 15px;
      transition: transform 0.3s, color 0.3s;
    }

    .finoda-faq-item[open] .finoda-faq-summary::after {
      content: "−";
      color: var(--primary-color);
    }

    .finoda-faq-item[open] .finoda-faq-summary {
      border-bottom: 1px solid var(--border-light);
    }

    .finoda-faq-body {
      padding: 20px 25px;
      color: var(--text-color);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .finoda-align-right {
        float: none;
        width: 100%;
        margin: 20px 0;
      }
      .finoda-content-wrapper h1 { font-size: 2rem; }
      .finoda-content-wrapper h2 { font-size: 1.5rem; }
      .finoda-section { padding: 20px; }
      .finoda-toc-summary { font-size: 1.1rem; padding: 12px 20px; }
    }
    
    .clear-float {
      clear: both;
    }/* End custom CSS */