/* Draft card highlight — red outline when an open draft exists */
.service-card.service-card--has-draft {
    outline: 2px solid #E30613;
    outline-offset: -2px;
}

/* Badge style for "Entwurf offen" — matches existing badge sizing */
.service-badge.badge-draft-open {
    background: rgba(227, 6, 19, 0.12);
    color: #E30613;
    font-weight: 600;
}