.elementor-639 .elementor-element.elementor-element-aa7fa9b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8bdb774 *//* ============================================
   FORM BUTTON & REQUIRED FIELD OVERRIDES
   ============================================ */

/* SUBMIT BUTTON - BLACK & WHITE */
.steroids-contact-form button[type="submit"],
.steroids-contact-form input[type="submit"],
.steroids-contact-form .wpcf7-submit,
.wpcf7-submit,
.elementor-button,
.elementor-button.elementor-size-md,
form button[type="submit"],
form input[type="submit"],
button[type="submit"],
input[type="submit"] {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 2px solid #1a1a1a !important;
  padding: 13px 32px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-top: 1rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  min-height: 44px !important;
  width: 100% !important;
}

/* SUBMIT BUTTON HOVER - DARKER BLACK */
.steroids-contact-form button[type="submit"]:hover,
.steroids-contact-form input[type="submit"]:hover,
.steroids-contact-form .wpcf7-submit:hover,
.wpcf7-submit:hover,
.elementor-button:hover,
form button[type="submit"]:hover,
form input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(32, 33, 36, 0.12) !important;
}

/* SUBMIT BUTTON ACTIVE */
.steroids-contact-form button[type="submit"]:active,
.steroids-contact-form input[type="submit"]:active,
.steroids-contact-form .wpcf7-submit:active,
.wpcf7-submit:active,
.elementor-button:active,
form button[type="submit"]:active,
form input[type="submit"]:active,
button[type="submit"]:active,
input[type="submit"]:active {
  transform: translateY(0) !important;
}

/* SUBMIT BUTTON FOCUS */
.steroids-contact-form button[type="submit"]:focus,
.steroids-contact-form input[type="submit"]:focus,
.steroids-contact-form .wpcf7-submit:focus,
.wpcf7-submit:focus,
form button[type="submit"]:focus,
form input[type="submit"]:focus,
button[type="submit"]:focus,
input[type="submit"]:focus {
  outline: 2px solid #1a1a1a !important;
  outline-offset: 2px !important;
}

/* ============================================
   REQUIRED FIELD ASTERISKS - SMALL & RED
   ============================================ */

.steroids-contact-form label .required,
.steroids-contact-form label .asterisk,
.steroids-contact-form .required,
.wpcf7-form label .required,
.wpcf7-form .required,
.elementor-field-label .required,
.elementor-field-label::after,
form label .required,
form label::after,
form .required,
label .required,
label::after,
.required::before,
.required::after,
span.required {
  color: #d33b27 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  margin-left: 2px !important;
  vertical-align: super !important;
}

/* Alternative: if asterisk is in the label text itself */
label:has(input[required])::after {
  content: '*' !important;
  color: #d33b27 !important;
  font-size: 11px !important;
  margin-left: 2px !important;
  vertical-weight: super !important;
}

/* Contact Form 7 specific */
.wpcf7-form-control-wrap.required::before {
  content: '' !important;
}

.wpcf7-form-control-wrap.required label::before,
.wpcf7-form-control-wrap.required label::after {
  content: '*' !important;
  color: #d33b27 !important;
  font-size: 11px !important;
  margin-left: 2px !important;
}

/* Elementor specific */
.elementor-field-label.elementor-mark-required::after {
  content: '*' !important;
  color: #d33b27 !important;
  font-size: 11px !important;
  margin-left: 2px !important;
  font-weight: 600 !important;
}

/* ============================================
   BUTTON RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .steroids-contact-form button[type="submit"],
  .steroids-contact-form input[type="submit"],
  .wpcf7-submit,
  form button[type="submit"],
  form input[type="submit"],
  button[type="submit"],
  input[type="submit"] {
    padding: 12px 28px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .steroids-contact-form button[type="submit"],
  .steroids-contact-form input[type="submit"],
  .wpcf7-submit,
  form button[type="submit"],
  form input[type="submit"],
  button[type="submit"],
  input[type="submit"] {
    padding: 11px 24px !important;
    font-size: 12px !important;
  }
}/* End custom CSS */