.wksv-form {
    max-width: 520px;
    margin: 24px 0;
    padding: 24px;
    background: #f8faf7;
    border: 1px solid #d8e1d3;
    border-radius: 12px;
}

.wksv-form__field {
    margin-bottom: 16px;
}

.wksv-form__field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.wksv-form__field input[type="email"],
.wksv-form__field input[type="text"],
.wksv-form__field select,
.wksv-form__field input[type="file"] {
    width: 100%;
    max-width: 100%;
}

.wksv-form__field--checkbox label {
    font-weight: 400;
    font-size: 14px;
}

.wksv-form__submit {
    background: #7ab38b;
    color: #fff;
    border: 0;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.wksv-notice {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.wksv-notice--success {
    background: #edf7f0;
    border: 1px solid #b8dcc4;
}

.wksv-notice--error {
    background: #fef2f2;
    border: 1px solid #f5c2c2;
}

.wksv-intro {
    line-height: 1.7;
    color: #2b2b2b;
}

.wksv-intro--above {
    margin-bottom: 8px;
}

.wksv-intro--below {
    margin-top: 32px;
    max-width: 760px;
}

.wksv-intro__lead {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.4;
}

.wksv-intro__heading {
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-size: 1.35em;
}

.wksv-intro__steps,
.wksv-intro__benefits {
    margin: 0 0 1.5em;
    padding-left: 1.4em;
    line-height: 1.8;
}

.wksv-intro__note {
    font-size: 0.95em;
    color: #4b5563;
}
