/**
 * @file
 * Icon + Text field formatter styles.
 */

.icon-text {
  display: flex;
  gap: var(--sp1, 0.5rem);
}

.icon-text__icon {
  display: flex;
  align-items: center;
}

.icon-text__content a {
  color: var(--primary);
  text-decoration: none;
}

.icon-text__content a:hover {
  text-decoration: underline;
}
