/**
 * Eventure Theme — Hero Section
 */

.hero-section .wp-block-cover__inner-container {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-title em {
	font-style: italic;
}

.hero-contact-icons {
	position: absolute;
	left: var(--wp--preset--spacing--50);
	bottom: var(--wp--preset--spacing--70);
}

.hero-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 0.5rem;
	transition: opacity 0.2s ease;
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 255, 255, 0.2) 0%, rgba(151, 52, 136, 0.2) 100%);

	figure a {
		display: flex;
	}
}

.hero-icon:hover {
	opacity: 0.7;
}
