.gwh-srf-wrap {
    max-width: 680px;
    width: 100%;
    margin: 40px auto;
    padding: 55px 40px;
    background: #f9e8ec;
    border: 2px solid #e94b9b;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.gwh-srf-wrap * { box-sizing: border-box; }
.gwh-srf-wrap h2 {
    margin: 0 0 25px 0;
    color: #263354;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 3px;
}
.gwh-srf-field {
    display: block;
    width: 100%;
    margin-bottom: 26px;
}
.gwh-srf-field label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #111;
    font-size: 16px;
    letter-spacing: 1px;
}
.gwh-srf-field input[type="text"],
.gwh-srf-field input[type="email"],
.gwh-srf-field input[type="tel"],
.gwh-srf-field input[type="number"],
.gwh-srf-field input[type="date"],
.gwh-srf-field select,
.gwh-srf-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 38px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}
.gwh-srf-field textarea {
    min-height: 58px;
    resize: vertical;
}
.gwh-srf-field input:focus,
.gwh-srf-field select:focus,
.gwh-srf-field textarea:focus {
    border-color: #e94b9b;
}
.gwh-srf-checkbox-inline {
    display: flex !important;
    gap: 10px;
    align-items: center;
    letter-spacing: 0 !important;
}
.gwh-srf-checkbox-inline input { width: auto !important; }
.gwh-srf-submit button {
    display: block;
    width: 100%;
    height: 54px;
    margin-top: 12px;
    background: #d94f98;
    border: 1px solid #8e2d63;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}
.gwh-srf-submit button:hover { background: #c93f88; }
.gwh-srf-hp { position: absolute; left: -9999px; height: 1px; overflow: hidden; }
.gwh-srf-error-text { display: block; margin-top: 6px; color: #b00020; font-size: 13px; }
.gwh-srf-notice { margin-bottom: 18px; padding: 12px; border: 1px solid transparent; }
.gwh-srf-success { background: #e9f7ef; border-color: #27ae60; color: #145a32; }
.gwh-srf-error { background: #fdecea; border-color: #c0392b; color: #7b241c; }
@media (max-width: 767px) {
    .gwh-srf-wrap { margin: 20px auto; padding: 35px 20px; }
    .gwh-srf-wrap h2 { font-size: 25px; letter-spacing: 1px; }
}
