<!-- wp:html --> <!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>How to Buy Acehnese Handicrafts at POTRET Gallery</title> <style> body { font-family: "Georgia", serif; background: #f4f4f4; margin: 0; padding: 0; color: #1a1a1a; } .container { max-width: 760px; margin: 40px auto; background: #ffffff; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); } .title { font-size: 2.2rem; font-weight: bold; border-left: 5px solid #d60000; padding-left: 15px; margin-bottom: 20px; } .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; margin-bottom: 15px; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .caption { font-size: 1rem; font-style: italic; color: #555; border-left: 3px solid #ccc; padding-left: 12px; margin-top: 10px; line-height: 1.6; } </style> </head> <body> <div class="container"> <div class="title">How to Buy Acehnese Handicrafts at POTRET Gallery</div> <div class="video-wrapper"> <iframe src="https://www.youtube.com/embed/jOvYU-o9lHs" allowfullscreen></iframe> </div> <div class="caption"> This video shows how to purchase traditional Acehnese handicrafts at POTRET Gallery — a visually engaging and informative guide to a unique cultural shopping experience. </div> </div> </body> </html> <!-- /wp:html -->