/* --- Block Featured Video -------------------------------------------------------- */ .wp-block-featured-video { .wp-block-cover__inner-container { z-index: 99; } .content { .video-play { background: var(--wp--preset--color--border-color); color: var(--wp--preset--color--foreground); width: 60px; height: 60px; border-radius: 100%; position: relative; text-indent: -9999px; cursor: pointer; margin: 0 auto; &:before, &:after { content: ""; border: 2px solid var(--wp--preset--color--color-light); position: absolute; border-radius: 50%; top: -15px; right: -15px; bottom: -15px; left: -15px; opacity: 0.4; } svg { display: none; } span { width: 0; height: 0; border-top: 10px solid transparent; border-left: 15px solid var(--wp--preset--color--foreground); border-bottom: 10px solid transparent; margin-top: 0; text-indent: -9999px; padding: 0; } &:hover { background: var(--wp--preset--color--primary); &::before { border: 2px solid var(--wp--preset--color--primary); } span { border-left: 15px solid var(--wp--preset--color--color-dark); } } } } }