/* --- Contest Order --- */

#contest-order {
    min-height: 100vh;
}

#contest-order .contest-order-frame .row .col {
    /* min-width: 300px; */
    max-width: 700px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 300px; /* フレーム固定時に最後の試合が見えないためのもの */
}

@media screen and (min-width: 992px) {
    #contest-order .contest-order-frame .row .col {
        max-width: 50%;
    }
}

#contest-order .contest-order-frame .row .col .card.arrow {
    background-color: transparent;
}

#contest-order .contest-order-frame .row .col .card {
    height: 164px;
}

#contest-order .contest-order-frame .row .col .card-title {
    font-size: 0.9rem;
}

#contest-order .contest-order-frame .row .col table tr {
    /* height: 25px; */
    height: 20px;
    vertical-align: middle;
    padding: 0;
}

#contest-order .contest-order-frame .row .col table tr td {
    font-size: 0.8rem;
    color: black !important;
    padding: 0;
}

#contest-order .contest-order-frame .row .col .card.arrow table {
    height: 100%;
}

#contest-order .contest-order-frame .row .col table tr.arrow {
    border-top: none;
    height: 48px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
}

#contest-order .contest-order-frame .row .col table tr.arrow i {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
}

#contest-order .contest-order-frame .row .col .footer-frame {
    font-size: 0.8rem;
    height: 30px;
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
}
