﻿/* 整個內容方塊 */
.index比賽獎項6 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題 */
    .index比賽獎項6 .blockTitle {
        text-align: center;
    }

        .index比賽獎項6 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index比賽獎項6 .blockTitle a {
        }

    /* 比賽容器，每個比賽都放在裡面 */
    .index比賽獎項6 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

    .index比賽獎項6 .elementContainer {
    }


/*單一比賽*/
    .index比賽獎項6 .eachCompetition {
    }

    .index比賽獎項6 .innerShell {
        border-bottom: var(--r-el-border-bottom, solid 1px #dddddd);
        padding: var(--r-el-padding, 1rem);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .index比賽獎項6 .glide .innerShell {
        display: block;
        border-bottom: none 0;
        padding: 0;
    }

    /*日期*/
    .index比賽獎項6 .date {
        font-size: var(--r-smaller-font, 0.8rem);
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: var(--r-hori-gap, 2em);
        width: 6rem;
    }

    .index比賽獎項6 .glide .date {
        padding-right : 0;
    }

        /*標題*/
        .index比賽獎項6 .heading {
            font-weight: var(--r-heading-font-weight, 700);
            font-size: var(--r-heading-font-size, 1.2em);
            display: block;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: calc(100% - 6rem);
        }

    .index比賽獎項6 .more {
        text-align: right;
        font-weight: 700;
        font-size: 1.5em;
        margin-right: 2em;
        font-style: italic;
        line-height: 2;
    }

@media (max-width:480px) {

    .index比賽獎項6 .innerShell {
        display: block;
    }

    .index比賽獎項6 .date {
        padding-right: 0;
    }
    .index比賽獎項6 .eachCompetition {
        display: none;
    }

        .index比賽獎項6 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {

    .index比賽獎項6 .eachCompetition {
        display: none;
    }

        .index比賽獎項6 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index比賽獎項6 .eachCompetition {
        display: none;
    }

        .index比賽獎項6 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index比賽獎項6 .eachCompetition {
        display: none;
    }

        .index比賽獎項6 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}
