/* Eastside shared rich-text spacing repair — 2026-09-23 */
html body #brx-content p + p:not(.es-cryo-offer *):not(.es-review *) { margin-block-start: 16px; }
html body #brx-content .brxe-text > :is(h2,h3) + p { margin-block-start: 18px; }
html body #brx-content .es-review {
 box-sizing:border-box; width:100%; max-width:880px;
 margin:32px 0 0; padding:clamp(22px,3vw,36px);
 border:1px solid #E0E0E0; border-radius:10px;
 background:#FAFAF8; color:#1F1F1F;
}
html body #brx-content .es-review p { margin:0!important; }
html body #brx-content .es-review p + p { margin-top:14px!important; }
html body #brx-content .es-review cite { display:block; color:#555!important; opacity:1!important; line-height:1.6; font-style:normal; }
html body #brx-content .es-review cite a { color:inherit!important; text-decoration:underline; text-underline-offset:3px; }
html body #brx-content .offer8 .brxe-text > h2 {
 max-width:28ch; margin:0 0 24px; color:#fff; line-height:1.18;
 font-size:clamp(32px,3.4vw,46px);
}
html body #brx-content .offer8 .brxe-text > h2 em { color:#fff; }
html body #brx-content .offer8 .brxe-text > p { max-width:72ch; color:#fff; line-height:1.75; }
html body #brx-content .offer8 .brxe-text > p a { text-decoration:underline; text-underline-offset:4px; }
html body #brx-content .offer8 .es-action-pair { margin:28px 0 0; gap:16px; }
html body #brx-content .offer8 .es-action-pair .btn8 {
 display:inline-flex; justify-content:center; align-items:center; min-height:50px;
 padding:14px 24px; border:1px solid #fff!important; border-radius:10px;
 background:transparent!important; color:#fff!important;
}
html body #brx-content .offer8 .es-action-pair .btn8.bp { background:#FAFAF8!important; color:#314853!important; }
html body #brx-content .offer8 .es-action-pair .btn8:hover { background:#EAE6E1!important; color:#1F1F1F!important; }
@media(max-width:760px) {
 html body #brx-content .offer8 .es-action-pair { align-items:stretch; }
 html body #brx-content .offer8 .es-action-pair .btn8 { width:100%; }
 html body #brx-content .es-review { padding:24px; }
}
