:root {
	--ww-fireworks-sat: env(safe-area-inset-top);
	--ww-fireworks-sar: env(safe-area-inset-right);
	--ww-fireworks-sab: env(safe-area-inset-bottom);
	--ww-fireworks-sal: env(safe-area-inset-left);
}
@keyframes ww-fireworks-desktop-pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes ww-fireworks-mobile-pulse {
	from {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
	50% {
		transform: translateX(-50%) scale3d(0.95, 0.95, 0.95);
	}
	to {
		transform: translateX(-50%) scale3d(1, 1, 1);
	}
}
span.ww-fireworks-counter {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: 400 !important;
}
div.ww-fireworks-upvote-btn {
	position: relative !important;
}
a.ww-fireworks-upvote-btn svg,
div.ww-fireworks-upvote-btn svg {
	height: 30px !important;
	transition: fill 0.1s ease !important;
	cursor: pointer !important;
	fill: transparent; !important;
	stroke: #FFFFFF !important;
	pointer-events: none !important;
}
a.ww-fireworks-upvote-btn:hover svg,
a.ww-fireworks-upvote-btn:hover svg *,
div.ww-fireworks-upvote-btn:hover svg,
div.ww-fireworks-upvote-btn:hover svg * {
	fill: transparent !important;
	stroke: #0400FC !important;
}
a.ww-fireworks-share-btn svg,
a.ww-fireworks-share-btn svg * {
	fill: #797E88 !important;
	transition: fill 0.1s ease !important;
}
a.ww-fireworks-share-btn.prompt-state {
	transition: background 0.3s ease, box-shadow 0.3s ease !important;
}
a.ww-fireworks-share-btn.prompt-state svg {
	transition: transform 0.2s ease !important;
}
a.ww-fireworks-share-btn.prompting {
	background: #F1F4F7 !important;
}
a.ww-fireworks-share-btn:not(.ww-fireworks-mobile-share-btn).prompting {
	box-shadow: none !important;
}
a.ww-fireworks-share-btn.prompting svg,
a.ww-fireworks-share-btn.prompting svg * {
	fill: #000000 !important;
}
a.ww-fireworks-subscribe-btn {
	cursor: pointer !important;
}
div#ww-fireworks-desktop {
	display: flex !important;
	flex-direction: column !important;
	width: 60px !important;
	position: absolute !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	z-index: 1050 !important;
	opacity: 0 !important;
	transition: opacity 0.2s ease !important;
}
div#ww-fireworks-desktop-upvote-btn {
	background: #0400FC !important;
	width: 60px !important;
	height: 60px !important;
	border: 2px solid #0400FC !important;
	border-radius: 99px !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background 0.1s ease, border-color 0.1s ease, box-shadow 0.1s ease !important;
	z-index: 1050 !important;
}
div#ww-fireworks-desktop-upvote-btn svg {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
div#ww-fireworks-desktop-upvote-btn:hover {
	cursor: pointer !important;
	box-shadow: none !important;
	border-color: #0400FC !important;
	background: #FFFFFF !important;
}
div#ww-fireworks-desktop-upvote-btn:hover:not(:active) {
	animation-duration: 1s !important;
	animation-fill-mode: both !important;
	animation-iteration-count: infinite !important;
	animation-name: ww-fireworks-desktop-pulse !important;
}
span#ww-fireworks-desktop-counter {
	text-align: center !important;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	color: #797E88 !important;
}
span#ww-fireworks-desktop-vote-counter {
	text-align: center !important;
	font-size: 14px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: 400 !important;
	padding: 5px 0 !important;
	background: #000000 !important;
	color: #FFFFFF !important;
	border-radius: 99px !important;
	width: 50px !important;
	left: 5px !important;
	position: absolute !important;
	top: -5px !important;
	display: none !important;
	opacity: 0 !important;
	z-index: 1052 !important;
	transform: translateY(15px) !important;
	transition: margin-top 0.2s ease, opacity 0.2s ease, transform 0.1s ease !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
a.ww-fireworks-desktop-share-btn {
	width: 60px !important;
	height: 60px !important;
	margin-top: 10px !important;
	position: relative !important;
	border-radius: 99px !important;
	box-shadow: none !important;
	transition: background 0.1s ease, box-shadow 0.1s ease !important;
	background: #F1F4F7 !important;
	z-index: 1049 !important;
}
a.ww-fireworks-desktop-share-btn:hover {
	background: #F1F4F7 !important;
	box-shadow: none !important;
}
a.ww-fireworks-desktop-share-btn:hover svg,
a.ww-fireworks-desktop-share-btn:hover svg * {
	fill: #000000 !important;
}
a.ww-fireworks-desktop-share-btn svg {
	height: 25px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
div#ww-fireworks-mobile {
	width: calc(100% - 0px) !important;
	height: 50px !important;
	background: #FFFFFF !important;
	box-shadow: 0 0 1px #797E88 !important;
	position: fixed !important;
	left: 0 !important;
	bottom: 0 !important;
	display: none !important;
	flex-wrap: wrap !important;
	overflow: hidden !important;
	transition: bottom 0.1s ease, opacity 0.1s ease !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	z-index: 1050 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	/*padding-bottom: env(safe-area-inset-bottom) !important;*/
}
span#ww-fireworks-mobile-vote-counter {
	position: absolute !important;
	background: #000000 !important;
	color: #FFFFFF !important;
	left: 15px !important;
	width: 55px !important;
	border-radius: 99px !important;
	font-size: 14px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: 400 !important;
	padding: 5px 0 !important;
	z-index: 1052 !important;
	text-align: center !important;
	opacity: 0 !important;
	display: none !important;
	transform: translateY(15px) !important;
	transition: margin-top 0.2s ease, opacity 0.2s ease, transform 0.1s ease, top 0.2s ease !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
a#ww-fireworks-mobile-upvote-btn {
	padding: 10px !important;
	text-decoration: none !important;
	display: flex !important;
	align-items: center;
	color: #0400FC !important;
}
a#ww-fireworks-mobile-upvote-btn svg {
	height: 20px !important;
	margin-right: 10px !important;
	fill: #0400FC !important;
}
a#ww-fireworks-mobile-upvote-btn:hover svg,
a#ww-fireworks-mobile-upvote-btn:hover svg * {
	fill: #0400FC !important;
}
a.ww-fireworks-mobile-share-btn svg,
a.ww-fireworks-mobile-share-btn svg * {
	fill: #000000 !important;
}
a#ww-fireworks-mobile-upvote-btn+a.ww-fireworks-mobile-share-btn {
	margin-left: auto !important;
}
a.ww-fireworks-mobile-share-btn {
	text-align: center !important;
	padding: 15px !important;
	text-decoration: none !important;
	font-size: 20px !important;
	transition: color 0.1s ease !important;
}
a.ww-fireworks-mobile-share-btn svg {
	height: 20px !important;
}
div.ww-fireworks-in-text {
	display: flex !important;
	flex-direction: row !important;
	justify-content: start !important;
	align-items: center !important;
	width: 100% !important;
	height: 90px !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	z-index: 1050 !important;
	flex-wrap: wrap !important;
	overflow-y: hidden !important;
}
a.ww-fireworks-in-text-upvote-btn {
	background: #0400FC !important;
	width: 60px !important;
	height: 60px !important;
	border: 2px solid #0400FC !important;
	border-radius: 99px !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: background 0.1s ease, border-color 0.1s ease, box-shadow 0.1s ease !important;
	z-index: 1050 !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	position: relative !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
a.ww-fireworks-in-text-upvote-btn svg {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
a.ww-fireworks-in-text-upvote-btn:hover {
	cursor: pointer !important;
	box-shadow: none !important;
	border-color: #0400FC !important;
	background: #FFFFFF !important;
}
a.ww-fireworks-in-text-upvote-btn:hover:not(:active) {
	animation-duration: 1s !important;
	animation-fill-mode: both !important;
	animation-iteration-count: infinite !important;
	animation-name: ww-fireworks-desktop-pulse !important;
}
span.ww-fireworks-in-text-counter {
	text-align: left !important;
	font-size: 16px !important;
	color: #797E88 !important;
	margin-bottom: 0 !important;
	width: 32px !important;
}
span.ww-fireworks-in-text-vote-counter {
	text-align: center !important;
	font-size: 14px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-weight: 400 !important;
	padding: 5px 0 !important;
	background: #000000 !important;
	color: #FFFFFF !important;
	border-radius: 99px !important;
	width: 50px !important;
	left: 5px !important;
	position: absolute !important;
	top: -5px !important;
	display: none !important;
	opacity: 0 !important;
	z-index: 1052 !important;
	transform: translateX(15px) !important;
	transition: margin-top 0.2s ease, opacity 0.2s ease, transform 0.1s ease !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
a.ww-fireworks-in-text-share-btn {
	width: 60px !important;
	height: 60px !important;
	margin-right: 10px !important;
	position: relative !important;
	border-radius: 99px !important;
	box-shadow: none !important;
	transition: background 0.1s ease, box-shadow 0.1s ease !important;
	background: #F1F4F7 !important;
	z-index: 1049 !important;
	display: block !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
a.ww-fireworks-in-text-share-btn:hover {
	background: #F1F4F7 !important;
	box-shadow: none !important;
}
a.ww-fireworks-in-text-share-btn:hover svg,
a.ww-fireworks-in-text-share-btn:hover svg * {
	fill: #000000 !important;
}
a.ww-fireworks-in-text-share-btn svg {
	height: 25px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
