.elementor-12276 .elementor-element.elementor-element-0455080{--display:flex;}.elementor-12276 .elementor-element.elementor-element-fbac4ab{width:100%;max-width:100%;}.elementor-12276 .elementor-element.elementor-element-474990e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:32px;--margin-left:0px;--margin-right:0px;}.elementor-12276 .elementor-element.elementor-element-16e13ca{--display:flex;}.elementor-12276 .elementor-element.elementor-element-325f056{width:100%;max-width:100%;}@media(min-width:768px){.elementor-12276 .elementor-element.elementor-element-474990e{--content-width:912px;}.elementor-12276 .elementor-element.elementor-element-16e13ca{--width:100%;}}/* Start custom CSS */.article-content {
    font-weight: 400;
    line-height: 1.7;
    color: #222222;
}

.article-content a {
    color: #222;
    text-decoration: underline;
}


.article-content .intro {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f8f8;
    border-left: 4px solid #c8b478;
    border-radius: 5px;
}

.article-content .toc {
    background: #f5f5f5;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-content .toc h2 {
    margin-bottom: 0.75rem;
    margin-top: 0;
    color: #102c40;
    font-size: 1.25rem;
    font-weight: 500;
}

.article-content .toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.article-content .toc li {
    margin: 0.4rem 0;
    padding-left: 1.25rem;
    position: relative;
    font-size: 0.95rem;
}

.article-content .toc li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #c8b478;
}

.article-content .toc a {
    color: #222222;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
}

.article-content .toc a:hover {
    color: #c8b478;
    text-decoration: underline;
}

.article-content h2 {
    color: #102c40;
    font-size: 2rem;
    font-weight: 500;
    margin: 2.5rem 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #c8b478;
}

.article-content h3 {
    color: #102c40;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem 0 1rem 0;
}

.article-content h4 {
    color: #222222;
    font-size: 1.2rem;
    font-weight: 500;
}

.article-content p {
    margin: 1rem 0;
    text-align: justify;
    font-weight: 400;
}

.article-content ul, .article-content ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.article-content li {
    margin: 0.5rem 0;
    font-weight: 400;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow-x: auto;
    display: block;
}

@media (min-width: 768px) {
    .article-content table {
        display: table;
    }
}

.article-content thead {
    background: #102c40;
    color: #ffffff;
}

.article-content th, .article-content td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.article-content th {
    font-weight: 500;
    position: sticky;
    top: 0;
}

.article-content tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.article-content tbody tr:hover {
    background: #f0f0f0;
}

.article-content .highlight-box {
    background: #fef9e7;
    border: 2px solid #c8b478;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.article-content .highlight-box h3 {
    margin-top: 0;
    color: #102c40;
    font-weight: 500;
}

.article-content .info-box {
    background: #e8f4f8;
    border-left: 4px solid #102c40;
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem 0;
}

.article-content .info-box h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.article-content .info-box p {
    margin: 0.5rem 0;
}

.article-content .info-box p:last-child {
    margin-bottom: 0;
}

.article-content .warning-box {
    background: #fef0e7;
    border-left: 4px solid #c8b478;
    border-radius: 5px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.article-content .comparison-table {
    margin: 2rem 0;
}

.article-content .comparison-table table {
    font-size: 0.95rem;
}

.article-content .comparison-table th {
    background: #102c40;
}

@media (max-width: 768px) {
    .article-content h2 {
        font-size: 1.5rem;
    }

    .article-content h3 {
        font-size: 1.3rem;
    }

    .article-content table {
        font-size: 0.85rem;
    }

    .article-content th, .article-content td {
        padding: 0.7rem 0.5rem;
    }

    .article-content .intro {
        font-size: 1rem;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .article-content table {
        font-size: 0.75rem;
    }

    .article-content th, .article-content td {
        padding: 0.5rem 0.3rem;
    }
}

.article-content strong {
    font-weight: 500;
}/* End custom CSS */