.lfr-form {
    max-width: 480px;
}

.lfr-field {
    margin-bottom: 1rem;
}

.lfr-field label {
    font-weight: 600;
}

.lfr-field input[type="text"],
.lfr-field input[type="email"],
.lfr-field input[type="tel"],
.lfr-field input[type="url"],
.lfr-field textarea,
.lfr-field select {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.lfr-errors {
    border: 1px solid #cc0000;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background: #ffecec;
}

.lfr-success {
    border: 1px solid #008000;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background: #e6ffea;
}

.lfr-error-item {
    margin: 0;
}
