/* Forland & Company Advocates — contact phone / WhatsApp link styling
   Displayed number links to WhatsApp (new number).
   Phone icons open the dial pad pre-filled with the old phone-call number. */

[data-forland-phone="number"] {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

[data-forland-phone="call"] {
  display: inline-flex;
  align-items: inherit;
  color: inherit;
  text-decoration: none;
}

.contact-section-link-tap {
  padding: 0 2px;
}