span.you { unicode-bidi:bidi-override; direction:rtl }
span.you.write:before { content:"gro.straretaeht" }
span.you.write:after { content:"@ofni" }
span.you.dial:before { content:"8886. " }
span.you.dial:after { content:" .262" }
.WABranding {display: none}

/* Always underline links */
a, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: underline;
  text-decoration-color: currentColor; /* keeps underline same color as link */
  text-decoration-thickness: 1.5px;
  transition: color 150ms ease, background-color 150ms ease;
}

/* Maintain strong color contrast on white */
a { color: #1a73e8; }
a:visited { color: #5f3dc4; }
a:hover, a:focus { color: #0048a1; background-color: rgba(26,115,232,0.06); }

/* Focus for keyboard users (visible but not removing underline) */
a:focus {
  outline: 3px solid rgba(26,115,232,0.18);
  outline-offset: 3px;
}

/* Keep buttons with no underline while keeping accessibility */
a.button, .button a {
  text-decoration: none;
  display: inline-block;
  background-color: #1a73e8;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
}
a.button:hover, .button a:hover { background-color: #0048a1; }