/* Owner-approved 44: equal floating buttons; restore only home footer email. */
body.ym-webnode-replica .wn-fixed-contact-row,
body .ym-mobile-contact .wp-block-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
/* 45: only the floating phone label becomes two readable lines.
 * Keep original link text available to assistive technology and the destination intact.
 * Other buttons determine the unchanged grid-row height.
 */
body.ym-webnode-replica .wn-fixed-contact-link[href^="tel:"],
body .ym-mobile-contact a[href^="tel:"] {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 2px !important;
}
body.ym-webnode-replica .wn-fixed-contact-link[href^="tel:"]::before,
body .ym-mobile-contact a[href^="tel:"]::before {
    content: "行政書士直通\A 電話相談";
    white-space: pre;
    display: block;
    font-size: clamp(11px, 3vw, 14px);
    line-height: 1.25;
}
body.ym-webnode-replica:not(.ym-spouse-brand):not(.ym-blog-brand) #wn-exact-home footer a[href^="mailto:"][style*="background"] {
    display: block !important;
    margin: 5px auto !important;
}
