/**
 * ACF Repeater Grid - Frontend Styles
 * Nur für die Frontend-Seiten
 */

.acf-repeater-grid {
    /* Grid-Container */
    width: 100%;
}

.acf-grid-item {
    /* Grid-Item */
    position: relative;
}

/* Responsive Design */
@media (max-width: 768px) {
    .acf-repeater-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Keine Cursor-spezifischen Styles im Frontend */
.cursor-debug,
.cursor-rules,
.cursor-ignore {
    display: none !important;
}
