.intro93R-split-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    clear: both;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    gap: 2%;
    box-sizing: border-box;
    width: calc(100% - 4%);
    margin-left: 2%;
}
.intro93R-half {
    position: relative;
    display: block;
    flex: 0 0 49%;
    width: 49%;
    min-width: 0;
    line-height: 30px;
    letter-spacing: 1px;
    background-color: #F7F7F7;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding: 70px 2% 25px 2%;
    box-sizing: border-box;
    max-width: 100%;
}
.intro93R-half:after {
    content: '';
    display: block;
    clear: both;
}
.intro93R-half .Into iframe,
.intro93R-half .Into video,
.intro93R-half .Into embed,
.intro93R-half .Into object,
.intro93R-half .Into img {
    max-width: 100% !important;
}

/* 社群貼文先排除，避免被影片規則吞掉 */
.intro93R-half .Into .social-embed,
.intro93R-half .Into iframe.social-embed,
.intro93R-half .Into iframe[src*="facebook.com/plugins/post.php"],
.intro93R-half .Into iframe[src*="facebook.com/plugins/video.php"],
.intro93R-half .Into iframe[src*="instagram.com"],
.intro93R-half .Into iframe[src*="twitter.com/i/"],
.intro93R-half .Into iframe[src*="x.com/i/"] {
    width: 500px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 371px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    display: block !important;
    margin: 0 auto;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
}

/* 影片 iframe 維持固定 16:9 比例 */
.intro93R-half .Into .video-embed,
.intro93R-half .Into.video-into iframe,
.intro93R-half .Into.video-into video,
.intro93R-half .Into.video-into embed,
.intro93R-half .Into.video-into object,
.intro93R-half .Into iframe[src*="youtube.com"],
.intro93R-half .Into iframe[src*="youtu.be"],
.intro93R-half .Into iframe[src*="vimeo.com"],
.intro93R-half .Into iframe[src*="dailymotion.com"] {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}
.intro93R-half.video-report-half {
    padding-left: 0;
    padding-right: 0;
}
.intro93R-half.video-report-half .Into:not(.video-into) {
    margin-left: 2%;
    margin-right: 2%;
}
.intro93R-half.video-report-half .title93R.video-title-full {
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}
.intro93R-half.video-report-half .line.video-line-full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}
.intro93R-half.video-report-half .Into.video-into {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
}
.intro93R-half.video-report-half .Into.video-into .videocontent {
    margin: 0 !important;
    width: 100% !important;
}
.intro93R-half .Into.video-into .videocontent iframe,
.intro93R-half .Into.video-into .videocontent object,
.intro93R-half .Into.video-into .videocontent embed {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.intro93R-half .title93R {
    top: -30px !important;
}
.about-split-spacer {
    clear: both;
    height: 44px;
}
@media only screen and (max-width: 1023px) {
    .intro93R-split-row {
        display: block;
    }
    .intro93R-half {
        flex: 0 0 100%;
        width: 100%;
    }
    .intro93R-half + .intro93R-half {
        margin-top: 60px;
    }
    .about-split-spacer {
        height: 56px;
    }
}
@media only screen and (max-width: 479px) {
    .intro93R-split-row {
        width: calc(100% - 4%);
        margin-left: 1%;
    }
}
