<!-- wp:buttons --> <div class="wp-block-buttons"></div> <!-- /wp:buttons --> <!-- wp:html --> <a href="#" class="modern-btn">Watch Now</a> <style> .modern-btn { display: flex; justify-content: center; align-items: center; width: 100%; padding: 16px 20px; background: #000; color: #fff; text-decoration: none; font-size: 18px; font-weight: 600; border-radius: 20px; transition: all 0.3s ease; border: 2px solid #ff003c; box-sizing: border-box; } .modern-btn:hover { background: #ff003c; color: #000; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(255, 0, 60, 0.35); } </style> <!-- /wp:html --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer -->