.viewer-header {
    margin-bottom: 28px;
}

.viewer-note {
    margin: -2px 0 12px;
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.4;
}

.view-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 22px;
    border-radius: 6px;
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1;
}

#viewScheduleCard {
    padding: 16px 12px 12px;
}

#viewScheduleCard .card-title {
    margin-bottom: 14px;
}

#viewScheduleCard .legend-row {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .view-status {
        width: 24px;
        height: 20px;
        font-size: 0.6rem;
    }
}
