﻿/* 整個內容方塊 */
.index比賽獎項4 {
    --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比賽獎項4 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .index比賽獎項4 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index比賽獎項4 .blockTitle a {
        }

    /* 比賽容器，每個比賽都放在裡面 */
    .index比賽獎項4 .loopElementList {
        height: var(--content-height-without-heading);
    }

    .index比賽獎項4 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

/*單一比賽*/
    .index比賽獎項4 .eachCompetition {
    }

    .index比賽獎項4 .innerShell {
        /*border-bottom: var(--r-el-border-bottom, solid 1px #dddddd);*/
        padding: var(--r-el-padding, 1rem);
        display: block;
        font-weight: var(--r-heading-font-weight, 700);
        font-size: var(--r-heading-font-size, 1.2em);
        position: relative;

        /* 2024-11-02 */
        transition: all .5s;
    }

    .index比賽獎項4 .eachCompetition:has(.absoluteCoverLinks:hover) .innerShell {
        box-shadow: var(--box-shadow-hover);
        background-color : rgb(255,255,255,0.5);
    }

    .index比賽獎項4 .showMoreLoopElements {
    }

@media (max-width: 480px) {

    .index比賽獎項4 .eachCompetition {
        display: none;
    }

        .index比賽獎項4 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {

    .index比賽獎項4 .eachCompetition {
        display: none;
    }

        .index比賽獎項4 .eachCompetition:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index比賽獎項4 .eachCompetition {
        display: none;
    }

        .index比賽獎項4 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index比賽獎項4 .eachCompetition {
        display: none;
    }

        .index比賽獎項4 .eachCompetition:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}

/* Glide Settings Start ===================================================*/
.index比賽獎項4 .glide .innerShell {
    display: block;
    border-bottom: none 0;
    padding: 0;
}

.index比賽獎項4 .glide .eachCompetition:has(.absoluteCoverLinks:hover) .innerShell {
    box-shadow: none;
}

.index比賽獎項4 .glide__slide:has(.absoluteCoverLinks:hover) {
    box-shadow: var(--box-shadow-hover);
}

/* Glide Settings End ===================================================*/
