.elementor-3061 .elementor-element.elementor-element-bb56005{--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-3061 .elementor-element.elementor-element-4dcd501{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7d0cdb8 *//* Estilo para la tabla del tutor */
.user-list-table {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Montserrat', sans-serif;
}

.user-list-table th {
    background: #21467d;
    color: white;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 14px;
}

.user-list-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E7EB;
    font-size: 13px;
}

.user-list-table tr:hover {
    background: #F9FAFB;
}/* End custom CSS */