.mik-artist-spektakli {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mik-artist-spektakli__card {
	position: relative;
	display: block;
	aspect-ratio: 1.36 / 1;
	overflow: hidden;
	background: #182e2d center / cover no-repeat;
	color: #fff;
	text-decoration: none;
}

.mik-artist-spektakli__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		transparent 45%,
		rgba(0, 0, 0, 0.12) 58%,
		rgba(0, 0, 0, 1) 100%
	);
	pointer-events: none;
}

.mik-artist-spektakli__premiere {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #e7403b;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

.mik-artist-spektakli__content {
	position: absolute;
	z-index: 1;
	right: 22px;
	bottom: 20px;
	left: 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mik-artist-spektakli__title {
	color: #fff;
	font-family: "Tenor Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}

.mik-artist-spektakli__role {
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.mik-artist-spektakli__card:hover,
.mik-artist-spektakli__card:focus {
	color: #fff;
	text-decoration: none;
}

.mik-artist-spektakli__card:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 1199px) {
	.mik-artist-spektakli {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mik-artist-spektakli__content {
		right: 20px;
		bottom: 19px;
		left: 20px;
	}

	.mik-artist-spektakli__title {
		font-size: 21px;
		line-height: 1.2;
	}

	.mik-artist-spektakli__role {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.4;
	}
}
