.gold-text p {
  color: var(--accent-color);
}

.custom-newsletter {
  .inline-richtext {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }
.newsletter__subheading {
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-form__button {
  height:2em!important;
}

.newsletter-form__field-wrapper .field__input {
  background-color: white;
  padding: 23.5px var(--gap-xl);
  margin: 0;
  color: var(--secondary-dark-color);
}

.newsletter-form__field-wrapper .field__input:focus {
  box-shadow: none;
}

.newsletter-form__field-wrapper .field__input:focus::placeholder {
  color: transparent!important;
}

.newsletter-form__field-wrapper .field__label {
  color: black;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
  top: unset!important;
}

.newsletter-form__button {
  background-color: white!important;
  color: black!important;
}

.newsletter-form__button:hover {
  background-color: var(--accent-color)!important;
}

.field {
  align-items: center;
  justify-content: center;
}
.newsletter-form__field-wrapper {
  max-width: 100%;
  width: 100%;
}

.footer-block__heading {
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.5px;
}

@media screen and (min-width:750px) {
  .newsletter-form {
    max-width: 500px;
  }
}
}



.footer-icon-section {
  rich-text__wrapper {
    max-width: 1000px;
  }
  .rich-text__blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-image-block {
    margin-top: 0;
  }

  .custom-icon-link {
    text-decoration: none;
  }

  .custom-image-block .custom-html-content {
    color: white;
    text-decoration: none;
  }

  @media screen and (max-width:580px) {
    .custom-image-block {
      width: 50%!important;
    }
  }
}
