.sourcing-rebuild .sr-paid-email {
  display: none;
}

.spain-general-landing .sourcing-rebuild .sr-paid-email {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  color: #173a70;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spain-general-landing .sourcing-rebuild .sr-paid-email:hover,
.spain-general-landing .sourcing-rebuild .sr-paid-email:focus-visible {
  color: #0b6b5a;
}

@media (max-width: 700px) {
  .spain-general-landing .sourcing-rebuild .sr-paid-email {
    justify-content: center;
    width: 100%;
    margin: 9px 0 0;
    font-size: 13px;
  }
}
