.content-callout,.content-warning{background:var(--color-section-bg);border-color:var(--color-border)}.content-callout{border-left:4px solid var(--color-primary)}.content-warning{border-left:4px solid #dc2626;background:#fff7f7}.content-info-box{display:flex;gap:16px;align-items:flex-start;max-width:var(--layout-content-width, 760px);margin:2rem auto;padding:20px 24px;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 1px 3px #3b82f614}.content-info-box__icon{flex-shrink:0;width:28px;height:28px;color:#3b82f6;margin-top:2px}.content-info-box__icon svg{width:100%;height:100%}.content-info-box__body{flex:1;min-width:0}.content-info-box__title{margin:0 0 8px;font-size:1.0625rem;font-weight:600;line-height:1.4;color:#1e3a8a}.content-info-box__content{font-size:.9375rem;line-height:1.65;color:#1e293b}.content-info-box__content>*:first-child{margin-top:0}.content-info-box__content>*:last-child{margin-bottom:0}.content-info-box__content p{margin:0 0 .75em}.content-info-box__content p:last-child{margin-bottom:0}.content-info-box__content ul,.content-info-box__content ol{margin:.5em 0;padding-left:1.25rem}.content-info-box__content li{margin-bottom:.35em}.content-info-box__content strong{color:#1e3a8a;font-weight:600}.content-info-box__content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.content-info-box__content a:hover{color:#1d4ed8}@media(max-width:640px){.content-info-box{gap:12px;padding:16px 18px}.content-info-box__icon{width:24px;height:24px}.content-info-box__title{font-size:1rem}.content-info-box__content{font-size:.9rem}}.content-faq{max-width:var(--layout-content-width, 760px);margin:2.5rem auto;padding:0 1rem}.content-faq__title{margin:0 0 1.25rem;font-size:1.375rem;font-weight:700;line-height:1.3;color:#0f172a}.content-faq__list{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0f172a0a}.content-faq__item{border-bottom:1px solid #e2e8f0}.content-faq__item:last-child{border-bottom:none}.content-faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s ease,color .15s ease}.content-faq__question::-webkit-details-marker{display:none}.content-faq__question:hover{background:#f8fafc}.content-faq__item[open] .content-faq__question{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-bottom:1px solid #dbeafe}.content-faq__question-text{font-size:1rem;font-weight:600;line-height:1.45;color:#0f172a;flex:1;min-width:0}.content-faq__item[open] .content-faq__question-text{color:#1e3a8a}.content-faq__chevron{flex-shrink:0;width:22px;height:22px;color:#94a3b8;transition:transform .2s ease,color .2s ease}.content-faq__chevron svg{width:100%;height:100%}.content-faq__item[open] .content-faq__chevron{transform:rotate(180deg);color:#3b82f6}.content-faq__answer{padding:16px 22px 20px;font-size:.9375rem;line-height:1.7;color:#334155;background:#fff}.content-faq__answer>*:first-child{margin-top:0}.content-faq__answer>*:last-child{margin-bottom:0}.content-faq__answer p{margin:0 0 .75em}.content-faq__answer p:last-child{margin-bottom:0}.content-faq__answer ul,.content-faq__answer ol{margin:.5em 0;padding-left:1.25rem}.content-faq__answer li{margin-bottom:.35em}.content-faq__answer strong{color:#0f172a;font-weight:600}.content-faq__answer a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.content-faq__answer a:hover{color:#1d4ed8}@media(max-width:640px){.content-faq{margin:2rem auto}.content-faq__title{font-size:1.25rem}.content-faq__question{padding:14px 16px;gap:12px}.content-faq__question-text{font-size:.9375rem}.content-faq__chevron{width:20px;height:20px}.content-faq__answer{padding:12px 16px 16px;font-size:.9rem}}.content-comparison-table table{width:100%;border-collapse:collapse}.content-comparison-table thead th{background:var(--color-section-bg)}.content-steps{max-width:var(--layout-content-width, 760px);margin:2.5rem auto;padding:0 1rem}.content-steps__title{margin:0 0 1.5rem;font-size:1.375rem;font-weight:700;line-height:1.3;color:#0f172a}.content-steps__list{list-style:none;margin:0;padding:0;counter-reset:steps}.content-steps__item{position:relative;display:flex;gap:20px;padding-bottom:1.5rem}.content-steps__item:before{content:"";position:absolute;left:18px;top:38px;bottom:-8px;width:2px;background:linear-gradient(to bottom,#3b82f6,#bfdbfe)}.content-steps__item:last-child{padding-bottom:0}.content-steps__item:last-child:before{display:none}.content-steps__number{position:relative;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#3b82f6;color:#fff;font-weight:700;font-size:1rem;box-shadow:0 0 0 4px #fff,0 2px 6px #3b82f640}.content-steps__body{flex:1;min-width:0;padding-top:4px}.content-steps__step-title{margin:0 0 .4em;font-size:1.0625rem;font-weight:600;line-height:1.4;color:#0f172a}.content-steps__step-body{font-size:.9375rem;line-height:1.65;color:#334155}.content-steps__step-body>*:first-child{margin-top:0}.content-steps__step-body>*:last-child{margin-bottom:0}.content-steps__step-body p{margin:0 0 .5em}.content-steps__step-body p:last-child{margin-bottom:0}.content-steps__step-body strong{color:#0f172a;font-weight:600}.content-steps__step-body ul,.content-steps__step-body ol{margin:.35em 0;padding-left:1.25rem}@media(max-width:640px){.content-steps{margin:2rem auto}.content-steps__title{font-size:1.25rem}.content-steps__item{gap:14px}.content-steps__item:before{left:15px;top:32px}.content-steps__number{width:32px;height:32px;font-size:.9375rem;box-shadow:0 0 0 3px #fff,0 2px 6px #3b82f640}.content-steps__step-title{font-size:1rem}.content-steps__step-body{font-size:.9rem}}.content-sidebar>*+*{margin-top:1rem}.content-related ul,.content-related ol{margin:0;padding:0;list-style:none}.content-cta{background:var(--color-section-bg);border-color:var(--color-border)}.health-symptom,.finance-loan-comparison,.directory-card{border-color:var(--color-border);background:#fff}.content-stat-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:var(--layout-content-width, 760px);margin:2.5rem auto;padding:0 1rem}.content-stat-bar__item{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:20px 22px;background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #e2e8f0;border-radius:12px;border-left:4px solid #3b82f6;transition:transform .15s ease,box-shadow .15s ease}.content-stat-bar__item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61a}.content-stat-bar__value{font-size:1.75rem;font-weight:700;line-height:1.1;color:#1e3a8a;letter-spacing:-.01em}.content-stat-bar__label{font-size:.8125rem;line-height:1.4;color:#475569;font-weight:500}@media(max-width:640px){.content-stat-bar{grid-template-columns:1fr;margin:2rem auto}.content-stat-bar__value{font-size:1.5rem}}.content-guide-cards{max-width:var(--layout-max-width, 1200px);margin:3rem auto;padding:0 1rem}.content-guide-cards__heading{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;line-height:1.3;color:#0f172a;text-align:center}.content-guide-cards__description{margin:0 auto 2rem;max-width:640px;font-size:.9375rem;line-height:1.6;color:#475569;text-align:center}.content-guide-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.content-guide-cards__card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.content-guide-cards__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a14;border-color:#bfdbfe}.content-guide-cards__image{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block;background:#f1f5f9}.content-guide-cards__body{flex:1;display:flex;flex-direction:column;padding:18px 20px}.content-guide-cards__title{margin:0 0 .5em;font-size:1.0625rem;font-weight:600;line-height:1.35;color:#0f172a}.content-guide-cards__excerpt{margin:0 0 1em;font-size:.875rem;line-height:1.55;color:#475569;flex:1}.content-guide-cards__cta{font-size:.875rem;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;gap:4px}.content-guide-cards__cta:after{content:"→";transition:transform .15s ease}.content-guide-cards__card:hover .content-guide-cards__cta:after{transform:translate(3px)}@media(max-width:640px){.content-guide-cards{margin:2.5rem auto}.content-guide-cards__heading{font-size:1.25rem}.content-guide-cards__grid{grid-template-columns:1fr}.content-guide-cards__image{height:140px}}.content-related-pages{max-width:var(--layout-content-width, 760px);margin:3rem auto;padding:0 1rem}.content-related-pages__heading{margin:0 0 1.25rem;font-size:1.375rem;font-weight:700;line-height:1.3;color:#0f172a}.content-related-pages__grid{display:flex;flex-direction:column;gap:.75rem}.content-related-pages__card{display:flex;gap:16px;align-items:flex-start;padding:18px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.content-related-pages__card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0f172a12;border-color:#bfdbfe}.content-related-pages__icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6;margin-top:2px}.content-related-pages__icon svg{width:18px;height:18px}.content-related-pages__body{flex:1;min-width:0}.content-related-pages__title{margin:0 0 .3em;font-size:1rem;font-weight:600;line-height:1.35;color:#0f172a}.content-related-pages__excerpt{margin:0 0 .5em;font-size:.8625rem;line-height:1.5;color:#64748b}.content-related-pages__cta{font-size:.8125rem;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;gap:4px}.content-related-pages__cta:after{content:"→";transition:transform .15s ease}.content-related-pages__card:hover .content-related-pages__cta:after{transform:translate(3px)}@media(max-width:640px){.content-related-pages{margin:2.5rem auto}.content-related-pages__heading{font-size:1.2rem}.content-related-pages__card{gap:12px;padding:14px 16px}.content-related-pages__icon{width:32px;height:32px;border-radius:8px}.content-related-pages__icon svg{width:16px;height:16px}.content-related-pages__title{font-size:.9375rem}.content-related-pages__excerpt{font-size:.825rem}}.body-content{max-width:var(--layout-content-width, 760px);margin:2rem auto;padding:0 24px}.body-content__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.3;color:#0f172a}.body-content__body{font-size:.9375rem;line-height:1.75;color:#1e293b}.body-content__body>*:first-child{margin-top:0}.body-content__body>*:last-child{margin-bottom:0}.body-content__body h1{margin:0 0 1.25rem;font-size:1.875rem;font-weight:700;line-height:1.25;color:#0f172a;letter-spacing:-.01em}.body-content__body h2{margin:2.5rem 0 1rem;font-size:1.35rem;font-weight:700;line-height:1.3;color:#0f172a}.body-content__body h3{margin:2rem 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.35;color:#1e293b}.body-content__body p{margin:.75rem 0}.body-content__body ul,.body-content__body ol{margin:.75rem 0;padding-left:1.5rem}.body-content__body li{margin:.35rem 0}.body-content__body strong{font-weight:600;color:#0f172a}.body-content__body a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.body-content__body a:hover{color:#1d4ed8}@media(max-width:640px){.body-content{margin:1.5rem auto;padding:0 16px}.body-content__title{font-size:1.25rem}.body-content__body{font-size:.9rem}.body-content__body h1{font-size:1.5rem}.body-content__body h2{font-size:1.2rem}.body-content__body h3{font-size:1.05rem}}
