
/* Patch 039: consistent overview links beneath article text boxes. */
html:root body#top.design-master main .article-detail-section > .article-detail-copy {margin-bottom:0!important;}
html:root body#top.design-master main .article-detail-section > .spacing-inner-v8:has(> .article-return-link),
html:root body#top.design-master main .spacing-section-v8 > .spacing-inner-v8:has(> .article-return-link) {
 box-sizing:border-box!important;width:var(--frame-width,92%)!important;max-width:var(--frame-max,1120px)!important;
 margin:0 auto!important;padding:1cm 0 0!important;text-align:left!important;display:block!important;
}
html:root body#top.design-master main .spacing-section-v8 > .spacing-inner-v8 > .article-return-link {
 display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;text-align:left!important;
}
html:root body#top.design-master main .article-return-link > a {margin-left:0!important;text-align:left!important;justify-content:flex-start!important;}
@media(max-width:700px) {
 html:root body#top.design-master main .article-detail-section > .spacing-inner-v8:has(> .article-return-link),
 html:root body#top.design-master main .spacing-section-v8 > .spacing-inner-v8:has(> .article-return-link) {padding-top:5mm!important;width:100%!important;}
}
