.bracket-table {
    width: 100%;
    white-space: nowrap;
}

.bracket-table td {
    min-width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: smaller;
    padding: 5px 8px;
}

.final-match {
    min-width: 80px !important;
}

.match-order {
    cursor: pointer;
}

.match-order:hover {
    background-color: var(--primary-color);
    color: white;
}

.slide-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

/* 기본 상태: 정지 */
.slide-text {
    display: inline-block;
    transform: translateX(0%);
}
