/*
Theme Name: Dida Tattoo
Theme URI: https://www.didatattoo.com/
Author: Alejandro Gonzalez
Author URI: https://www.didatattoo.com/
Description: Tema WordPress personalizado para Dida Tattoo - Estudio de Tatuajes y Piercings en Elche, Alicante. Tema ligero, responsive y 100% editable desde el panel de administracion.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: didatattoo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns
*/

/* Custom grid styling for Tatuajes artist images */
.artist-images-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.artist-images-grid .col-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.artist-images-grid img {
    width: 100%;
    height: auto;
    display: block;
}
