/* Keep the complete instruction together, including conditions and exceptions. */
.base-contact {
  color: #9f3039;
  background-color: #fff1f2;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print {
  .base-contact {
    color: #80232b;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
}
