/* 테이블 전체 */
.table.align-middle td {
    vertical-align: middle;
}

/* 요일 영역 */
.weekday-cell {
    white-space: nowrap;
}

.weekday-badges .badge {
    min-width: 32px;
    text-align: center;
    font-size: 0.85rem;
}

/* 버튼 통일 */
.file-btn,
.link-btn {
    min-width: 80px;
}

/* 제목 줄 간격 */
.table td:first-child {
    line-height: 1.4;
}

.badge.bg-purple {
    background-color: #6f42c1 !important;
    color: #fff !important;
}

.badge.bg-orange {
    background-color: #fd7e14 !important; /* Bootstrap orange 계열 */
    color: #fff !important;
}
