#vcf-input-fields {
    margin: 16px 0;
}

#vcf-input-fields .vcf-field {
    margin-bottom: 12px;
}

#vcf-input-fields label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

#vcf-input-fields .required {
    color: red;
    margin-left: 2px;
}

#vcf-input-fields input[type="text"],
#vcf-input-fields input[type="number"],
#vcf-input-fields textarea,
#vcf-input-fields select {
    width: 100%;
    max-width: 420px;
}

#vcf-input-fields input.vcf-error,
#vcf-input-fields textarea.vcf-error,
#vcf-input-fields select.vcf-error {
    border-color: #cc0000;
}

.vcf-notice {
    padding: 10px 14px;
    margin-bottom: 12px;
    background: #fef2f2;
    border-left: 4px solid #cc0000;
    color: #cc0000;
}
