/* Shared publication/page compositions; widths follow the host template. */
.hdp-composition{box-sizing:border-box;width:100%;max-width:100%;margin:clamp(1.5rem,4vw,3rem) auto;display:grid;gap:clamp(1rem,3vw,2.5rem);align-items:center;overflow-wrap:anywhere}
.hdp-composition>*{min-width:0;box-sizing:border-box}
.hdp-composition__media{margin:0}.hdp-composition__media img{display:block;width:100%;height:auto;max-width:100%;border-radius:0}
.hdp-composition__media figcaption{font-size:.875rem;line-height:1.5;margin-top:.6rem;color:inherit;opacity:.85}
.hdp-composition__text{line-height:1.7}.hdp-composition__text>:first-child{margin-top:0}.hdp-composition__text>:last-child{margin-bottom:0}
.hdp-composition__text p,.hdp-composition__text ul,.hdp-composition__text ol{max-width:72ch}
.hdp-composition--image_left,.hdp-composition--image_right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.hdp-composition--image_right .hdp-composition__media,.hdp-composition--image_below .hdp-composition__media{order:2}
.hdp-composition--content_width,.hdp-composition--text_only{max-width:76ch}
.hdp-composition blockquote{margin:0;padding:clamp(1rem,3vw,2rem);border-inline-start:4px solid currentColor;background:rgba(90,115,90,.07);font-size:clamp(1.25rem,2.5vw,1.9rem);line-height:1.5}
.hdp-composition blockquote footer{font-size:1rem;margin-top:1rem}
.hdp-composition__action{display:flex;margin-top:1.5rem}.hdp-composition__action--center{justify-content:center}.hdp-composition__action--end{justify-content:flex-end}
.hdp-composition__button{display:inline-block;padding:.75rem 1.25rem;min-height:44px;box-sizing:border-box;border:1px solid currentColor;border-radius:0;font-weight:600;text-decoration:underline;text-underline-offset:.2em;color:inherit}
.hdp-composition__button:focus-visible{outline:3px solid currentColor;outline-offset:4px}
.hdp-entry-blocks,.hdp-article-layout,.hdp-article-main,.hdp-homepage-block,.hdp-partner-content{min-width:0;box-sizing:border-box}
.hdp-article-layout{display:block!important;grid-template-columns:minmax(0,1fr)!important}
.hdp-article-main{width:100%;max-width:none;margin-inline:auto}
.hdp-entry-content-block{padding-inline:clamp(1rem,3vw,2rem)}
.hdp-article-main>p,.hdp-article-main>ul,.hdp-article-main>ol{max-width:76ch}
.hdp-entry-blocks>.hdp-composition{width:calc(100% - clamp(2rem,6vw,4rem))}
@media(max-width:640px){.hdp-composition--image_left,.hdp-composition--image_right{grid-template-columns:minmax(0,1fr)}.hdp-composition--image_right .hdp-composition__media{order:0}.hdp-composition__button{max-width:100%;text-align:center}.hdp-composition{gap:1rem}.hdp-composition__text{font-size:1rem}}
