.lessonlink-stage-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #b91c1c;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

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

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

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