/* assets/css/tn-dynamic-gallery-widget.css */

.elementor-widget-tn-dynamic-gallery .tn-gallery-pagination {
    margin-top: 30px;
    text-align: center;
    clear: both;
}

.elementor-widget-tn-dynamic-gallery .tn-gallery-pagination ul.page-numbers {
    list-style-type: none !important; 
    padding-left: 0 !important;    
    margin-left: 0 !important;     
    display: inline-block; 
}

.elementor-widget-tn-dynamic-gallery .tn-gallery-pagination ul.page-numbers li {
    display: inline;     
    margin: 0; 
}

/* Estilos por defecto para todos los items (serán personalizables desde el widget) */
.elementor-widget-tn-dynamic-gallery .tn-gallery-pagination .page-numbers {
    display: inline-block; 
    padding: 8px 15px; 
    margin: 0 3px; 
    border: 1px solid #ddd; 
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

/* Estilo para los puntos suspensivos "..." */
.elementor-widget-tn-dynamic-gallery .tn-gallery-pagination .page-numbers.dots {
    border-color: transparent;
    background-color: transparent;
    cursor: default;
}