.fancybox__dialog {
	z-index: 2147483000;
}

.fancybox__container {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.hd-fancybox-trigger,
.hd-fancybox-image,
.hd-fancybox-trigger img {
	cursor: zoom-in;
}

.hd-fancybox-theme-toggle .hd-theme-icon-sun,
.fancybox__container[theme="light"] .hd-fancybox-theme-toggle .hd-theme-icon-moon {
	display: none;
}

.fancybox__container[theme="light"] .hd-fancybox-theme-toggle .hd-theme-icon-sun {
	display: block;
}

.fancybox__container .f-caption {
	will-change: opacity, transform;
}

.fancybox__container:not(.hd-caption-visible) .f-caption {
	max-height: 0 !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
}

.fancybox__container.hd-caption-visible .f-caption.hd-caption-animate {
	visibility: visible;
	opacity: 1;
}

.hd-fancybox-caption-toggle[aria-pressed="true"] {
	background: rgba(255, 255, 255, .18);
}

.hd-fancybox-caption-toggle svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.song_search_list .hd-search-pause-icon,
body.audio_playing .song_search_list.amplitude-playing .hd-search-play-icon {
	display: none;
}

body.audio_playing .song_search_list.amplitude-playing .hd-search-pause-icon {
	display: block;
}

body.audio_playing li.song_search_list.amplitude-playing ._image_1jw80_18:after {
	display: none !important;
}

.hd-story-choice-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2147482999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.hd-story-choice-modal.is-visible {
	display: flex;
}

.hd-story-choice-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .68);
	backdrop-filter: blur(10px);
}

.hd-story-choice-dialog {
	position: relative;
	width: min(360px, 100%);
	border-radius: 14px;
	padding: 22px;
	background: #111827;
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.hd-story-choice-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.hd-story-choice-actions {
	display: grid;
	gap: 10px;
	padding-top: 22px;
}

.hd-story-choice-btn {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 13px 16px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.hd-story-choice-story {
	background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.hd-story-choice-photo {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
}
