.goldenmed-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .goldenmed-field-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.goldenmed-field {
  margin: 0 0 1.25rem;
}
.goldenmed-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #1A1727;
}
.goldenmed-field input[type=text],
.goldenmed-field input[type=email],
.goldenmed-field input[type=tel],
.goldenmed-field textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #E8E7EE;
  border-radius: 0.75rem;
  background: #FFFFFF;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1A1727;
}
.goldenmed-field input[type=text]:focus-visible,
.goldenmed-field input[type=email]:focus-visible,
.goldenmed-field input[type=tel]:focus-visible,
.goldenmed-field textarea:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 2px;
  border-color: #4B0082;
}
.goldenmed-field textarea {
  resize: vertical;
}
.goldenmed-field--check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.goldenmed-field--check > input {
  margin-top: 0.25rem;
}
.goldenmed-field--check > label {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: #4A4860;
}
.goldenmed-field--check .wpcf7-form-control-wrap,
.goldenmed-field--check .wpcf7-acceptance,
.goldenmed-field--check .wpcf7-list-item {
  display: contents;
}
.goldenmed-field--check label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #4A4860;
  cursor: pointer;
}
.goldenmed-field--check input[type=checkbox] {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  accent-color: #4B0082;
}

.goldenmed-cf7-form {
  width: 100%;
  margin: 0 auto;
}
.goldenmed-cf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  margin-top: 0.25rem;
  padding: 0 1.625rem;
  border: none;
  border-radius: 0.625rem;
  background-image: linear-gradient(196.11deg, #4B0082 14.645%, #8852B4 85.355%);
  box-shadow: 0 4px 9px rgba(146, 22, 223, 0.25);
  color: #FFFFFF;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-image 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.goldenmed-cf7-form .wpcf7-submit:hover, .goldenmed-cf7-form .wpcf7-submit:focus-visible {
  background-image: linear-gradient(16.11deg, #4B0082 14.645%, #8852B4 85.355%);
  box-shadow: 0 8px 28px rgba(146, 22, 223, 0.45);
}
.goldenmed-cf7-form .wpcf7-submit:active {
  background-image: none;
  background-color: #5A0C98;
  box-shadow: none;
}
.goldenmed-cf7-form .wpcf7-submit:focus-visible {
  outline: 3px solid #9216DF;
  outline-offset: 3px;
}

.goldenmed-block-contactform .goldenmed-block-contactform__box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2.5rem;
}
.goldenmed-block-contactform .goldenmed-block-contactform__box__heading {
  text-align: center;
  width: 100%;
}
.goldenmed-block-contactform .goldenmed-cf7-form {
  max-width: 45rem;
}
.goldenmed-block-contactform .goldenmed-block-contactform__notice {
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background: #FFF8E1;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4A4860;
  max-width: 22.5rem;
  margin-bottom: auto;
  margin-top: 0;
}
.goldenmed-block-contactform .goldenmed-block-contactform__notice strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #1A1727;
}
.goldenmed-block-contactform .goldenmed-block-contactform__notice a {
  color: #4B0082;
  font-weight: 600;
}
.goldenmed-block-contactform .goldenmed-turnstile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 18.75rem;
  margin: 0 0 1.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid #E8E7EE;
  border-radius: 0.5rem;
  background: #F4F3F7;
}
.goldenmed-block-contactform .goldenmed-turnstile .goldenmed-turnstile__check {
  flex: 0 0 auto;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #4CAF50;
}
.goldenmed-block-contactform .goldenmed-turnstile .goldenmed-turnstile__body {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  color: #6E6C82;
}
.goldenmed-block-contactform .goldenmed-turnstile .goldenmed-turnstile__body strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1A1727;
}
/*# sourceMappingURL=style.css.map */
