.elementor-1526 .elementor-element.elementor-element-41482e5{--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 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 2rem 2rem 2.5rem;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #0a2540;
    border-right: 5px solid #0f6e4a;
    padding-right: 1.2rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1.8rem 0 1rem;
    color: #1a4d3e;
    border-bottom: 2px solid #e0e7ed;
    padding-bottom: 0.3rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.4rem 0 0.8rem;
    color: #2c5f4c;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

.ai-extraction-block {
    background: #eef2fa;
    border-right: 4px solid #0f6e4a;
    padding: 1.2rem 1.5rem;
    margin: 1rem 0 2rem;
    border-radius: 20px;
    font-weight: 500;
    color: #0a2b24;
}

ul, ol {
    margin: 0.8rem 0 1rem 1.5rem;
    padding-right: 0;
}
li {
    margin-bottom: 0.4rem;
}

.table-responsive {
    overflow-x: auto;
    margin: 1.5rem 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
th, td {
    border: 1px solid #dce5ef;
    padding: 12px 16px;
    text-align: right;
    vertical-align: top;
}
th {
    background-color: #f0f4f9;
    font-weight: 600;
}

.rcs-callout {
    background: #fff7e5;
    border-right: 6px solid #e6a017;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 18px;
    font-weight: 500;
}

.regulatory-note {
    background: #f3f6fc;
    padding: 1.2rem 1.5rem;
    border-radius: 24px;
    margin: 2rem 0;
    border: 1px solid #daecf7;
}

.faq-section {
    margin-top: 2rem;
    background: #fafcfd;
    border-radius: 28px;
    padding: 1rem 1.5rem 1.5rem;
}
.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.8rem;
}
.faq-item h3 {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
}

/* Key takeaways */
.key-takeaways {
    background: #e8f0fe;
    border-radius: 28px;
    padding: 1.5rem;
    margin: 2rem 0;
}
.takeaway-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.takeaway-item {
    background: white;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: 500;
    border-right: 3px solid #0f6e4a;
}

/* Personal experience */
.personal-experience {
    background: #fef7e0;
    padding: 1.5rem;
    border-radius: 28px;
    margin: 2rem 0;
}
.personal-experience ul {
    margin: 1rem 0;
}

/* References */
.references {
    background: #f2f5f9;
    padding: 1.5rem;
    border-radius: 28px;
    margin: 2rem 0;
}
.references-list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.references-list a {
    color: #1e6f5c;
    text-decoration: none;
    border-bottom: 1px dotted #1e6f5c;
}
.references-list a:hover {
    color: #0a4b3e;
    border-bottom: 1px solid;
}

/* Internal links */
.internal-links {
    background: #e0f2f1;
    padding: 1.5rem;
    border-radius: 28px;
    margin: 2rem 0;
}
.internal-links ul {
    list-style: none;
    padding: 0;
}
.internal-links li {
    margin-bottom: 0.6rem;
}
.internal-links a {
    display: inline-block;
    background: white;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    text-decoration: none;
    color: #00695c;
    font-weight: 500;
    border: 1px solid #b2dfdb;
    transition: all 0.2s;
}
.internal-links a:hover {
    background: #00695c;
    color: white;
    border-color: #00695c;
}

.article-footer {
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
    color: #5b6e8c;
    text-align: center;
}

@media (max-width: 700px) {
    .container { padding: 1.2rem; }
    h1 { font-size: 1.7rem; }
    h2 { font-size: 1.4rem; }
    th, td { padding: 8px 10px; }
    .takeaway-grid { grid-template-columns: 1fr; }
}/* End custom CSS */