/* 
 * Uw_e-facturatie_uitdaging - Complete standalone CSS
 * Alle originele styling (zonder comments)
 */

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.contact-box {
    background-color: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid var(--border);
}

.contact-box p {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.contact-highlight {
    background-color: rgba(210, 105, 30, 0.1);
    border-left: 4px solid var(--primary);
    padding: 18px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
}

.contact-highlight a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.contact-highlight a:hover {
    text-decoration: underline;
}

.contact-box .wpforms-container,
.contact-box .wpforms-form {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.contact-box form {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.contact-box .wpforms-field-container {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .contact-box {
        padding: 25px;
    }
}
