/**
 * Frontend-Styles für AIM-IT Präsentations-System
 * Version: 4.3.0
 */

/* Diese Datei kann für zusätzliche Frontend-Styles verwendet werden */
/* Die meisten Styles sind bereits inline in class-assets.php definiert */

/* Zusätzliche Anpassungen für WordPress-Themes */
.aim-presentation-wrapper * {
    box-sizing: border-box;
}

/* Theme-Kompatibilität */
.aim-presentation-wrapper a {
    text-decoration: none;
}

.aim-presentation-wrapper ul,
.aim-presentation-wrapper ol {
    list-style-position: inside;
}
