﻿/* 整個內容方塊 */
.index最新動態3 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
    container-type: inline-size;
    container-name: allLoopElement;
}

    /* 內容方塊標題文字 (h2) */
    .index最新動態3 .blockTitle {
        text-align: left;
    }

        .index最新動態3 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index最新動態3 .blockTitle a {
        }

    /* 影片容器，每個影片都放在裡面 */
    .index最新動態3 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }


    .index最新動態3 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

    .index最新動態3 .eachMedia {
        container-type: inline-size;
        container-name: oneLoopElement;
        overflow:hidden;
    }

        .index最新動態3 .eachMedia > iframe
        {
            max-width : 100%;
        }

        .index最新動態3 .eachMedia > video {
            max-width: 100%;
            height : auto;
        }

        .index最新動態3 .more {
            width : 80px;
            float : right;
            padding : 5px;
            background-color : #258dba;
            text-align : right;
            border-radius : 5px; 
        }

.index最新動態3 .more > a
{
   color : #FFFFFF; 
}
