.ewxshare-wrapper {
	position: relative;
	display: inline-block;
	margin-top: 8px;
}

.ewxshare-btn {
	background: #253B7C;
	color: #fff;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
}

.ewxshare-btn:hover {
	background: #AF1F24;
}

.ewxshare-menu {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 14px;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	z-index: 999;
	min-width: 180px;
	display: none;
}

.ewxshare-menu a,
.ewxshare-menu button {
	display: block;
	background: none;
	border: none;
	padding: 6px 0;
	font-size: 14px;
	text-align: left;
	color: #253B7C;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
}

.ewxshare-menu a:hover,
.ewxshare-menu button:hover {
	text-decoration: underline;
}