<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Optional: Soft rounded corners for form fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 30px;
  padding: 12px;
}

/* Optional: Soft rounded corners for buttons */
.woocommerce #place_order,
.woocommerce .button {
  border-radius: 30px;
}
</pre></body></html>