.elementor-52496 .elementor-element.elementor-element-9150505{--display:flex;}.elementor-52496 .elementor-element.elementor-element-513a0c5{--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;}/* Start custom CSS for hafo_sidebar_content, class: .elementor-element-32e5547 *//* Styling voor de prijstabel */
.custom-fototabel {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.custom-fototabel th, 
.custom-fototabel td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ececec;
}

/* De categorie-koppen (Standaard, Grotere Formaten, etc) */
.custom-fototabel tr.category-row {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Hover effect voor leesbaarheid */
.custom-fototabel tr:hover:not(.category-row) {
    background-color: #fdfdfd;
}

/* De linker kolom iets dikker maken */
.custom-fototabel td:first-child {
    font-weight: 600;
    color: #444;
}

/* Mobiel vriendelijk maken */
@media (max-width: 600px) {
    .custom-fototabel {
        font-size: 14px;
    }
    .custom-fototabel th, .custom-fototabel td {
        padding: 10px 8px;
    }
}/* End custom CSS */
/* Start custom CSS */.custom-fototabel th, .custom-fototabel td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}/* End custom CSS */