

label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 0.9rem;
}

input, select, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    font-size: 0.9rem;
}

textarea {
    resize: vertical;
}

button {
    margin-top: 16px;
    padding: 10px 14px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.error {
    background: #fdecea;
    color: #b91c1c;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}