/**
 * Stylesheet for custom styling.
 */
.elementor-button {
	display: inline-flex;
	align-items: center;
	min-height: 60px;
}

@media (max-width: 767px) {
	.elementor-button {
		min-height: 52px;
	}
}

.cutout {
	clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 40px) 100%, calc(0% + 40px) calc(100% - 40px), 0% calc(100% - 40px));
}

#elementor-popup-modal-274 .dialog-close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
}

/*
 * Underline
 */
.underline {
	padding-bottom: 16px;
}

.underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	max-width: 164px;
	height: 4px;
	background-color: #ffb334;
	transition: 1s ease-in;
	transition-delay: .2s;
}

.underline.visible::after {
	width: 100%;
}

/*
 * Meta
 */
.meta-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.meta-item {
	display: block;
	padding: 2px 16px;
	background-color: #122060;
	color: #fff;
	font-size: .875rem;
}

.laser-meta .meta-item {
	background-color: #8692af;
	color: #122060;
}
