.dane-jevents-day-module {
	width: 100%;
}

.dane-jevents-day-card {
	position: relative;
	display: block;
	width: min(100%, 320px);
	aspect-ratio: 0.63;
	min-height: 420px;
	margin: 0 auto;
	overflow: visible;
	color: #ffffff;
	text-decoration: none;
	background-color: #eef1f7;
	border-radius: 2px;
	box-shadow: 0 12px 22px rgba(23, 31, 47, 0.18);
}

.dane-jevents-day-card::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background: linear-gradient(180deg, rgba(24, 31, 45, 0.06) 0%, rgba(24, 31, 45, 0.1) 48%, rgba(24, 31, 45, 0.78) 100%);
	border-radius: 2px;
}

.dane-jevents-day-card:hover,
.dane-jevents-day-card:focus {
	color: #ffffff;
	text-decoration: none;
}

.dane-jevents-day-card:focus-visible {
	outline: 3px solid #4b2bb7;
	outline-offset: 4px;
}

.dane-jevents-day-card--no-image {
	background-color: #eef1f7;
}

.dane-jevents-day-card--no-image::after {
	background: linear-gradient(180deg, rgba(75, 43, 183, 0.08) 0%, rgba(75, 43, 183, 0.18) 42%, rgba(75, 43, 183, 0.82) 100%);
}

.dane-jevents-day-card__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.dane-jevents-day-card__date {
	position: absolute;
	top: 24px;
	left: -56px;
	z-index: 2;
	display: grid;
	width: 114px;
	min-height: 124px;
	padding: 14px 10px 12px;
	place-items: center;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 5px 14px rgba(23, 31, 47, 0.12);
}

.dane-jevents-day-card__weekday {
	display: block;
	width: 100%;
	overflow-wrap: anywhere;
	color: #4f5b7d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.dane-jevents-day-card__number {
	display: block;
	color: #4b2bb7;
	font-size: 76px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	text-align: center;
}

.dane-jevents-day-card__month {
	position: absolute;
	right: 28px;
	bottom: 30px;
	z-index: 2;
	color: #ffffff;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {
	.dane-jevents-day-card {
		width: min(100% - 34px, 320px);
		min-height: 390px;
	}

	.dane-jevents-day-card__date {
		left: -17px;
		width: 104px;
		min-height: 116px;
	}

	.dane-jevents-day-card__number {
		font-size: 68px;
	}

	.dane-jevents-day-card__month {
		right: 22px;
		bottom: 26px;
		font-size: 34px;
	}
}
