.elementor-1403 .elementor-element.elementor-element-9a4db46{--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 & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.article-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 40px -12px rgba(0,20,50,0.2);
    padding: 2.5rem 2rem;
}

/* === TYPOGRAPHY === */
h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    border-bottom: 3px solid #005aa9;
    padding-bottom: 0.5rem;
    color: #003366;
}
h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: #1e3a5f;
    border-right: 6px solid #ffaa00;
    padding-right: 1rem;
}
h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem 0;
    color: #1e3a5f;
}
.key-takeaways, .conclusion-block {
    background-color: #eef3fb;
    padding: 1.8rem 2rem;
    border-radius: 24px;
    margin: 2rem 0;
    border: 1px solid #cbd6e4;
}
.key-takeaways p, .conclusion-block p {
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.key-takeaways strong, .conclusion-block strong {
    color: #003d7c;
}

/* === DIRECT ANSWER BOX === */
.direct-answer {
    background-color: #f0f8ff;
    padding: 1.2rem 1.5rem;
    border-radius: 18px;
    margin: 1rem 0 1.5rem 0;
    border-right: 6px solid #2a7faa;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* === TABLE STYLE === */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
th {
    background-color: #003b6f;
    color: white;
    font-weight: 600;
    padding: 14px 12px;
    font-size: 1rem;
}
td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e7ef;
}
tr:last-child td {
    border-bottom: none;
}
tr:nth-child(even) {
    background-color: #f9fcff;
}

/* === INFO BOXES === */
.personal-box, .testing-box, .ref-box {
    background-color: #f9f5e9;
    padding: 1.5rem 2rem;
    border-radius: 24px;
    margin: 2rem 0;
    border: 1px solid #ffe5b4;
}
.testing-box {
    background-color: #eaf7ea;
    border-color: #b0d8b0;
}
.ref-box {
    background-color: #f0eaf8;
    border-color: #d0b8e0;
}
.badge {
    display: inline-block;
    background-color: #2a7faa;
    color: white;
    font-size: 0.8rem;
    padding: 0.3rem 0.9rem;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0.7rem;
}

/* === FAQ === */
.faq-section {
    margin-top: 3rem;
}
.faq-item {
    background-color: #f9f9fc;
    border-radius: 20px;
    padding: 1.3rem 1.8rem;
    margin-bottom: 1rem;
    border: 1px solid #dee5ed;
}
.faq-question {
    font-size: 1.3rem;
    font-weight: 600;
    color: #003d7c;
    margin-bottom: 0.5rem;
}

/* === INTERNAL LINKS === */
.internal-links {
    background-color: #e6f0fa;
    padding: 1.3rem 2rem;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 2rem 0;
}
.internal-links a {
    color: #003d7c;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #ffaa00;
}
.internal-links a:hover {
    color: #000;
}

/* === META === */
.author-line {
    font-size: 1rem;
    color: #4a627a;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 2px dashed #b0c4de;
    text-align: left;
    font-weight: 500;
}
hr {
    border: none;
    border-top: 2px solid #d0deeb;
    margin: 2rem 0;
}
.footer-note {
    font-size: 0.9rem;
    color: #5f6f82;
    text-align: center;
}/* End custom CSS */