.umbro-editor-page{width:100%;padding:var(--umbro-page-pad-top) 24px var(--umbro-page-pad-bottom)}
.umbro-editor-page__inner{width:min(100%,var(--umbro-page-max));margin:0 auto}
.umbro-editor-page__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:rgb(var(--color-foreground-rgb) / .68);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.umbro-editor-page__eyebrow::before{width:30px;height:1px;background:rgba(237,195,95,.72);content:""}
.umbro-editor-page__title{margin:0;font-size:clamp(42px,7vw,92px);font-weight:850;line-height:.92;letter-spacing:-.055em}
.umbro-editor-page__title::after{display:block;width:42px;height:1px;margin-top:24px;background:rgba(237,195,95,.55);content:""}
.umbro-editor-page__media{margin-top:38px;overflow:hidden;border-radius:22px}
.umbro-editor-page__media img{display:block;width:100%;height:auto}
.umbro-editor-page__intro{max-width:760px;margin-top:34px;font-size:clamp(18px,1.6vw,22px)}
.umbro-editor-page__content{margin-top:34px}
.umbro-editor-page__actions{margin-top:34px}
@media(max-width:749px){.umbro-editor-page{padding-right:16px;padding-left:16px}.umbro-editor-page__title{font-size:clamp(42px,14vw,64px)}}
