/* KickOff-Blöcke — Frontend + Editor (Hinweis-Box) */
.ko-hinweis { border-radius: 12px; padding: 16px 18px; margin: 22px 0; border-left: 5px solid #e8185e; }
.ko-hinweis > :first-child { margin-top: 0; }
.ko-hinweis > :last-child { margin-bottom: 0; }
.ko-hinweis--pink    { background: #fdeef4; border-left-color: #e8185e; }
.ko-hinweis--info    { background: #eef4fd; border-left-color: #2563eb; }
.ko-hinweis--warnung { background: #fef3c7; border-left-color: #f59e0b; }
.ko-hinweis--erfolg  { background: #ecfdf3; border-left-color: #16a34a; }
.ko-hinweis--dunkel  { background: #0d1b2a; border-left-color: #e8185e; color: #f1f5f9; }
.ko-hinweis--dunkel a { color: #ffffff; }
