.dst-other-events {
	--dst-other-card-width: 330px;
	--dst-other-card-gap: 28px;
	--dst-other-card-bg: #f8f4f0;
	--dst-other-card-radius: 18px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	color: #f8f4f0;
}

.dst-other-events,
.dst-other-events * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dst-other-events__title {
	margin: 0 0 28px;
	color: inherit;
	font-size: clamp(44px, 7vw, 82px);
	font-style: italic;
	font-weight: 800;
	line-height: 1;
}

.dst-other-events__viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	cursor: grab;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	touch-action: pan-y;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.dst-other-events__viewport::-webkit-scrollbar {
	display: none;
}

.dst-other-events__viewport.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.dst-other-events__track {
	display: flex;
	gap: var(--dst-other-card-gap);
	width: max-content;
	min-width: 100%;
	padding: 4px 2px 18px;
}

.dst-other-events__card {
	display: block;
	width: var(--dst-other-card-width);
	max-width: calc(100vw - 54px);
	color: inherit;
	text-decoration: none;
	scroll-snap-align: start;
	flex: 0 0 var(--dst-other-card-width);
	-webkit-tap-highlight-color: transparent;
}

.dst-other-events__card:hover,
.dst-other-events__card:focus {
	color: inherit;
	text-decoration: none;
}

.dst-other-events__card:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.85);
	outline-offset: 8px;
}

.dst-other-events__card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	padding: 12px 12px 17px;
	overflow: hidden;
	background: var(--dst-other-card-bg);
	border-radius: var(--dst-other-card-radius);
	box-shadow: 0 16px 34px rgba(15, 10, 12, 0.2);
}

.dst-other-events__card-inner::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	content: "";
	opacity: 0.16;
	background-image: radial-gradient(rgba(31, 20, 18, 0.24) 0.55px, transparent 0.55px);
	background-size: 3px 3px;
	mix-blend-mode: multiply;
}

.dst-other-events__image-wrap {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: linear-gradient(135deg, #dacfc6, #f5efe9);
	border-radius: max(12px, calc(18px - 4px));
}

.dst-other-events__image-wrap--placeholder::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)),
		linear-gradient(135deg, #d8c8be, #eee7df 42%, #b79b90);
}

.dst-other-events__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	max-height: none;
	object-fit: cover !important;
	object-position: center center;
}

.dst-other-events__highlight {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 42px);
	padding: 6px 14px;
	color: #9b1222;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	background: #f8f4f0;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	transform: translateX(-50%);
}

.dst-other-events__card-title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: min(86%, 300px);
	margin: 0;
	color: #f8f4f0;
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 900;
	line-height: 0.98;
	text-align: center;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
	overflow-wrap: anywhere;
}

.dst-other-events__footer {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 34px;
}

.dst-other-events__meta {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: #1a1112;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.dst-other-events__date span,
.dst-other-events__strangers span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dst-other-events__date-icon {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	object-fit: contain;
	flex: 0 0 auto;
}

.dst-other-events__strangers {
	justify-self: end;
}

.dst-other-events__avatars {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	flex: 0 0 auto;
}

.dst-other-events__avatar {
	display: block;
	width: 28px !important;
	height: 28px !important;
	max-width: none;
	aspect-ratio: 1 / 1;
	margin-left: -10px;
	object-fit: cover !important;
	border-radius: 50% !important;
	filter: blur(1.3px);
	flex: 0 0 auto;
	transform: scale(1.05);
}

.dst-other-events__avatar:first-child {
	margin-left: 0;
}

@media (max-width: 767px) {
	.dst-other-events {
		--dst-other-card-width: 276px;
		--dst-other-card-gap: 18px;
	}

	.dst-other-events__title {
		margin-bottom: 22px;
		font-size: clamp(40px, 13vw, 64px);
	}

	.dst-other-events__card-inner {
		gap: 12px;
		padding: 10px 10px 14px;
	}

	.dst-other-events__card-title {
		font-size: clamp(32px, 10vw, 46px);
	}

	.dst-other-events__footer {
		gap: 10px;
	}

	.dst-other-events__meta {
		font-size: 17px;
	}

	.dst-other-events__date-icon {
		width: 19px;
		height: 19px;
		margin-right: 6px;
	}

	.dst-other-events__avatar {
		width: 23px !important;
		height: 23px !important;
		margin-left: -8px;
	}
}
