/* 
Theme Name: Pantumaka
Description: Tema basado en Hello Elementor.
Author: Pantumaka Comunicación
Author URI: https://pantumaka.es
Template: hello-elementor
Version: 2.0.0
Text Domain: Pantumaka
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.custom-gallery {
    text-align: center;
}
.custom-gallery img {
    max-width: 100%;
    border-radius: 6px;
}
.custom-gallery .thumbs {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.custom-gallery .thumbs img {
    width: 60px;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: border 0.3s;
}
.custom-gallery .thumbs img:hover {
    border-color: #333;
}
