.elementor-80722 .elementor-element.elementor-element-87fe5b7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-80722 .elementor-element.elementor-element-a05a6dd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-80722 .elementor-element.elementor-element-bc82a95{width:100%;max-width:100%;}.elementor-80722 .elementor-element.elementor-element-bc82a95 > .elementor-widget-container{margin:24px 0px 0px 0px;}@media(min-width:768px){.elementor-80722 .elementor-element.elementor-element-87fe5b7{--width:100%;}.elementor-80722 .elementor-element.elementor-element-a05a6dd{--content-width:1000px;}}/* Start custom CSS */.article-content {
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    max-width: 100%;
    word-wrap: break-word;
}

.article-content a {
    color: #333333;
    text-decoration: underline;
}


.article-content .toc {
    background: #f6f6f6;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.article-content .toc h2 {
    margin-bottom: 0.75rem;
    margin-top: 0;
    color: #333333;
    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: #b7a585;
}

.article-content .toc a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
}

.article-content .toc a:hover {
    color: #333333;
    text-decoration: underline;
}

.article-content h2 {
    color: #333333;
    font-size: 2rem;
    font-weight: 500;
    margin: 2.5rem 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #D7CBB5;
}

.article-content h3 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem 0 1rem 0;
}

.article-content h4 {
    color: #333333;
    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: separate;
    border-spacing: 0;
    margin: 2rem 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    overflow: hidden;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    transition: box-shadow 0.3s ease;
}

.article-content table:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
    .article-content table {
        display: table;
    }
}

.article-content thead {
    background: linear-gradient(135deg, #D7CBB5 0%, #c9b99a 50%, #d4c7b0 100%);
    color: #2a2a2a;
    position: relative;
}

.article-content thead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(215, 203, 181, 0.6), transparent);
}

.article-content thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.article-content thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.article-content th, .article-content td {
    padding: 1.25rem 1.4rem;
    text-align: left;
    border-bottom: 1px solid rgba(215, 203, 181, 0.15);
    word-wrap: break-word;
    hyphens: auto;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.article-content th {
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    border-bottom: 2px solid rgba(215, 203, 181, 0.3);
    z-index: 10;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    color: #2a2a2a;
}

.article-content th:not(:last-child),
.article-content td:not(:last-child) {
    border-right: 1px solid rgba(215, 203, 181, 0.12);
}

.article-content tbody tr {
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.article-content tbody tr:hover {
    background-color: rgba(215, 203, 181, 0.08);
    transform: translateY(-1px);
}

.article-content tbody tr:nth-child(even) {
    background: linear-gradient(90deg, rgba(247, 245, 241, 0.4) 0%, rgba(250, 248, 244, 0.3) 100%);
}

.article-content tbody tr:nth-child(even):hover {
    background: linear-gradient(90deg, rgba(215, 203, 181, 0.12) 0%, rgba(215, 203, 181, 0.08) 100%);
}

.article-content tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.article-content tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.article-content tbody tr:last-child td {
    border-bottom: none;
}

.article-content tbody td {
    color: #3a3a3a;
    font-size: 0.95rem;
    line-height: 1.6;
}

.article-content tbody td strong {
    color: #2a2a2a;
    font-weight: 600;
}

.article-content .highlight-box {
    background: #f7f5f1;
    border: 2px solid #d7cbb5;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.article-content .highlight-box h3 {
    margin-top: 0;
    color: #333333;
    font-weight: 500;
}

.article-content .info-box {
    background: #d7cbb52b;
    border-left: 4px solid #d7cbb5;
    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: #d7cbb530;
    border-left: 4px solid #d7cbb5;
    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 {
    position: relative;
}

.article-content .comparison-table::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(215, 203, 181, 0.2), rgba(215, 203, 181, 0.05));
    border-radius: 14px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-content .comparison-table:hover::before {
    opacity: 1;
}

.article-content .comparison-table th {
    background: linear-gradient(135deg, #D7CBB5 0%, #c9b99a 50%, #d4c7b0 100%);
    color: #2a2a2a;
}

@media (max-width: 768px) {

    .article-content h2 {
        font-size: 1.5rem;
        margin: 2rem 0 1rem 0;
        padding-bottom: 0.5rem;
    }

    .article-content h3 {
        font-size: 1.25rem;
        margin: 1.5rem 0 0.75rem 0;
    }

    .article-content h4 {
        font-size: 1.1rem;
    }

    .article-content p {
        text-align: left;
        margin: 0.875rem 0;
        line-height: 1.5;
    }

    .article-content .toc {
        padding: 1rem;
        margin: 1.25rem 0;
        border-radius: 8px;
    }

    .article-content .toc h2 {
        font-size: 1.1rem;
        margin-bottom: 0.625rem;
    }

    .article-content .toc li {
        font-size: 0.9rem;
        margin: 0.35rem 0;
        padding-left: 1.1rem;
        line-height: 1.5;
    }

    .article-content ul, .article-content ol {
        padding-left: 1.5rem;
        margin: 0.875rem 0;
    }

    .article-content li {
        margin: 0.4rem 0;
        line-height: 1.5;
    }

    .article-content table {
        font-size: 0.8rem;
        margin: 1.5rem 0;
        border-radius: 10px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .article-content th, .article-content td {
        padding: 0.875rem 0.75rem;
        word-break: break-word;
        hyphens: auto;
        line-height: 1.5;
    }

    .article-content th {
        font-size: 0.7rem;
        white-space: nowrap;
        line-height: 1.4;
        letter-spacing: 0.4px;
        padding: 0.875rem 0.75rem;
    }

    .article-content tbody td {
        font-size: 0.85rem;
    }

    .article-content .highlight-box {
        padding: 1.25rem;
        margin: 1.5rem 0;
        border-radius: 6px;
    }

    .article-content .highlight-box h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .article-content .info-box {
        padding: 0.875rem;
        margin: 1rem 0;
        border-radius: 4px;
    }

    .article-content .info-box h3,
    .article-content .info-box h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .article-content .info-box p {
        font-size: 0.95rem;
        margin: 0.5rem 0;
    }

    .article-content .warning-box {
        padding: 1.25rem;
        margin: 1.5rem 0;
        border-radius: 4px;
    }

    .article-content .warning-box h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .article-content .comparison-table {
        margin: 1.5rem 0;
    }

    .article-content .comparison-table table {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {

    .article-content h2 {
        font-size: 1.35rem;
        margin: 1.75rem 0 0.875rem 0;
    }

    .article-content h3 {
        font-size: 1.15rem;
        margin: 1.25rem 0 0.625rem 0;
    }

    .article-content h4 {
        font-size: 1rem;
    }

    .article-content p {
        font-size: 0.95rem;
        margin: 0.75rem 0;
    }

    .article-content .toc {
        padding: 0.875rem;
        margin: 1rem 0;
    }

    .article-content .toc h2 {
        font-size: 1rem;
    }

    .article-content .toc li {
        font-size: 0.85rem;
        padding-left: 1rem;
    }

    .article-content table {
        font-size: 0.7rem;
        margin: 1.25rem 0;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.06);
    }

    .article-content th, .article-content td {
        padding: 0.7rem 0.5rem;
        font-size: 0.7rem;
    }

    .article-content th {
        font-size: 0.65rem;
        padding: 0.7rem 0.5rem;
        letter-spacing: 0.3px;
    }

    .article-content tbody td {
        font-size: 0.75rem;
    }

    .article-content .highlight-box {
        padding: 1rem;
        margin: 1.25rem 0;
    }

    .article-content .highlight-box h3 {
        font-size: 1rem;
    }

    .article-content .info-box {
        padding: 0.75rem;
        margin: 0.875rem 0;
    }

    .article-content .info-box h3,
    .article-content .info-box h4 {
        font-size: 0.95rem;
    }

    .article-content .info-box p {
        font-size: 0.9rem;
    }

    .article-content .warning-box {
        padding: 1rem;
        margin: 1.25rem 0;
    }

    .article-content .warning-box h3 {
        font-size: 1rem;
    }

    .article-content ul, .article-content ol {
        padding-left: 1.25rem;
    }

    .article-content .comparison-table table {
        font-size: 0.7rem;
    }
}

.article-content strong {
    font-weight: 500;
}/* End custom CSS */