.swimby-opening-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.25;
    max-width: 100%;
}

.swimby-opening-status__dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #6b7280;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}

.swimby-opening-status__text {
    min-width: 0;
    text-transform: none !important;
}

.swimby-opening-status--open .swimby-opening-status__dot {
    background: #20a447;
}

.swimby-opening-status--closed .swimby-opening-status__dot {
    background: #d9363e;
}

.swimby-opening-status--later .swimby-opening-status__dot {
    background: #ee8b18;
}

.swimby-opening-status--review .swimby-opening-status__dot,
.swimby-opening-status--invalid .swimby-opening-status__dot {
    background: #7b8491;
}

.swimby-opening-status--dot {
    line-height: 0;
}
