        .blog-post {
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 1px solid #e9ecef;
        }
        .blog-post:last-child {
            border-bottom: none;
        }
        .post-image {
            max-width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
        }
        .category-badge {
            background: #007bff;
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            text-decoration: none;
        }
        .category-badge:hover {
            background: #0056b3;
            color: white;
        }
        .tag-badge {
            background: #6c757d;
            color: white;
            padding: 4px 8px;
            border-radius: 15px;
            font-size: 0.75rem;
            text-decoration: none;
            margin-right: 5px;
            margin-bottom: 5px;
            display: inline-block;
        }
        .tag-badge:hover {
            background: #545b62;
            color: white;
        }
        .post-date {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .post-title {
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        .post-content {
            line-height: 1.7;
            color: #555;
        }
        .read-more-btn {
            margin-top: 15px;
        }
        .section-title {
            border-bottom: 2px solid #007bff;
            padding-bottom: 10px;
            margin-bottom: 25px;
            color: #2c3e50;
        }
        .sidebar-widget {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 30px;
        }
        .search-form {
            position: relative;
        }
        .search-btn {
            position: absolute;
            right: 5px;
            top: 5px;
            border: none;
            background: none;
            color: #6c757d;
        }
        .post-meta {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }
        .no-results {
            text-align: center;
            padding: 60px 20px;
        }
        .featured-image-container {
            margin-bottom: 20px;
        }
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #007bff;
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,123,255,0.3);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .back-to-top:hover {
            background: #0056b3;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0,123,255,0.4);
        }

        .back-to-top.show {
            display: flex;
        }

                    
/* Google Translate Styles */
/* Google Translate Styles - Prevenzione duplicati */
#google-translate-container {
    min-height: 40px;
    position: relative;
}

/* Nascondi elementi duplicati */
.goog-te-gadget + .goog-te-gadget {
    display: none !important;
}

.goog-te-gadget-simple {
    background: white !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    width: 100% !important;
}

.goog-te-gadget-simple span {
    color: #495057 !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

/* Dropdown lingue */
.goog-te-menu2 {
    max-height: 300px !important;
    overflow-y: auto !important;
    width: 200px !important;
    z-index: 1000 !important;
}

/* Nascondi TUTTI gli elementi Google indesiderati */
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
#goog-gt-tt,
.goog-te-spinner-pos,
.goog-te-menu-value:hover::after,
.goog-text-highlight {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* Fix per il body quando tradotto */
body {
    top: 0px !important;
    position: static !important;
}

body.translated-ltr,
body.translated-rtl {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Rimuovi lo spazio del banner */
skiptranslate {
    display: none !important;
}


        .comment-item {
            border-left: 3px solid #007bff;
            padding-left: 15px;
            margin-bottom: 20px;
        }
        .comment-meta {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 8px;
        }
        .comment-content {
            margin-bottom: 10px;
        }
        .comment-pending {
            border-left-color: #ffc107;
            background: #fffbf0;
            padding: 10px;
            border-radius: 0 8px 8px 0;
        }
        .comment-replies {
            margin-left: 30px;
            margin-top: 15px;
        }
        #commentsSection {
            transition: all 0.3s ease;
        }
        #toggleCommentsBtn .fa-chevron-down {
            transition: transform 0.3s ease;
        }
        #toggleCommentsBtn.collapsed .fa-chevron-down {
            transform: rotate(-90deg);
        }

 /* Effetto Collage Immagine */
.collage-image-container {
    position: relative;
    display: inline-block;
    transform: rotate(-5deg);
    transition: all 0.3s ease;
}

.collage-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 
        0 8px 25px rgba(0,0,0,0.15),
        0 4px 12px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.4);
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
    filter: sepia(0.2) contrast(1.1) saturate(1.1);
}

/* Effetto nastro adesivo */
.collage-tape {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    width: 60px;
    height: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 3;
    opacity: 0.8;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

/* Ombre per effetto sollevato */
.collage-image-container::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #6c757d, #495057);
    border-radius: 12px;
    z-index: 1;
    opacity: 0.15;
    filter: blur(4px);
}

/* Effetto hover */
.collage-image-container:hover {
    transform: rotate(-2deg) scale(1.05);
}

.collage-image-container:hover .collage-image {
    box-shadow: 
        0 12px 35px rgba(0,0,0,0.2),
        0 6px 18px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .collage-image-container {
        transform: rotate(-3deg);
        margin-bottom: 20px;
    }
    
    .collage-image {
        width: 100px;
        height: 100px;
    }
    
    .d-flex.align-items-center.justify-content-center {
        flex-direction: column;
        text-align: center;
    }
    
    .text-start {
        text-align: center !important;
    }
}

/* Effetto carta vecchia (opzionale) */
.collage-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 5px;
    pointer-events: none;
}

/* Proteggi i commenti dalla traduzione di Google */
.comments-section,
.comment-form,
.comment-item,
.toggle-comments-btn {
    -webkit-translate: no !important;
    translate: no !important;
}

/* Forza la lingua italiana per i commenti */
.comments-section * {
    font-language-override: "ITA" !important;
}

/* Nascondi l'icona di traduzione di Google vicino ai commenti */
.goog-te-menu-value:hover::after,
.goog-text-highlight {
    display: none !important;
}