/* Mickleham Indoor Sports Centre — Contact Form 7 styles
   This file can also be copied into Appearance > Customize > Additional CSS. */

.mickleham-cf7-slot .wpcf7,
.mickleham-cf7-slot .wpcf7-form,
.mickleham-cf7-slot .mcf7-form { width: 100%; }
.mickleham-cf7-slot .wpcf7-form { margin: 0; }
.mickleham-cf7-slot .mcf7-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.mickleham-cf7-slot .mcf7-field { margin-bottom: 20px; min-width: 0; }
.mickleham-cf7-slot .mcf7-field label,
.mickleham-cf7-slot .mcf7-interest-field legend {
  display: block; margin: 0 0 10px; color: var(--ink,#3c4e64);
  font-family: "Manrope",sans-serif; font-size: 11.5px; font-weight: 800;
  letter-spacing: .18em; line-height: 1.45; text-transform: uppercase;
}
.mickleham-cf7-slot .wpcf7-form-control-wrap { display: block; width: 100%; }
.mickleham-cf7-slot .mcf7-control {
  display: block; width: 100%; min-height: 62px; margin: 0;
  padding: 16px 22px; border: 2px solid #e4eaf1; border-radius: 17px;
  outline: 0; background: #f3f6fa; color: var(--navy,#0f2138);
  font-family: "Manrope",sans-serif; font-size: 15px; line-height: 1.5;
  transition: border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.mickleham-cf7-slot textarea.mcf7-control {
  min-height: 100px !important;
  resize: vertical;
  height: 100px !important;
}
.mickleham-cf7-slot .mcf7-control::placeholder { color: #788599; opacity: 1; }
.mickleham-cf7-slot .mcf7-control:focus {
  border-color: var(--orange,#f7931e); background: #fff;
  box-shadow: 0 0 0 4px rgba(247,147,30,.14);
}
.mickleham-cf7-slot .mcf7-submit-row { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.mickleham-cf7-slot .mcf7-submit-full { width: 100%; }
.mickleham-cf7-slot .mcf7-submit {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  min-height: 60px; padding: 17px 32px; border: 0; border-radius: 999px;
  cursor: pointer; background: linear-gradient(135deg,var(--orange,#f7931e),var(--orange-2,#ff7a00));
  color: #fff; box-shadow: 0 15px 32px rgba(247,147,30,.28);
  font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 800;
  letter-spacing: .01em; text-transform: uppercase; transition: transform .2s ease,box-shadow .2s ease;
}
.mickleham-cf7-slot .mcf7-submit:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(247,147,30,.36); }
.mickleham-cf7-slot .mcf7-home-submit { width: 100%; }
.mickleham-cf7-slot .mcf7-contact-submit {
  min-width: 192px; padding-right: 58px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3C/svg%3E"),linear-gradient(135deg,var(--orange,#f7931e),var(--orange-2,#ff7a00));
  background-repeat: no-repeat,no-repeat; background-position: right 27px center,center; background-size: 18px,100% 100%;
}
.mickleham-cf7-slot .mcf7-interest-field { margin: 0 0 20px; padding: 0; border: 0; }
.mickleham-cf7-slot .mcf7-interest-field .wpcf7-form-control {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px;
}
.mickleham-cf7-slot .mcf7-interest-field .wpcf7-list-item { display: block; margin: 0; }
.mickleham-cf7-slot .mcf7-interest-field .wpcf7-list-item label {
  display: flex; min-height: 46px; align-items: center; gap: 10px;
  padding: 12px; border: 1px solid #dfe5ec; border-radius: 11px;
  cursor: pointer; background: #fff; color: var(--ink,#3c4e64);
  font-size: 12px; line-height: 1.4; transition: border-color .2s ease,background .2s ease;
}
.mickleham-cf7-slot .mcf7-interest-field .wpcf7-list-item label:hover { border-color: var(--orange,#f7931e); background: #fffaf4; }
.mickleham-cf7-slot .mcf7-interest-field input[type="checkbox"] {
  flex: 0 0 17px; width: 17px !important; height: 17px; margin: 0; accent-color: var(--orange,#f7931e);
}
.mickleham-cf7-slot .wpcf7-not-valid-tip { display: block; margin-top: 6px; color: #b42318; font-size: 12px; font-weight: 700; }
.mickleham-cf7-slot .wpcf7-response-output { margin: 16px 0 0 !important; padding: 13px 16px !important; border-radius: 12px; font-size: 13px; }
.mickleham-cf7-slot .wpcf7-spinner { margin: 0 8px; }
.mickleham-cf7-slot .wpcf7 form.sent .wpcf7-response-output { border-color: #18a058; background: #edf9f2; color: #126c3d; }
.mickleham-cf7-slot .wpcf7 form.invalid .wpcf7-response-output,
.mickleham-cf7-slot .wpcf7 form.failed .wpcf7-response-output { border-color: #d92d20; background: #fff2f0; color: #8b1a12; }

/* Home form card matches the supplied HTML design. */
.form-card.mickleham-cf7-slot { display: block; }
.form-card.mickleham-cf7-slot .mcf7-form { display: block; }

/* Contact-page form uses the full-width light panel from the supplied HTML. */
.enquiry-form.mickleham-cf7-slot { display: block; }
.enquiry-form.mickleham-cf7-slot .mcf7-form { display: block; }

@media (max-width:700px) {
  .mickleham-cf7-slot .mcf7-row,
  .mickleham-cf7-slot .mcf7-interest-field .wpcf7-form-control { grid-template-columns: 1fr; }
  .mickleham-cf7-slot .mcf7-control { min-height: 56px; padding: 14px 17px; }
  .mickleham-cf7-slot textarea.mcf7-control { min-height: 100px !important; height: 100px !important; }
  .mickleham-cf7-slot .mcf7-submit,.mickleham-cf7-slot .mcf7-contact-submit { width: 100%; }
}
