.elementor-308 .elementor-element.elementor-element-764b533f{--display:flex;--padding-top:25px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-308 .elementor-element.elementor-element-764b533f{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-4ea6abd5 *//* Algemene styling voor de accountpagina */
.woocommerce-MyAccount-navigation {
    background-color: #143A65;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    color: white;
    font-weight: bold;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #D9AA07;
    color: #143A65;
}

/* Styling van de content sectie */
.woocommerce-MyAccount-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #333;
}

.woocommerce-MyAccount-content a {
    color: #D9AA07;
    font-weight: bold;
    transition: color 0.3s ease;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    color: #143A65;
}

/* Welkomstbericht styling */
.woocommerce-MyAccount-content p strong {
    color: #143A65;
}

/* Notificaties en meldingen */
.woocommerce-notices-wrapper {
    background-color: rgba(217, 170, 7, 0.1);
    border-left: 5px solid #D9AA07;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Invulvelden styling */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #f5f5f5;
    border: 1px solid #143A65;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    width: 100%;
    transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    background-color: #ffffff;
    border-color: #D9AA07;
    outline: none;
    box-shadow: 0 0 5px rgba(217, 170, 7, 0.5);
}

/* Responsiviteit */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        padding: 15px;
        text-align: center;
    }
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce-MyAccount-navigation a {
        padding: 10px;
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */