/*
Layer: 05-blocks
Datei: gallery-carousel.css
*/

/* =====================================================
   CoBlocks: Carousel
   ===================================================== */

.wp-block-coblocks-gallery-carousel {
    /* Custom Styles */
}

/* 🔹 Typografie */
.wp-block-coblocks-gallery-carousel h2,
.wp-block-coblocks-gallery-carousel p {
    /* Schriftgröße, Farbe, etc. */
}

/* 🔹 Responsive Anpassungen */
@media (max-width: 768px) {
    .wp-block-coblocks-gallery-carousel {
        /* Mobile Styles */
    }
}
