/*
Layer: 05-blocks
Datei: alert.css
*/

/* =====================================================
   CoBlocks: Alert
   ===================================================== */
.wp-block-coblocks-alert {
    /* Custom Styles */
}

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

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