.elementor-1289 .elementor-element.elementor-element-96f1d6a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.article-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 20, 40, 0.08);
    padding: 40px;
}

/* Typography */
h1, h2, h3 {
    font-weight: 600;
    color: #0b1c2e;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

h1 { font-size: 2.2rem; border-right: 5px solid #005fa5; padding-right: 20px; }
h2 { font-size: 1.8rem; color: #003d66; }
h3 { font-size: 1.4rem; color: #1e4a6b; margin-top: 1.2em; }

.author-byline {
    font-size: 1rem;
    color: #2c3e50;
    background-color: #e9f0f9;
    padding: 12px 20px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

.publish-date {
    color: #5e6f8d;
    font-size: 0.9rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #dde5ef;
    padding-bottom: 15px;
}

.executive-summary, .conclusion-summary {
    background: linear-gradient(145deg, #f0f7ff, #ffffff);
    border: 1px solid #cbd6e8;
    border-radius: 20px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,40,80,0.05);
}

.executive-summary h2, .conclusion-summary h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.section-question {
    font-size: 1.7rem;
    border-bottom: 2px solid #aac7e0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #002856;
}

.direct-answer {
    background-color: #eef3fa;
    padding: 20px 25px;
    border-radius: 18px;
    margin: 15px 0 25px 0;
    font-weight: 500;
    border-right: 5px solid #0066aa;
    font-size: 1.1rem;
    box-shadow: inset 0 0 0 1px #ffffff, 0 2px 6px rgba(0,0,0,0.02);
}

p {
    margin-bottom: 1.2em;
    font-size: 1.05rem;
}

table.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 0.95rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 35, 70, 0.1);
}

table.comparison-table th {
    background-color: #00335c;
    color: white;
    font-weight: 600;
    padding: 14px 10px;
    text-align: center;
}

table.comparison-table td {
    border: 1px solid #d1dbe8;
    padding: 12px 8px;
    text-align: center;
    background-color: white;
}

table.comparison-table tr:nth-child(even) td {
    background-color: #f8fafd;
}

.table-note {
    font-size: 0.9rem;
    color: #4a5c74;
    margin-top: -10px;
    margin-bottom: 30px;
}

.faq-section {
    margin-top: 50px;
    background-color: #f4faff;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #bfd6ec;
}

.faq-item {
    margin-bottom: 25px;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #003e6b;
    cursor: pointer;
    transition: color 0.2s;
}

.faq-item h3:hover {
    color: #0077be;
}

.faq-item p {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 3px solid #8fb9e0;
    color: #1c3144;
}

/* Responsive */
@media (max-width: 600px) {
    .article-container { padding: 25px; }
    h2 { font-size: 1.5rem; }
    table.comparison-table { font-size: 0.8rem; }
    table.comparison-table th, table.comparison-table td { padding: 8px 3px; }
}/* End custom CSS */