/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 13:31:42 */
/* Form rows */
.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap!important; /* ensures wrapping on small screens */
}

.form-row > * {
  flex: 1 1 50%!important;   /* two inputs per row */
  min-width: 0;
}

/* Full-width row */
.form-row.full > * {
  flex: 1 1 100%!important;
}
button, input[type=reset], input[type=submit]
Specificity: (0,1,1)
 {
    -webkit-appearance: none;
    background-color: #471111!important;
    border: 0;
    border-radius: var(--theme_btn_rounded);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .065em;
    padding: .65em 1.6em;
    text-transform: uppercase;
    transition: background .3s, color .3s, transform .3s;
    width: auto;
}