/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 01 2026 | 14:16:01 */
/* ── MACDRIVE TRIAL FORM — gform_41 ── */

/* Form card */
#gform_wrapper_41 {
  background: #FFFFFF !important;
  border: 1px solid #E0E4EA !important;
  border-radius: 14px !important;
  padding: 28px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
  max-width: 480px !important;
  margin: 0 auto !important;
}

/* Form title */
#gform_wrapper_41 .gform_title {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 20px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #F0F2F5 !important;
}

/* Field legend labels (Name, Email) */
#gform_wrapper_41 .gfield_label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #555555 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-bottom: 5px !important;
}

/* Hide (Required) text */
#gform_wrapper_41 .gfield_required {
  display: none !important;
}

/* All text and email inputs */
#gform_wrapper_41 input[type="text"],
#gform_wrapper_41 input[type="email"] {
  border: 1px solid #DDE2EA !important;
  border-radius: 8px !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
  color: #1A1A1A !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s !important;
}

#gform_wrapper_41 input[type="text"]:focus,
#gform_wrapper_41 input[type="email"]:focus {
  border-color: #0071CE !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0,113,206,.1) !important;
}

/* Sub-labels (First, Last, Enter Email, Confirm Email) */
#gform_wrapper_41 .gform-field-label--type-sub {
  font-size: 11px !important;
  color: #999999 !important;
  margin-top: 4px !important;
  font-weight: 400 !important;
}

/* Spacing between fields */
#gform_wrapper_41 .gfield {
  margin-bottom: 16px !important;
}

/* Checkbox section */
#gform_wrapper_41 #field_41_4 {
  background: #F8F9FB !important;
  border-radius: 8px !important;
  padding: 12px !important;
  border: 1px solid #EEF0F4 !important;
}

/* Checkbox legend */
#gform_wrapper_41 #field_40_4 .gfield_label {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  color: #888888 !important;
  margin-bottom: 8px !important;
}

/* Checkbox labels */
#gform_wrapper_41 .gform-field-label--type-inline {
  font-size: 12px !important;
  color: #555555 !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

/* Checkbox inputs */
#gform_wrapper_41 .gfield-choice-input {
  accent-color: #0071CE !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

/* Checkbox rows */
#gform_wrapper_41 .gchoice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}

/* Submit button */
#gform_wrapper_41 .gform_button {
  width: 100% !important;
  padding: 12px !important;
  background: #0071CE !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-top: 4px !important;
}

#gform_wrapper_41 .gform_button:hover {
  background: #005AA0 !important;
}

/* Trust line below button */
#gform_wrapper_41 .gform_footer::after {
  content: "Trial expires automatically after 5 days. No credit card required.";
  display: block !important;
  text-align: center !important;
  font-size: 11px !important;
  color: #999999 !important;
  margin-top: 10px !important;
  line-height: 1.5 !important;
}

/* Footer padding */
#gform_wrapper_41 .gform_footer {
  padding-top: 8px !important;
  margin-top: 4px !important;
}