/*
Theme Name: Evil
Theme URI: 
Author: 
Author URI: 
Description: Masters of Evil theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version:
Text Domain: evil
Tags: 
*/

html {
	--wp--custom--carousel-block--pagination-bullet-active-color: var(--wp--preset--color--vivid-red);
}

.iframe-16-9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
	padding: 0;
}

.wp-block-heading.is-style-evil-heading {
	box-sizing: border-box;
}

.wp-block-search__input {
	background: #333;
	color: white;
}