/* Tomselect Studiengänge */
.ts-dropdown .ts-course-option,
.ts-dropdown .ts-course-item, .ts-wrapper.single .ts-course-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
}
/*
.ts-course-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.ts-course-shorthand {
    flex: 0 0 auto;
    font-weight: 600;
    color: #495057;
    background: #f1f3f5;
    border-radius: 999px;
    padding: 0.125rem 0.5rem;
    font-size: 0.875em;
}

.ts-wrapper.single .ts-control .ts-course-item {
    flex: 1 1 auto;
}
