/* Mahina phone-link presentation — 2026-09-08 follow-up.
   Append after mahina-cursor-v20260908.css on all five sites.
   At the existing tablet breakpoint, popup/footer phone links retain the
   surrounding resting cursor. The real tel: href and keyboard focus remain.
   Below 768px no rule here changes the phone link or its touch behavior. */
@media (min-width: 768px) {
  html:root body :is(
    [data-mahina-navigation-foot],
    .menu-panel-foot,
    .mahina-menu-panel-foot,
    .mahina-main-menu-foot,
    .site-footer
  ) a[href^="tel:"],
  html:root body :is(
    [data-mahina-navigation-foot],
    .menu-panel-foot,
    .mahina-menu-panel-foot,
    .mahina-main-menu-foot,
    .site-footer
  ) a[href^="tel:"] * {
    cursor: inherit !important;
  }

  /* All inspected resting phone links inherit their container's color and
     have no decoration, background, shadow or transform. Preserve that
     appearance on pointer hover without suppressing focus-visible styles. */
  html:root body :is(
    [data-mahina-navigation-foot],
    .menu-panel-foot,
    .mahina-menu-panel-foot,
    .mahina-main-menu-foot,
    .site-footer
  ) a[href^="tel:"]:hover:not(:focus-visible) {
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
  }
}
