/*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/

/* Sombra paralela en todas las imágenes (editor clásico y bloques) */
.entry-content img,
.wp-block-image img,
.wp-block-gallery img,
.gallery img, /* galerías nativas del editor clásico */
.aligncenter img,
.alignleft img,
.alingnnone img,
.alignright img {
box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
border-radius: 5px; /* Opcional: bordes redondeados */
}