.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.gallery-caption { color: var(--color-ink-soft); font-size: 0.8rem; }
.sticky { position: relative; }
.bypostauthor { position: relative; }

@media (max-width: 41.999rem) {
    .hero { min-height: 50rem; }
    .hero__inner { padding-bottom: 8.5rem; }
    .hero__trust-inner { display: grid; gap: 0.45rem; }
    .site-footer__bottom { display: block; }
    .site-footer__bottom p + p { margin-top: 0.35rem; }
    .search-form { display: grid; }
}

@media print {
    .site-header,
    .site-footer,
    .button,
    .post-navigation,
    .comments-area { display: none !important; }
    body { background: #fff; color: #000; }
    .site-main { padding: 0; }
    a { text-decoration: none; }
}
