#smd-contact-form {
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

#smd-contact-form label,
#smd-contact-form input,
#smd-contact-form textarea,
#smd-contact-form select {
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

/* Make all inputs the same height */
#smd-contact-form input[type="text"],
#smd-contact-form input[type="email"],
#smd-contact-form input[type="file"],
#smd-contact-form select {
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    line-height: 1.5;
}

#smd-contact-form p {
    margin-bottom: 20px;
}

/* Fix the captcha dropdown to match other inputs */
#smd-sum-answer {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    #smd-contact-form input[type="text"],
    #smd-contact-form input[type="email"],
    #smd-contact-form input[type="file"],
    #smd-contact-form select {
        height: 52px;
        padding: 14px;
        font-size: 16px;
    }
    
    #smd-sum-answer {
        height: 52px;
        padding: 14px;
        font-size: 16px;
    }
}

#smd-loading {
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}