/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

/* EMPORIA - Custom CSS per PDF
 */

.cataloghi-pdf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 40px;
    justify-items: center;
    padding: 20px 0;
}

.catalogo-pdf-box {
    width: 100%;
    max-width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
}

.catalogo-pdf-box:hover {
    transform: scale(1.05);
}

.catalogo-pdf-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.catalogo-pdf-box h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
    line-height: 1.2;
}

