.rb-vfb-form {
    margin: 1em 0;
}

.rb-vfb-field {
    margin-bottom: 1em;
}

.rb-vfb-field label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.rb-vfb-required {
    color: #c00;
}

.rb-vfb-hidden {
    display: none !important;
}

.rb-vfb-pricing-summary {
    margin: 1em 0;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.rb-vfb-pricing-line {
    margin: 2px 0;
}

.rb-vfb-messages {
    margin-bottom: 1em;
    padding: 8px;
    border-radius: 3px;
}

.rb-vfb-errors {
    border: 1px solid #c00;
    background: #ffecec;
}

.rb-vfb-success {
    border: 1px solid #46b450;
    background: #e7f7ea;
}
