.hvv-single-event {
	width: 100%;
	overflow-x: hidden;
}

/* Page header (red bar + archive title) */
.hvv-single-event__page-header {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 80px 0 0;
	margin-bottom: 64px;
}

.hvv-single-event__bar {
	width: 111px;
	height: 10px;
	background: #BD0707;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	flex-shrink: 0;
}

.hvv-single-event__archive-title {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-single-event__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1150px) 337px;
	gap: 71px;
	max-width: 1740px;
	margin: 0 auto;
	padding: 0 181px;
	box-sizing: border-box;
}

/* MAIN CONTENT */

.hvv-single-event__content {
	min-width: 0;
}

.hvv-single-event__title {
	margin: 0 0 32px 0;
	color: #393737;
	font-family: Montserrat, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.hvv-single-event__image {
	margin: 0 0 40px 0;
	width: 100%;
	max-width: 1150px;
	aspect-ratio: 1150 / 652;
	border-radius: 26px;
	overflow: hidden;
	background: #f0f0f0;
}

.hvv-single-event__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Meta row: date + time + location */
.hvv-single-event__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	margin-bottom: 32px;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-single-event__meta-date,
.hvv-single-event__meta-time {
	color: #1A8DA1;
}

.hvv-single-event__meta-location {
	color: #BD0707;
	text-transform: none;
}

.hvv-single-event__body {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
}

.hvv-single-event__body p {
	margin: 0 0 24px 0;
}

.hvv-single-event__body p:last-child {
	margin-bottom: 0;
}

.hvv-single-event__body a {
	color: #1A8DA1;
	text-decoration: underline;
}

.hvv-single-event__body a:hover {
	color: #15707f;
}

.hvv-single-event__body strong { font-weight: 700; }
.hvv-single-event__body em { font-style: italic; }

.hvv-single-event__body h2,
.hvv-single-event__body h3,
.hvv-single-event__body h4 {
	margin: 32px 0 16px;
	font-weight: 700;
	color: #393737;
}

.hvv-single-event__body img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	margin: 24px 0;
}

.hvv-single-event__body ul,
.hvv-single-event__body ol {
	padding-left: 28px;
	margin: 0 0 24px;
}

.hvv-single-event__body li {
	margin-bottom: 8px;
}

/* SIDEBAR */

.hvv-single-event__sidebar {
	width: 337px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.hvv-single-event__share-title {
	margin: 0 0 20px;
	color: #ADAAAA;
	font-family: Montserrat, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-single-event__share-icons {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hvv-single-event__share-icon,
.hvv-single-event__share-icon:link,
.hvv-single-event__share-icon:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	text-decoration: none;
	transition: transform 0.3s ease, color 0.3s ease;
}

.hvv-single-event__share-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.hvv-single-event__share-icon:hover {
	transform: translateY(-2px);
}

.hvv-single-event__share-icon--fb,
.hvv-single-event__share-icon--fb:link,
.hvv-single-event__share-icon--fb:visited { color: #1877F2; }

.hvv-single-event__share-icon--ig,
.hvv-single-event__share-icon--ig:link,
.hvv-single-event__share-icon--ig:visited { color: #E4405F; }

.hvv-single-event__other-title {
	margin: 0 0 24px;
	color: #6F6E6E;
	font-family: Montserrat, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-single-event__other-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.hvv-single-event__other-item {
	border-bottom: 1px solid #EBE9E9;
	padding: 20px 0;
}

.hvv-single-event__other-item:first-child {
	padding-top: 0;
}

.hvv-single-event__other-item:last-child {
	border-bottom: none;
}

.hvv-single-event__other-item a,
.hvv-single-event__other-item a:link,
.hvv-single-event__other-item a:visited {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	align-items: flex-start;
}

.hvv-single-event__other-item a:hover .hvv-single-event__other-name {
	color: #1A8DA1;
}

.hvv-single-event__other-date {
	color: #393737;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-single-event__other-name {
	color: #393737;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.hvv-single-event__other-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 26px;
	color: #FFFFFF;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.hvv-single-event__other-badge--new {
	background: #1A8DA1;
}

.hvv-single-event__other-badge--finished {
	background: #ADAAAA;
}

/* PREV/NEXT NAV */

.hvv-single-event__nav {
	display: flex;
	gap: 10px;
	margin: 80px auto 120px;
	max-width: 1740px;
	padding: 0 181px;
	box-sizing: border-box;
}

.hvv-single-event__nav-link,
.hvv-single-event__nav-link:link,
.hvv-single-event__nav-link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #1A8DA1;
	transition: color 0.3s ease, transform 0.3s ease;
	text-decoration: none;
}

.hvv-single-event__nav-link svg {
	width: 50px;
	height: 50px;
	display: block;
}

.hvv-single-event__nav-link--prev svg {
	transform: rotate(180deg);
}

.hvv-single-event__nav-link:hover {
	color: #BD0707;
}

.hvv-single-event__nav-link--disabled {
	color: #ADAAAA;
	cursor: not-allowed;
	pointer-events: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1399px) {
	.hvv-single-event__wrap,
	.hvv-single-event__nav {
		padding-left: 80px;
		padding-right: 80px;
	}
	.hvv-single-event__wrap {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 48px;
	}
	.hvv-single-event__sidebar {
		width: 300px;
	}
}

@media screen and (max-width: 1199px) {
	.hvv-single-event__page-header {
		padding: 60px 40px 0 0;
		gap: 40px;
	}
	.hvv-single-event__wrap,
	.hvv-single-event__nav {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 991px) {
	.hvv-single-event__wrap {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.hvv-single-event__sidebar {
		width: 100%;
	}
	.hvv-single-event__meta {
		gap: 24px;
	}
}

@media screen and (max-width: 768px) {
	.hvv-single-event__page-header {
		padding: 40px 20px 0 0;
		gap: 16px;
		margin-bottom: 32px;
	}
	.hvv-single-event__bar {
		width: 48px;
		height: 8px;
	}
	.hvv-single-event__archive-title {
		font-size: 28px;
		letter-spacing: 1.12px;
	}
	.hvv-single-event__wrap,
	.hvv-single-event__nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hvv-single-event__title {
		font-size: 22px;
	}
	.hvv-single-event__meta {
		font-size: 18px;
		gap: 16px;
	}
	.hvv-single-event__body {
		font-size: 18px;
	}
	.hvv-single-event__share-title,
	.hvv-single-event__other-title {
		font-size: 22px;
	}
	.hvv-single-event__other-name {
		font-size: 16px;
	}
	.hvv-single-event__other-badge {
		font-size: 16px;
		padding: 8px 14px;
	}
	.hvv-single-event__nav {
		margin: 48px auto 60px;
	}
}

/* ----- Figma "анонси заходів моб" (390px wide) — single event ----- */
@media screen and (max-width: 767px) {
	/* Page header: bar 34×3 teal + 12px Bold gray title */
	.hvv-single-event__page-header {
		padding: 24px 20px 0 0 !important;
		gap: 16px !important;
		margin-bottom: 16px !important;
		align-items: center !important;
	}
	.hvv-single-event__bar {
		width: 34px !important;
		height: 3px !important;
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		background: #1A8DA1 !important;
		flex-shrink: 0 !important;
	}
	.hvv-single-event__archive-title {
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.48px !important;
		color: #393737 !important;
		text-transform: uppercase !important;
		line-height: 1.2 !important;
	}

	.hvv-single-event__wrap {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		padding: 0 20px 40px !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.hvv-single-event__content {
		max-width: 100% !important;
		padding: 0 !important;
	}
	.hvv-single-event__title { display: none !important; }

	/* Hero image — full width 350/186, rounded 6 */
	.hvv-single-event__image {
		margin: 0 0 12px !important;
		padding: 0 !important;
	}
	.hvv-single-event__image,
	.hvv-single-event__image img {
		width: 100% !important;
		max-width: 100% !important;
		aspect-ratio: 350 / 186 !important;
		border-radius: 6px !important;
		height: auto !important;
		object-fit: cover !important;
		display: block !important;
	}

	/* Meta row: date + location in teal SemiBold */
	.hvv-single-event__meta {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 8px 20px !important;
		margin: 0 0 16px !important;
		padding: 0 !important;
	}
	.hvv-single-event__meta-date,
	.hvv-single-event__meta-time,
	.hvv-single-event__meta-location {
		font-size: 11px !important;
		font-weight: 600 !important;
		color: #1A8DA1 !important;
		letter-spacing: 0.44px !important;
		line-height: 1.2 !important;
		margin: 0 !important;
	}

	.hvv-single-event__body {
		font-size: 11px !important;
		line-height: 1.4 !important;
		color: #000 !important;
		margin: 0 0 24px !important;
	}
	.hvv-single-event__body p { margin: 0 0 14px !important; }
	.hvv-single-event__body p:last-child { margin: 0 !important; }

	.hvv-single-event__sidebar {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px !important;
		padding: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	/* Share */
	.hvv-single-event__share {
		padding: 0 !important;
		margin: 0 !important;
		text-align: center !important;
	}
	.hvv-single-event__share-title {
		font-size: 13px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		color: #ADAAAA !important;
		letter-spacing: 0.52px !important;
		margin: 0 0 12px !important;
		text-align: center !important;
	}
	.hvv-single-event__share-icons {
		display: flex !important;
		justify-content: center !important;
		gap: 12px !important;
	}
	.hvv-single-event__share-icon,
	.hvv-single-event__share-icon svg {
		width: 24px !important;
		height: 24px !important;
	}

	/* "Інші анонси" — teal SemiBold 11px */
	.hvv-single-event__other {
		padding: 0 !important;
		margin: 0 !important;
	}
	.hvv-single-event__other-title {
		font-size: 11px !important;
		font-weight: 600 !important;
		color: #1A8DA1 !important;
		margin: 0 0 12px !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
	}
	.hvv-single-event__other-list {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 7px !important;
	}
	.hvv-single-event__other-item {
		background: #FFFFFF !important;
		box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25) !important;
		border-radius: 6px !important;
		padding: 10px !important;
		border-bottom: 0 !important;
		margin: 0 !important;
	}
	.hvv-single-event__other-item a,
	.hvv-single-event__other-item a:link,
	.hvv-single-event__other-item a:visited {
		display: block !important;
		padding: 0 !important;
		text-decoration: none !important;
	}
	.hvv-single-event__other-text {
		display: flex !important;
		flex-direction: column !important;
		gap: 7px !important;
	}
	.hvv-single-event__other-date {
		font-size: 11px !important;
		font-weight: 500 !important;
		color: #2F2E2E !important;
		margin: 0 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
	}
	.hvv-single-event__other-name {
		font-size: 11px !important;
		font-weight: 600 !important;
		color: #1A8DA1 !important;
		text-transform: none !important;
		line-height: 1.25 !important;
		display: block !important;
		margin: 0 !important;
		letter-spacing: 0 !important;
	}
	.hvv-single-event__other-excerpt {
		font-size: 10px !important;
		font-weight: 500 !important;
		color: #2F2E2E !important;
		line-height: 1.35 !important;
		margin: 0 !important;
		text-transform: lowercase !important;
		display: block !important;
	}
	/* Hide status badge — Figma doesn't show it for events */
	.hvv-single-event__other-badge { display: none !important; }

	/* Nav arrows — hide on mobile */
	.hvv-single-event__nav { display: none !important; }
}
