/*
Theme Name: Hmuc
Template: twentytwentyfive
Author: Women & Men
Author URI: https://women-and-men.com/
Version: 1.0.1749817527
Updated: 2025-06-13 14:25:27

*/

.field-wrap input[type="submit"] {
    background-color: #89bd2b;
    color: #fff;
    border: none;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -o-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    cursor: pointer;
    font-size: 1.2rem;
    width: 200px;
}
.field-wrap.submit-wrap .nf-field-element {
    text-align: center;
}
.nf-field-label label {
    padding: 0;
    margin: 0;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 400;
}
.nf-field-element input {
    background-color: #e2eef5;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0.5rem;
    margin: 0;
    width: auto;
    height: auto;
    height: 40px;
    vertical-align: inherit;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    background-color: #e2eef5;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0.5rem;
    margin: 0;
    width: auto;
    height: auto;
    height: 40px;
    vertical-align: inherit;
}
.list-radio-wrap .nf-field-element li label {
    font-size: 0.875rem;
}
.nf-field-container.html-container {
    margin-bottom: 0;
}
