.elementor-561 .elementor-element.elementor-element-7552fe8{--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 acf_repeater_table, class: .elementor-element-e16db77 */#acf-repeater-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: table;
    text-align: center;
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #dad9d9;
    padding: 10px;
    vertical-align: middle; /* Ensures content is vertically aligned */
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

table tbody > tr:nth-child(even) > td,
table tbody > tr:nth-child(even) > th {
    background-color: #EBEBEB4D;
}

/* First cell styling with icon */
#acf-repeater-table tr td:first-child {
    position: relative;
    padding-left: 30px; /* Creates space for the icon */
}

#acf-repeater-table tr td:first-child::before {
    content: url('http://qnw.cd2.mytemp.website/wp-content/uploads/2024/06/Vector-1.png');
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.pdfD img {
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    #acf-repeater-table {
        overflow-x: auto;
        display: block;
    }
    
    table {
        min-width: 600px; /* Ensures horizontal scroll on small screens */
    }
}/* End custom CSS */