/* Other-language badges for ethnic-group support (_em) */

.em-lang-other-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: 6px;
    max-width: 100%;
}

.em-lang-other-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #6c757d;
    background-color: #f8f9fa;
    color: #343a40;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
}

/* Under station type badge */
.type-badge + .em-lang-other-badges,
.markterAdjust .em-lang-other-badges {
    margin-top: 4px;
}

/* Under taught course name */
.em-course-name-with-langs .em-lang-other-badges {
    margin-top: 6px;
}
