.newsletter--form .input-group {
  width: 100%;
}

.input-group .input-group-field {
  border-radius: 8px 0 0 8px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.205);
}

.site-footer .btn--primary.newsletter__submit {
  border-radius: 0 8px 8px 0;
  border: 1px solid #fff;
  background: #fff;
  padding-block: 20.1px;
}

.input-group.search-bar {
  width: 100%;

  .input-group-btn button {
    width: 100%;
  }
}
