.shift-badge > span {
    flex: 0 0 auto;
}

.shift-badge small {
    display: block;
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    margin-top: 3px;
}

.schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-list li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #c5d6d2;
}

.schedule-list strong {
    color: white;
}

.schedule-list span {
    font-variant-numeric: tabular-nums;
}

.reservation-row.no-action {
    grid-template-columns: 122px 1fr minmax(190px, .6fr);
}

@media (max-width: 980px) {
    .reservation-row.no-action {
        grid-template-columns: 110px 1fr;
    }
}

@media (max-width: 640px) {
    .reservation-row.no-action {
        grid-template-columns: 94px 1fr;
    }
}
