.rankup-galleryShareBtn {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 5;
}

.rankup-galleryShareBtn > a {
	text-decoration: none;
}

.rankup-galleryShareBtn > a:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 2px;
}

.rankup-galleryShareBtn > a:hover .rankup-galleryShareIcon,
.rankup-galleryShareBtn > a:focus-visible .rankup-galleryShareIcon {
	opacity: 0.8;
}

.rankup-galleryShareBtn .rankup-galleryShareIcon:before {
	content: none;
}

.rankup-galleryShareBtn .rankup-galleryShareIcon {
	margin-inline-end: 0;
}

.rankup-galleryShareBtn .rankup-galleryShareIcon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.rankup-sharePopover {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
	max-width: 210px;
	min-width: 210px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: fixed;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 9999;
}

.rankup-sharePopover.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.rankup-sharePopover-actions {
	margin: 0;
	padding: 0;
}

.rankup-sharePopover-action {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 10px;
	color: #111827;
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.rankup-sharePopover-action:hover,
.rankup-sharePopover-action:focus-visible {
	background: #f8fafc;
}

.rankup-sharePopover-action:focus-visible {
	outline: none;
}

.rankup-sharePopover-icon {
	align-items: center;
	background: #f1f5f9;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.rankup-sharePopover-icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

.rankup-sharePopover-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.rankup-shareFeedback {
	color: #0f766e;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 2px 2px;
}

.rankup-shareSheetOverlay {
	background: rgba(15, 23, 42, 0.52);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 9998;
}

.rankup-shareSheetOverlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.rankup-shareSheet {
	background: #fff;
	bottom: 0;
	box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.16);
	left: 0;
	padding: 14px 16px 24px;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.24s ease;
	z-index: 9999;
}

.rankup-shareSheet.is-open {
	transform: translateY(0);
}

.rankup-shareSheet-handle {
	background: #d1d5db;
	border-radius: 999px;
	height: 5px;
	margin: 0 auto 14px;
	width: 54px;
}

.rankup-shareSheet-head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.rankup-shareSheet-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.rankup-shareSheet-close {
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	padding: 0 2px;
}

.rankup-shareSheet-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 14px;
	grid-template-columns: 96px 1fr;
	margin-bottom: 16px;
	padding: 12px;
}

.rankup-shareSheet-card img {
	border-radius: 10px;
	display: block;
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.rankup-shareSheet-cardTitle {
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

.rankup-shareSheet-cardSku {
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	margin: 6px 0 0;
}

.rankup-shareSheet-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rankup-shareSheet-action {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 0;
	gap: 0;
	line-height: 1.2;
	padding: 0;
	text-align: center;
}

.rankup-shareSheet-actionIcon {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
	color: #0f172a;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.rankup-shareSheet-actionIcon svg {
	display: block;
	height: 18px;
	width: 18px;
}

.rankup-shareSheet-actionIcon.is-whatsapp,
.rankup-shareSheet-actionIcon.is-facebook,
.rankup-shareSheet-actionIcon.is-copy,
.rankup-shareSheet-actionIcon.is-more {
	background: #fff;
	color: #111827;
	border-color: rgba(15, 23, 42, 0.12);
}

body.rankup-shareOpen {
	overflow: hidden;
}

@media (min-width: 1025px) {
	.rankup-shareSheet,
	.rankup-shareSheetOverlay {
		display: none;
	}
}

@media (max-width: 1024px) {
	.rankup-sharePopover {
		display: none;
	}
}
