
.scf-contact-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}
.scf-form-group {
    margin-bottom: 15px;
}
.scf-form-group label {
    display: block;
    margin-bottom: 5px;
}
.scf-form-group label .required {
    color: red;
}
.scf-form-group input,
.scf-form-group textarea,
.scf-form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.scf-form-group input[type='checkbox'],
.scf-form-group input[type='radio'] {
    width: auto;
    margin-right: 5px;
}
.scf-form-group input[type='submit'] {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.scf-form-group input[type='submit']:hover {
    background: #005177;
}
.scf-response {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    min-height: 50px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
}
.scf-response.success {
    background: #dff0d8;
    color: #3c763d;
}
.scf-response.error {
    background: #f2dede;
    color: #a94442;
}
.ui-datepicker {
    font-size: 14px;
}
.ui-state-disabled {
    opacity: 0.5;
    background: #f2dede !important;
}
.ui-state-highlight {
    background: #0073aa !important;
    color: white !important;
}
