.elementor-16223 .elementor-element.elementor-element-03ac109{--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;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16223 .elementor-element.elementor-element-03ac109:not(.elementor-motion-effects-element-type-background), .elementor-16223 .elementor-element.elementor-element-03ac109 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-16223 .elementor-element.elementor-element-03ac109, .elementor-16223 .elementor-element.elementor-element-03ac109::before{--border-transition:0.3s;}.elementor-16223 .elementor-element.elementor-element-a99d34d{--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;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16223 .elementor-element.elementor-element-90e36fc{--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;--background-transition:0.3s;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}@media(min-width:768px){.elementor-16223 .elementor-element.elementor-element-a99d34d{--width:100%;}.elementor-16223 .elementor-element.elementor-element-90e36fc{--content-width:1000px;}}@media(max-width:767px){.elementor-16223 .elementor-element.elementor-element-03ac109{--margin-top:-1px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16223 .elementor-element.elementor-element-90e36fc{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}}/* Start custom CSS */.article-content {
    font-weight: 400;
    line-height: 1.7;
    color: #222222;
}

.article-content a {
    color: #222;
    text-decoration: underline;
}


.article-content .toc {
    background: #f7f3ed;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.article-content .toc h2 {
    margin-bottom: 0.75rem;
    margin-top: 0;
    color: #002554;
    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: #999;
}

.article-content .toc a {
    color: #222222;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
}

.article-content .toc a:hover {
    color: #000;
    text-decoration: underline;
}

.article-content h2 {
    color: #002554;
    font-size: 2rem;
    font-weight: 500;
    margin: 2.5rem 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #cfcfcf;
}

.article-content h3 {
    color: #002554;
    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: #002554;
    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: #F7F3ED;
}

.article-content tbody tr:hover {
    background: #EBE4D5;
}

.article-content .highlight-box {
    background: #F7F3ED;
    border: 2px solid #EBE4D5;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.article-content .highlight-box h3 {
    margin-top: 0;
    color: #002554;
    font-weight: 500;
}

.article-content .info-box {
    background: #F2F7FF;
    border-left: 4px solid #002554;
    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: #F7F3ED;
    border-left: 4px solid #EBE4D5;
    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: #002554;
}

@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 */