<!-- wp:html --> <!-- ========================= VIDEO BLOCK - STYLE TEMPO ========================= --> <div class="video-block"> <!-- VIDEO --> <div class="video-frame"> <iframe src="https://www.youtube.com/embed/V6E3CSec_zo" title="Video Utama" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""> </iframe> </div> <!-- META --> <div class="video-meta"> <h3 class="video-title"> Wow, They Speak English Perfectly and smartly in making video </h3> <p class="video-caption"> Their ability to speak English fluently and confidently brings this video to life, while also showing that communication is the key to conveying ideas effectively. </p> <span class="video-credit"> Sumber: YouTube </span> </div> </div> <style> /* CONTAINER */ .video-block{ max-width: 760px; margin: 40px auto; padding: 0 16px; } /* VIDEO FRAME */ .video-frame{ position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 12px; overflow: hidden; background: #000; box-shadow: 0 12px 30px rgba(0,0,0,0.15); transition: .3s ease; } .video-frame:hover{ transform: translateY(-4px); box-shadow: 0 20px 45px rgba(0,0,0,0.25); } .video-frame iframe{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: 0; } /* META */ .video-meta{ margin-top: 14px; } /* TITLE */ .video-title{ font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 6px; } /* CAPTION */ .video-caption{ font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 6px; } /* CREDIT */ .video-credit{ font-size: 12px; color: #999; letter-spacing: .03em; } </style> <!-- /wp:html -->