.hvc-calendar {
	--hvc-card-bg: #1b1d29;
	--hvc-paper-bg: #202330;
	--hvc-card-text: #d7dbe8;
	--hvc-muted: #707684;
	--hvc-soft: #2a2e3e;
	--hvc-cover-fallback: linear-gradient(135deg, #242737 0%, #303752 56%, #1b1d29 100%);
	--hvc-visited: #6d7483;
	--hvc-cell-gap: 4px;
	box-sizing: border-box;
	position: relative;
	width: min(var(--hvc-width), calc(100vw - 28px));
	color: var(--hvc-card-text);
	border: 1px solid rgba(129, 144, 216, 0.18);
	border-radius: 10px;
	background: var(--hvc-card-bg);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
	font-family: inherit;
	overflow: visible;
	user-select: none;
	-webkit-user-select: none;
}

.hvc-calendar *,
.hvc-calendar *::before,
.hvc-calendar *::after {
	box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
}

.hvc-fixed {
	position: fixed;
	z-index: 90;
}

.hvc-fixed-profile-left {
	top: calc(var(--hvc-fixed-top) + var(--hvc-collision-offset, 0px));
	left: max(18px, calc((100vw - 1480px) / 2 + var(--hvc-fixed-left)));
}

.hvc-fixed-profile-left.hvc-sidebar-embedded {
	position: relative;
	z-index: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	max-width: var(--hvc-width);
	margin: 14px auto 0;
}

html.hvc-natural-leftbar #leftbar_part2.sticky {
	position: relative !important;
	top: auto !important;
	width: auto !important;
	transform: none !important;
}

.hvc-fixed-bottom-left {
	left: 24px;
	bottom: 24px;
}

.hvc-fixed-bottom-right {
	right: 24px;
	bottom: 24px;
}

.hvc-fixed-top-left {
	left: 24px;
	top: 88px;
}

.hvc-fixed-top-right {
	right: 24px;
	top: 88px;
}

.hvc-inline {
	position: relative;
	margin: 24px 0;
}

.hvc-cover {
	position: relative;
	height: 142px;
	min-height: 142px;
	border-radius: 10px 10px 0 0;
	background-image:
		linear-gradient(90deg, rgba(27, 29, 41, 0.2), rgba(27, 29, 41, 0.72)),
		var(--hvc-cover, var(--hvc-cover-fallback));
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.hvc-cover::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(129, 144, 216, 0.18), rgba(21, 23, 34, 0.42));
	content: "";
	pointer-events: none;
}

.hvc-cover-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 142px;
	min-height: 142px;
	padding: 20px 28px 18px;
	color: #e7e9f2;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.38);
}

.hvc-hero-day {
	font-size: 70px;
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 0;
	transform: translateX(-6px);
}

.hvc-month-label,
.hvc-nav {
	border: 0 !important;
	outline: 0 !important;
	background: transparent;
	box-shadow: none !important;
	font: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.hvc-month-label {
	align-self: flex-start;
	min-height: 36px;
	margin-top: 4px;
	padding: 0;
	color: #e7e9f2;
	font-size: 36px;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: inherit;
}

.hvc-month-label:focus,
.hvc-month-label:focus-visible {
	outline: 0 !important;
	box-shadow: none !important;
}

.hvc-month-label:hover {
	opacity: 0.82;
}

.hvc-nav {
	position: absolute;
	z-index: 2;
	top: 14px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 999px;
	color: rgba(231, 233, 242, 0.42);
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	opacity: 0.72;
	transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.hvc-prev {
	right: 38px;
}

.hvc-next {
	right: 12px;
}

.hvc-nav:focus,
.hvc-nav:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(231, 233, 242, 0.42);
	opacity: 0.72;
}

.hvc-nav:hover {
	background: rgba(129, 144, 216, 0.12);
	color: rgba(231, 233, 242, 0.82);
	opacity: 1;
}

.hvc-nav:active {
	transform: scale(0.95);
}

.hvc-paper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 254px;
	padding: 24px 14px 18px;
	border-radius: 0 0 10px 10px;
	background: var(--hvc-paper-bg);
}

.hvc-weekdays,
.hvc-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	column-gap: var(--hvc-cell-gap);
}

.hvc-weekdays {
	margin-bottom: 10px;
	color: var(--hvc-accent);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.hvc-weekdays span {
	display: grid;
	min-width: 0;
	height: 18px;
	place-items: center;
	padding: 0;
	overflow: hidden;
}

.hvc-grid {
	row-gap: 5px;
	min-height: 192px;
	transition: opacity 160ms ease;
}

.hvc-calendar.is-loading .hvc-grid {
	opacity: 0.45;
}

.hvc-day {
	position: relative;
	display: grid;
	min-width: 0;
	height: 27px;
	min-height: 27px;
	place-items: center;
	border-radius: 999px;
}

.hvc-day-number {
	display: inline-grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 999px;
	color: #dfe2ed;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.hvc-day.is-outside-month .hvc-day-number {
	color: #5d6371;
	font-weight: 700;
}

.hvc-day.is-visited .hvc-day-number {
	color: var(--hvc-visited);
}

.hvc-day.is-today .hvc-day-number {
	color: #11131d;
	background: var(--hvc-accent);
	box-shadow: 0 8px 18px rgba(129, 144, 216, 0.36);
}

.hvc-day.is-today.is-visited .hvc-day-number {
	color: #11131d;
}

@media (max-width: 900px) {
	.hvc-fixed,
	.hvc-fixed-profile-left,
	.hvc-fixed-bottom-left,
	.hvc-fixed-bottom-right,
	.hvc-fixed-top-left,
	.hvc-fixed-top-right {
		position: static;
		z-index: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		max-width: 390px;
		margin: 18px auto;
	}

	.hvc-cover,
	.hvc-cover-text {
		height: 132px;
		min-height: 132px;
	}

	.hvc-cover-text {
		padding: 18px 28px;
	}

	.hvc-paper {
		min-height: 250px;
		padding: 22px 14px 16px;
	}

	.hvc-grid {
		min-height: 190px;
	}

	.hvc-day-number {
		width: 27px;
		height: 27px;
		font-size: 12px;
	}
}
