/*
Layer: 05-blocks
Datei: click-to-tweet.css
*/

/* =====================================================
   CoBlocks: Click to Tweet
   ===================================================== */

.wp-block-coblocks-click-to-tweet {
    /* Custom Styles */
}

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

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