.elementor-1284 .elementor-element.elementor-element-4efa1cc{--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-63e99fd */.finoda-lamf-wrapper {
    --primary: #114268;
    --secondary: #795d26;
    --rare: #1b5379;
    --text: #192c27;
    --bg-tint: rgba(27, 83, 121, 0.03);
    
    font-family: inherit; /* Inherits default WordPress font */
    color: var(--text);
    line-height: 1.75;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent; /* Seamless blend */
}

/* Headings */
.finoda-lamf-wrapper h1, 
.finoda-lamf-wrapper h2, 
.finoda-lamf-wrapper h3 {
    color: var(--primary);
    margin-bottom: 18px;
    font-weight: 700;
}
.finoda-lamf-wrapper h1 { font-size: 2.2rem; line-height: 1.3; }
.finoda-lamf-wrapper h2 { font-size: 1.8rem; margin-top: 40px; position: relative; padding-bottom: 12px; }
.finoda-lamf-wrapper h2::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 3px; background-color: var(--secondary); border-radius: 2px;
}
.finoda-lamf-wrapper h3 { font-size: 1.3rem; color: var(--rare); margin-top: 30px; }
.finoda-lamf-wrapper p { margin-bottom: 16px; font-size: 1.05rem; }

/* Links */
.finoda-lamf-wrapper a { color: var(--rare); text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.finoda-lamf-wrapper a:hover { color: var(--secondary); text-decoration: underline; }

/* Buttons */
.finoda-btn {
    display: inline-block;
    background: var(--secondary);
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none !important;
    margin: 15px 15px 15px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(121, 93, 38, 0.2);
}
.finoda-btn:hover {
    background: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(17, 66, 104, 0.25);
}

/* Sections */
.finoda-section { margin-bottom: 50px; scroll-margin-top: 80px; }

/* Hero Banner */
.finoda-hero {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    background: linear-gradient(135deg, rgba(27,83,121,0.06) 0%, rgba(121,93,38,0.04) 100%);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid rgba(17,66,104,0.08);
}
.finoda-hero-content { flex: 1 1 500px; }
.finoda-hero-image { flex: 1 1 400px; text-align: center; margin: 0; }
.finoda-hero-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.finoda-hero-image figcaption { font-size: 0.9rem; color: var(--text); margin-top: 12px; font-style: italic; opacity: 0.8; }

/* Table of Contents (Collapsible map) */
.finoda-toc-wrapper {
    background: #ffffff;
    border: 1px solid rgba(17, 66, 104, 0.15);
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    overflow: hidden;
}
.finoda-toc-wrapper details summary {
    padding: 18px 25px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    background: var(--bg-tint);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.finoda-toc-wrapper details summary::-webkit-details-marker { display: none; }
.finoda-toc-wrapper details summary::after { content: "▼"; font-size: 0.9rem; transition: transform 0.3s; color: var(--secondary); }
.finoda-toc-wrapper details[open] summary::after { transform: rotate(180deg); }
.finoda-toc-content { padding: 20px 25px; }
.finoda-toc-content ul { padding-left: 20px; list-style-type: disc; margin-bottom: 0; }
.finoda-toc-content > ul > li { margin-bottom: 12px; font-weight: 600; }
.finoda-toc-content ul ul { padding-left: 20px; margin-top: 8px; margin-bottom: 12px; list-style-type: circle; }
.finoda-toc-content ul ul li { font-weight: 400; margin-bottom: 6px; }
.finoda-toc-content a { color: var(--text); font-weight: inherit; }
.finoda-toc-content a:hover { color: var(--rare); text-decoration: none; }

/* Notice / Internal Links Boxes */
.finoda-internal-link {
    background: rgba(27, 83, 121, 0.04);
    padding: 16px 20px;
    border-left: 4px solid var(--rare);
    border-radius: 4px;
    font-size: 0.98rem;
    margin: 25px 0;
}

/* Lists */
.finoda-lamf-wrapper ul { padding-left: 20px; margin-bottom: 20px; }
.finoda-lamf-wrapper li { margin-bottom: 10px; }

/* Table styling */
.finoda-table-container { overflow-x: auto; margin: 30px 0; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); border: 1px solid rgba(17,66,104,0.1); }
.finoda-table { width: 100%; border-collapse: collapse; background: #ffffff; min-width: 600px; }
.finoda-table th, .finoda-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.05); }
.finoda-table th { background: var(--primary); color: #ffffff; font-weight: 600; border-bottom: none; }
.finoda-table tr:last-child td { border-bottom: none; }
.finoda-table tr:nth-child(even) { background-color: rgba(27, 83, 121, 0.01); }
.finoda-table tr:hover td { background-color: rgba(121, 93, 38, 0.04); }

/* FAQ Accordions */
.finoda-faq {
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid rgba(17, 66, 104, 0.15);
    border-radius: 8px;
    overflow: hidden;
}
.finoda-faq summary {
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    cursor: pointer;
    background: var(--bg-tint);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}
.finoda-faq summary:hover { background: rgba(27, 83, 121, 0.06); }
.finoda-faq summary::-webkit-details-marker { display: none; }
.finoda-faq summary::after { content: "+"; font-size: 1.6rem; color: var(--secondary); transition: transform 0.3s; font-weight: 300; }
.finoda-faq[open] summary::after { content: "−"; transform: rotate(180deg); }
.finoda-faq p { padding: 20px 25px; margin: 0; border-top: 1px solid rgba(17, 66, 104, 0.1); background: #ffffff; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .finoda-hero { flex-direction: column; padding: 25px; }
    .finoda-hero-content { order: 2; }
    .finoda-hero-image { order: 1; margin-bottom: 20px; }
    .finoda-lamf-wrapper h1 { font-size: 1.8rem; }
    .finoda-lamf-wrapper h2 { font-size: 1.5rem; }
    .finoda-btn { display: block; text-align: center; margin: 15px 0; }
}/* End custom CSS */