/* B2BV Frontend CSS — StayCreative by Baris D. */

.b2bv-field-status {
    margin: 5px 0 0;
    font-size: .85em;
    font-weight: 600;
    min-height: 20px;
    transition: color .2s;
}
.b2bv-checking    { color: #888; }
.b2bv-valid       { color: #2e7d32; }
.b2bv-invalid     { color: #c62828; }
.b2bv-unavailable { color: #e65100; }
