.afab-share-menu {
	position: absolute;
	z-index: 10050;
	min-width: 190px;
	padding: 6px;
	background: #F4F3EB;
	border: 1px solid #d9d9d9;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.afab-share-menu[hidden] {
	display: none !important;
}

.afab-share-option, button.afab-share-option{
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.afab-share-option:hover, button.afab-share-option:hover, button.afab-share-option:focus-visible , .afab-share-option:focus-visible {
	background: #111;
	color: #fff;
	outline: none;
}

.afab-save-login-required {
	cursor: pointer;
}

.afab-save-toggle.is-saved,
.ep-action.afab-save-toggle.is-saved {
	color: #111;
}

.afab-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10060;
	max-width: 320px;
	padding: 12px 16px;
	background: #111;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 4px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.afab-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.afab-toast[hidden] {
	display: none !important;
}

.afab-account-saved-section {
	margin-top: 2rem;
}

.afab-account-saved-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.afab-account-saved-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.afab-account-saved-item a {
	color: inherit;
	text-decoration: underline;
}

.afab-account-unsave {
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #333;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	padding: 6px 10px;
	white-space: nowrap;
}

.afab-account-unsave:hover,
.afab-account-unsave:focus-visible {
	color: #111;
}

.afab-account-saved-empty {
	font-style: italic;
}

@media (max-width: 576px) {
	.afab-toast {
		left: 16px;
		right: 16px;
		bottom: 16px;
		max-width: none;
	}
}
