/* Contact Page Styles */
.box.has-background-white {
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.field .label {
    font-weight: 500;
    color: #363636;
}

.input, .textarea {
    border-color: #dbdbdb;
    border-radius: 4px;
}

.input:focus, .textarea:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.125em var(--primary-green);
}

.help.is-danger {
    font-size: 0.8rem;
}
