#contact form {
    max-width: 600px;
    margin: 2em auto;
    text-align: left;
}

#contact form input,
#contact form textarea {
    width: 100%;
    padding: 0.75em;
    margin-bottom: 1em;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    box-shadow: none;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#contact form label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #1a2b3c;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

#contact form button {
    width: 100%;
}

#result {
    margin-top: 1rem;
    text-align: center;
    display: none;
}

.text-green-500 {
    color: #10B981;
}

.text-red-500 {
    color: #EF4444;
}
