.elementor-17915 .elementor-element.elementor-element-e89c6e1{--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 */.wrap img{
    border-radius: 16px;
}
.subtitle {
    font-size: 19px;
    font-weight: 500;
    color: #0f766e;
    line-height: 1.8;
    margin: 0 0 22px;
    max-width: 62ch;
}
.checklist__head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0b4a45;
    margin-bottom: 14px;
    font-size: 16px;
}
.checklist__head svg {
    width: 19px;
    height: 19px;
    color: #cf7639;
}
.checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15.5px;
    line-height: 1.75;
    color: #2b3a38;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 12px;
    padding: 12px 14px;
}
.checklist li .qmark {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: #e7f2f0;
    color: #0f766e;
    font-weight: 800;
    font-size: 13px;
}
.checklist {
    background: linear-gradient(180deg, #fff, #f2ece1);
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    padding: 22px 24px;
    margin: 24px 0;
}
.toc {
    margin: 34px auto 6px;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 18px;
    padding: 24px 26px;
}
.toc__head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0b4a45;
    font-size: 15px;
    margin-bottom: 14px;
}
.toc__head svg {
    width: 18px;
    height: 18px;
    color: #cf7639;
}
.toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 26px;
}
.toc li {
    counter-increment: toc;
    border-bottom: 1px dashed #e5dfd3;
}

.toc a {
    display: flex;
    gap: 12px;
    align-items: baseline;
    padding: 11px 4px;
    font-size: 14.5px;
    color: #22302e;
    transition: color .18s, padding .18s;
}
.toc a::before {
    content: counter(toc, persian);
    font-weight: 800;
    font-size: 14px;
    color: #cf7639;
    min-width: 14px;
}

.sec__eyebrow .num {
    background: #fcefe2;
    border: 1px solid #f0cba7;
    color: #cf7639;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 12px;
}
.sec__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #cf7639;
    letter-spacing: .4px;
}
h2 {
    font-size: 27px;
    font-weight: 800;
    color: #0b4a45;
    line-height: 1.5;
    margin: 8px 0 18px;
    letter-spacing: -.2px;
}
.rule {
    position: relative;
    height: 30px;
    margin: 34px 0;
    border-top: 1px solid #e5dfd3;
}
.rule::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #13877d, #e2894f);
}
.duo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 24px 0;
}
.tips {
    display: grid;
    gap: 14px;
    margin: 20px 0 26px;
}
.tip {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 16px;
    padding: 18px 20px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.tip .tn{
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(140deg, #13877d, #0b4a45);
}
.tip .tbody {
    min-width: 0;
}
.c-standard {
    background: #e7f2f0;
    border: 1px solid #d6eae6;
    border-inline-start: 5px solid #0f766e;
}
.callout {
    border-radius: 18px;
    padding: 22px 24px;
    margin: 26px 0;
    position: relative;
}
.c-research {
    background: #fcefe2;
    border: 1px solid #f0cba7;
    border-inline-start: 5px solid #e2894f;
}
.c-research .callout__label {
    color: #cf7639;
}
.callout__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 13.5px;
    margin-bottom: 8px;
    letter-spacing: .2px;
}
.crisis {
    background: linear-gradient(160deg, #0b4a45, #0a3d39);
    color: #dff0ed;
    border-radius: 18px;
    padding: 24px 26px;
    margin: 30px 0;
}
.crisis h2 {
    color: #fff;
    margin: 0 0 10px;
}
.crisis p {
    color: #bcd9d4;
    margin: 0 0 8px;
    font-size: 15.5px;
    line-height: 1.8;
}
.crisis .lines {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.crisis .lines span {
    background: #ffffff1;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 14px;
}
.crisis a {
    color: #ffd9c8;
    font-weight: 700;
}
.faqwrap h2 {
    margin-bottom: 14px;
}
.faq {
    display: grid;
    gap: 12px;
}
.faq details{
    background: #ffffff;
    border: 1px solid #e5dfd3;
    border-radius: 14px;
    overflow: hidden;
}
.faq summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    font-weight: 700;
    color: #0b4a45;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.faq summary::after
{
    content: "+";
    color: #cf7639;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    flex: none;
}
.faq .faq__a {
    padding: 0 20px 18px;
    color: #2b3a38;
    line-height: 1.85;
    font-size: 15.5px;
}
.faq details[open] summary::after {
    content: "\2013";
}

@media (max-width: 640px) {
    .toc ol {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .duo-grid {
        grid-template-columns: 1fr;
    }
}
.table-scroll {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 18px;
    border: 1px solid #e5dfd3;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 15px;
    min-width: 520px;
}
caption {
    caption-side: bottom;
    text-align: right;
    font-size: 13px;
    color: #5d6d6a;
    padding: 10px 16px 4px;
}
thead th:first-child {
    background: #0b4a45;
}
thead th
 {
    background: #0f766e;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding: 13px 16px;
    font-size: 14px;
}
tbody th {
    text-align: right;
    font-weight: 700;
    background: #e7f2f0;
    color: #0b4a45;
    padding: 13px 16px;
    vertical-align: top;
}
tbody td {
    padding: 13px 16px;
    border-top: 1px solid #e5dfd3;
    vertical-align: top;
    color: #2b3a38;
}
tbody tr:nth-child(even) td

 {
    background: #f2ece1;
}
.pill.free
 {
    background: #e7f2f0;
    color: #0b4a45;
}
.pill {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
}
.pill.copay
 {
    background: #fcefe2;
    color: #cf7639;
}
.duo
 {
    text-align: center;
    font-weight: 700;
    color: #0b4a45;
    font-size: 18px;
    line-height: 1.85;
    background: linear-gradient(180deg, #fff, #e7f2f0);
    border: 1px solid #d6eae6;
    border-radius: 18px;
    padding: 20px 26px;
    margin: 26px 0;
}

.pquote {
    margin: 30px 0;
    padding: 20px 26px;
    border-inline-start: 4px solid #e2894f;
    background: linear-gradient(90deg, #fcefe2, transparent);
    border-radius: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #0b4a45;
    line-height: 1.85;
}
h3.sub {
    font-size: 18.5px;
    font-weight: 800;
    color: #0b4a45;
    margin: 26px 0 12px;
}
.h2sub {
    color: #5d6d6a;
    font-weight: 600;
    font-size: 16px;
    margin: -10px 0 18px;
}

.cmp3 thead .crit {
    background: #39504c;
}
.cmp3 thead .c-natural {
    background: #13877d;
}
.cmp3 thead .c-adjust {
    background: #e2894f;
}
.cmp3 thead .c-depress {
    background: #a75d54;
}
.table-scroll__cap {
    padding: 16px 20px;
    background: #0b4a45;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}/* End custom CSS */