/* Core Forms - Frontend Styles */
.cf-form label {
    clear: both;
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: 1px;
}

.cf-form label+label {
    font-weight: 400;
}

.cf-form input[type=date],
.cf-form input[type=email],
.cf-form input[type=number],
.cf-form input[type=text],
.cf-form input[type=url],
.cf-form select,
.cf-form textarea {
    clear: both;
    float: none;
    padding: 4px 8px;
}

.cf-message {
    border: 1px solid transparent;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
}

.cf-message-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.cf-message-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.cf-message-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Hidden fields wrap */
.cf-fields-wrap {
    /* Container for form fields */
}