/* ==========================================================================
   ACF PHONE BLURB STYLES
   ========================================================================== */

.acf-phone-blurb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #778db0;
}

.acf-phone-icon {
  margin-bottom: 8px;
  color: inherit;
}

.acf-phone-number a {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.acf-phone-number a:hover {
  color: #778db0;
}
