.awpas-phone {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: 0.95rem;
  line-height: 1.2;
}

.awpas-phone__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
}

.awpas-phone__link:hover,
.awpas-phone__link:focus {
  text-decoration: underline;
}

.awpas-phone__icon {
  font-size: 1rem;
}

.awpas-phone__text {
  white-space: nowrap;
}
