.lessonlink-stage-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(44vw, 240px);
    padding: 1px 6px;
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #b91c1c;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.lessonlink-stage-badge[hidden] {
    display: none !important;
}

.lessonlink-stage-badge--titlebar {
    position: static;
    display: inline-flex;
    width: 100%;
    margin-top: 3px;
    text-align: center;
    z-index: 80;
}

.lessonlink-stage-badge--home {
    position: static;
    min-width: 34px;
    border: 1px solid rgba(185, 28, 28, 0.34);
    border-radius: 999px;
    background: rgba(254, 226, 226, 0.88);
    text-align: center;
}

.lessonlink-stage-badge--source {
    display: none !important;
}

.lessonlink-stage-badge--fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.lessonlink-stage-badge--app {
    min-width: 34px;
    border: 1px solid rgba(185, 28, 28, 0.34);
    border-radius: 999px;
    background: rgba(254, 226, 226, 0.88);
    text-align: center;
}

.lessonlink-stage-badge--footer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
