/* Content CTA only. Keep source markup for the unchanged floating-contact clone.
 * These ancestors never contain the floating contact bars.
 * Plain email addresses and explanatory prose remain available.
 */
:is(main, #wn-exact-home, .ym-footer) .wp-block-button.ym-mail,
:is(main, #wn-exact-home, .ym-footer) a[href^="mailto:"]:is([style*="background"], [class*="button"], :has(img)),
main .ym-link:has(> a[href^="mailto:"]) {
    display: none !important;
}
main .ym-contact-buttons .wp-block-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
