﻿/* 整個內容方塊 */
.index比賽獎項10 {
    --title-align: left;
    /* --For simpleBar Start-- */
    --content-height-without-heading: auto;
    --whole-block-height: auto;
    /* --For simpleBar End-- */
    --box-shadow-hover: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: var(--whole-block-height);
}

    /* 內容方塊標題 */
    .index比賽獎項10 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .index比賽獎項10 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index比賽獎項10 .blockTitle a {
        }

    /* 比賽容器，每個比賽都放在裡面 */
    .index比賽獎項10 .loopElementList {
        height: var(--content-height-without-heading);
    }

    .index比賽獎項10 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

/*單一比賽*/
    .index比賽獎項10 .eachCompetition {
    }

    .index比賽獎項10 .innerShell {
        border-bottom: var(--r-el-border-bottom, solid 1px #dddddd);
        padding: var(--r-el-padding, 1rem);
        display: block;
        position: relative;

        /* 2024-11-02 */
        transition: all .5s;
    }

    .index比賽獎項10 .eachCompetition:has(.absoluteCoverLinks:hover) .innerShell {
        box-shadow: var(--box-shadow-hover);
    }

.index比賽獎項10 .row
{
    display : flex;
    flex-direction : row;
    justify-content : flex-start;
    align-items : baseline; 
    margin-bottom : 1rem;
}

    /*日期*/
    .index比賽獎項10 .date {
        font-size: var(--r-smaller-font, 0.8rem);
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: var(--r-hori-gap, 2em);
    }
    
    /*標題*/
    .index比賽獎項10 .heading {
        font-weight: var(--r-heading-font-weight, 700);
        font-size: var(--r-heading-font-size, 1.2em);
        flex-grow: 1;
        flex-shrink: 1;
    }

    /*所有獎項的容器*/
    .index比賽獎項10 .eachAward {
        margin: 0 0 1em 0;
    }

    /*獎項名稱*/
    .index比賽獎項10 .award {
    }

    .index比賽獎項10 .allWinners {
        padding-left : 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content : flex-start;
        align-items : flex-start;
        align-content : flex-start;
    }

    /*得獎人*/
    .index比賽獎項10 .winner {
        font-size: var(--r-smaller-font, 0.8rem);
        padding : 5px 10px;
    }

    .index比賽獎項10 .showMoreLoopElements {
    }

@media (max-width:480px) {
    .index比賽獎項10 .row {
        display: block;
    }

    .index比賽獎項10 .date {
        padding-right: 0;
    }

    .index比賽獎項10 .eachCompetition {
        display: none;
    }

        .index比賽獎項10 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {

    .index比賽獎項10 .eachCompetition {
        display: none;
    }

        .index比賽獎項10 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index比賽獎項10 .eachCompetition {
        display: none;
    }

        .index比賽獎項10 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index比賽獎項10 .eachCompetition {
        display: none;
    }

        .index比賽獎項10 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}

/* Glide Settings Start ===================================================*/
.index比賽獎項10 .glide .innerShell {
    display: block;
    border-bottom: none 0;
    padding: 0;
}

.index比賽獎項10 .glide .eachCompetition:has(.absoluteCoverLinks:hover) .innerShell {
    box-shadow: none;
}

.index比賽獎項10 .glide__slide:has(.absoluteCoverLinks:hover) {
    box-shadow: var(--box-shadow-hover);
}

.index比賽獎項10 .glide .row {
    display: block;
}

.index比賽獎項10 .glide .date {
    padding-right: 0;
}

.index比賽獎項10 .glide .details {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--event-name-num-of-line);
    -webkit-box-orient: vertical;
}

/* Glide Settings End ===================================================*/
