.elementor-1839 .elementor-element.elementor-element-286cb75{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1839 .elementor-element.elementor-element-286cb75.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1839 .elementor-element.elementor-element-37e21dd{--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;}.elementor-1839 .elementor-element.elementor-element-37e21dd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1839 .elementor-element.elementor-element-f507c07{--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;}@media(min-width:768px){.elementor-1839 .elementor-element.elementor-element-286cb75{--width:70.231%;}.elementor-1839 .elementor-element.elementor-element-37e21dd{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7bbda91 *//* For Vertical Layout */
.worksheet-preview.vertical #problem-table {
    display: block;
    margin: 10px 0;
    width: 100%;
}

/* For Horizontal Layout */
.worksheet-preview.horizontal #problem-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/* Table styles */
#problem-table {
    width: 100%;
    margin: 20px 0;
    text-align: left;
}

#problem-table td {
    padding: 10px;
    width: 45%;
}

/* Style for each cell in vertical mode */
.worksheet-preview.vertical #problem-table td {
    display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86454ff *//* Default vertical layout */
.worksheet-preview.vertical #problem-table {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: left;
}

/* Horizontal layout */
.worksheet-preview.horizontal #problem-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}/* End custom CSS */