/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2025 | 18:21:12 */
/* Hide the renew field initially */
.woocommerce .renew-field {
  display: none;
}

/* Fix radio button layout */
.woocommerce .form-row input[type="radio"] {
  margin-right: 6px;
}

.woocommerce .form-row label {
  display: block;
  margin-bottom: 6px;
}
