.template-article .article-template__back{display:none}
.rs-row{margin:4rem 0;padding:2.4rem 0;border-top:1px solid rgba(var(--color-foreground),.12);border-bottom:1px solid rgba(var(--color-foreground),.12)}
.rs-row--full{max-width:var(--page-width);margin:6rem auto 0;padding:0 1.5rem;border:0}
@media screen and (min-width:750px){.rs-row--full{padding:0 5rem}}
.rs-row__eyebrow{font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .4rem;opacity:.7}
.rs-row__title{margin:0 0 1.6rem}
.rs-row ul{list-style:none;padding:0;margin:0}
.rte .rs-row img{margin:0}
.rte .rs-row a{text-decoration:none}
.rs-row a.rs-row__more{display:inline-block;margin-top:1.6rem;text-decoration:underline;text-underline-offset:.3rem}
.rs-maker{margin:4rem 0;padding:3.2rem 2.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:var(--text-boxes-radius,12px)}
.rs-maker--band{max-width:var(--page-width);margin:6rem auto;}
.rs-maker__eyebrow{font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;margin:0 0 .8rem;opacity:.75}
.rs-maker__title{color:inherit;margin:0 0 1.2rem}
.rs-maker__body{color:inherit;margin:0 0 2rem;max-width:60rem;opacity:.9}
.rs-maker__actions{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}
.rs-maker a.rs-maker__btn{display:inline-block;padding:1.2rem 2.4rem;border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-decoration:none;font-weight:600}
.rs-maker a.rs-maker__link{color:inherit;text-decoration:underline;text-underline-offset:.3rem}
.rs-sticky{position:fixed;left:50%;bottom:1.6rem;transform:translate(-50%,200%);transition:transform .3s ease;z-index:4;display:flex;gap:.4rem;background:rgb(var(--color-foreground));padding:.5rem;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.rs-sticky.is-visible{transform:translate(-50%,0)}
.rs-sticky a{color:rgb(var(--color-background));padding:1rem 1.8rem;border-radius:999px;font-size:1.4rem;text-decoration:none;white-space:nowrap}
.rs-sticky a.rs-sticky__primary{background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-weight:600}
