.elementor-365 .elementor-element.elementor-element-e4eb8ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-1ae7d8c *//* CSS voor betaling mislukt pagina - La Nouvelle Terre */
.lnt-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #7A7A7A;
}

.lnt-payment-failure-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.lnt-header {
    margin-bottom: 30px;
}

.lnt-header img {
    max-width: 200px;
    height: auto;
}

.lnt-payment-failure-box h1 {
    color: #B14D17; /* --brick-red */
    font-size: 28px;
    margin-bottom: 20px;
}

.lnt-payment-failure-box p {
    margin-bottom: 20px;
    font-size: 16px;
}

.lnt-icon-box {
    margin: 30px 0;
}

.lnt-icon-box svg {
    width: 80px;
    height: 80px;
    color: #B14D17; /* --brick-red */
}

.lnt-btn {
    display: inline-block;
    background-color: #F59C00; /* --orange */
    color: white !important;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 10px;
    border: none;
    cursor: pointer;
}

.lnt-btn:hover {
    background-color: #B14D17; /* --brick-red */
    transform: translateY(-2px);
    color: white !important;
}

.lnt-btn.lnt-secondary {
    background-color: #7E9F9C; /* --teal-green */
}

.lnt-contact-info {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.lnt-footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

/* Responsive aanpassingen */
@media (max-width: 768px) {
    .lnt-container {
        padding: 20px;
    }
    
    .lnt-payment-failure-box {
        padding: 30px 20px;
    }
    
    .lnt-btn {
        display: block;
        margin: 10px auto;
        max-width: 80%;
    }
}/* End custom CSS */