/*
Theme Name: Reef + Partners
Author: Fable&Co.
Author URI: https://fableco.uk
Version: 1.0.33
Update URI: false
*/

.field {
  display: block;
}

.wpcf7-list-item {
  margin-left: 0;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #ac4230;
}

.wpcf7-not-valid-tip,
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

input[type="checkbox"][aria-invalid="true"] + .wpcf7-list-item-label {
  color: #ac4230;
}

.wpcf7-form.sent .field-columns,
.wpcf7-form.sent .field,
.wpcf7-form.sent .sf-form-action {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 1em 0 0;
  padding: 0;
  border: none;
}

.smg-media {
  height: auto;
}

.sf-form-action {
  margin-top: 2.3125rem;
}

.ste-item-button-container {
  display: flex;
  gap: 1em;
}

.ste-group:first-child:not(:has(.ste-group-title)) {
  padding-top: 0;
  border-top-width: 0;
}