/* Elatrik v13 — kleine front-end correcties */
.contact-section .row.g-5 {
    align-items: stretch !important;
}
.contact-section .col-lg-5,
.contact-section .col-lg-7 {
    display: flex !important;
}
.contact-panel,
.contact-form {
    width: 100% !important;
    height: 100% !important;
}
.contact-panel {
    position: relative !important;
    top: auto !important;
    display: flex !important;
    flex-direction: column !important;
}
.contact-list {
    margin-top: auto !important;
    padding-top: 2rem !important;
}
.contact-list strong {
    display: inline !important;
    margin-right: .25rem !important;
}
.contact-list small {
    margin-top: .2rem !important;
}
.footer-legal a[href="https://dotpixel.be"] {
    color: inherit !important;
    text-decoration: none !important;
}
.footer-legal a[href="https://dotpixel.be"]:hover {
    color: var(--amber) !important;
}
@media (max-width: 991.98px) {
    .contact-section .col-lg-5,
    .contact-section .col-lg-7 {
        display: block !important;
    }
    .contact-panel,
    .contact-form {
        height: auto !important;
    }
    .contact-list { margin-top: 2rem !important; padding-top: 0 !important; }
}
