
.ez-horoscope-block {
	background-color: var(--wp--preset--color--background);
	border-radius: var(--wp--preset--radius--small, 8px);
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	color: var(--wp--preset--color--foreground);
	padding: 1rem;
}

.ez-horoscope-block h3 {
	margin-bottom: .5em;
}

.ez-hero {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.ez-hero-overlay {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease-in-out;
	z-index: 10;
}

.ez-hero-overlay.light {
	background-color: hsla(0, 0%, 100%, .7) !important;
}

.ez-hero-overlay.dark {
	background-color: rgba(0, 0, 0, .4);
}

.ez-hero-content {
	position: relative;
	z-index: 20;
}

.ez-daily-inline-image {
	display: inline-block;
	max-width: 100%;
	position: relative;
}

.ez-daily-inline-image img {
	border-radius: 8px;
	width: 100%;
}

.ez-daily-inline-image .ez-hero-overlay {
	border-radius: 8px;
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity .3s ease-in-out;
}

.ez-horoscope-block .ez-daily-inline-image, .ez-horoscope-block .ez-hero-text {
	display: block !important;
}

.ez-daily-inline-image img {
	display: block;
	height: auto;
}

.ez-daily-inline-image {
	overflow: visible !important;
}

.ez-hero-text, .ez-horoscope-block .ez-hero.has-inline-image {
	display: block !important;
}

.ez-hero-text p {
	overflow: visible;
}

.ez-hero-text:after {
	clear: both;
	content: "";
	display: block;
}

.ez-editor-bg-preview {
	pointer-events: none;
}

.ez-horoscope-block {
	background-color: var(--wp--preset--color--background);
	border-radius: var(--wp--preset--radius--small, 8px);
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	color: var(--wp--preset--color--foreground);
	padding: 1rem;
}

.eztype-flexbox-item {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.ez-weekly-overlay {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease-in-out;
	z-index: 10;
}

.ez-weekly-overlay.light {
	background-color: hsla(0, 0%, 100%, .7) !important;
}

.ez-weekly-overlay.dark {
	background-color: rgba(0, 0, 0, .4) !important;
}

.eztype-flexbox-content {
	position: relative;
	z-index: 20;
}

.ez-weekly-inline-image img {
	border-radius: 8px;
	display: block;
	height: auto;
	width: 100%;
}

.ez-weekly-overlay.light {
	background-color: rgba(255, 255, 255, var(--ezhp-overlay-opacity, .7)) !important;
}

.ez-weekly-overlay.dark {
	background-color: rgba(0, 0, 0, var(--ezhp-overlay-opacity, .4)) !important;
}

.editor-styles-wrapper .ez-weekly-overlay.light {
	background-color: hsla(0, 0%, 100%, .5);
}

.editor-styles-wrapper .ez-weekly-overlay.dark {
	background-color: rgba(0, 0, 0, .5);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="10"] {
	background-color: hsla(0, 0%, 100%, .1);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="20"] {
	background-color: hsla(0, 0%, 100%, .2);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="30"] {
	background-color: hsla(0, 0%, 100%, .3);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="40"] {
	background-color: hsla(0, 0%, 100%, .4);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="50"] {
	background-color: hsla(0, 0%, 100%, .5);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="60"] {
	background-color: hsla(0, 0%, 100%, .6);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="70"] {
	background-color: hsla(0, 0%, 100%, .7);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="80"] {
	background-color: hsla(0, 0%, 100%, .8);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="90"] {
	background-color: hsla(0, 0%, 100%, .9);
}

.editor-styles-wrapper .ez-weekly-overlay.light[data-opacity="100"] {
	background-color: #fff;
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="10"] {
	background-color: rgba(0, 0, 0, .1);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="20"] {
	background-color: rgba(0, 0, 0, .2);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="30"] {
	background-color: rgba(0, 0, 0, .3);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="40"] {
	background-color: rgba(0, 0, 0, .4);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="50"] {
	background-color: rgba(0, 0, 0, .5);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="60"] {
	background-color: rgba(0, 0, 0, .6);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="70"] {
	background-color: rgba(0, 0, 0, .7);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="80"] {
	background-color: rgba(0, 0, 0, .8);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="90"] {
	background-color: rgba(0, 0, 0, .9);
}

.editor-styles-wrapper .ez-weekly-overlay.dark[data-opacity="100"] {
	background-color: #000;
}
