/* General trigger button styles */
.share-btn-wrapper-79558621 {
	display: inline-block;
}

.share-trigger-btn-79558621 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background-color: #111827;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

.share-trigger-btn-79558621:hover {
	background-color: #1f2937;
}

.share-trigger-btn-79558621:active {
	transform: scale(0.98);
}

.share-icon-79558621 {
	flex-shrink: 0;
}

/* Slide-out Drawer Overlay & Backdrop */
.share-drawer-overlay-79558621 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
	visibility: hidden;
}

/* Handle Admin Bar Top Offset when user is logged-in */
body.admin-bar .share-drawer-overlay-79558621 {
	top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar .share-drawer-overlay-79558621 {
		top: 46px;
	}
}

.share-drawer-overlay-79558621.is-active-79558621 {
	visibility: visible;
	pointer-events: auto;
}

.share-drawer-backdrop-79558621 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.share-drawer-overlay-79558621.is-active-79558621 .share-drawer-backdrop-79558621 {
	opacity: 1;
}

/* Sliding Drawer Card */
.share-drawer-79558621 {
	position: relative;
	width: 100%;
	max-width: 400px;
	background-color: #ffffff;
	box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
	height: 100%;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	box-sizing: border-box;
}

.share-drawer-overlay-79558621.is-active-79558621 .share-drawer-79558621 {
	transform: translateX(0);
}

/* Header */
.share-drawer-header-79558621 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid #e5e7eb;
}

.share-drawer-heading-79558621 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #111827;
}

.share-drawer-close-79558621 {
	background: none;
	border: none;
	color: #6b7280;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: background-color 0.2s, color 0.2s;
}

.share-drawer-close-79558621:hover {
	background-color: #f3f4f6;
	color: #111827;
}

/* Content */
.share-drawer-content-79558621 {
	padding: 24px;
	flex-grow: 1;
	overflow-y: auto;
}

/* Link Copy Bar */
.share-link-copy-container-79558621 {
	display: flex;
	align-items: center;
	background-color: #f3f4f6;
	border-radius: 8px;
	padding: 4px;
	margin-bottom: 24px;
	border: 1px solid #e5e7eb;
}

.share-copy-input-79558621 {
	flex-grow: 1;
	border: none !important;
	background: transparent !important;
	padding: 8px 12px !important;
	font-size: 14px !important;
	color: #374151 !important;
	outline: none !important;
	box-shadow: none !important;
	min-width: 0;
}

.share-copy-btn-79558621 {
	background-color: #111827;
	color: #ffffff;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s;
	white-space: nowrap;
}

.share-copy-btn-79558621:hover {
	background-color: #1f2937;
}

.share-copy-btn-79558621 .btn-text-copied-79558621 {
	display: none;
}

.share-copy-btn-79558621.is-copied .btn-text-copy-79558621 {
	display: none;
}

.share-copy-btn-79558621.is-copied .btn-text-copied-79558621 {
	display: inline;
}

/* Grid of Share Options */
.share-options-grid-79558621 {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.share-option-item-79558621 {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 500;
	transition: background-color 0.2s, transform 0.1s;
	border: 1px solid #e5e7eb;
}

.share-option-item-79558621:hover {
	transform: translateY(-1px);
}

.share-option-item-79558621:active {
	transform: translateY(0);
}

/* Social Specific Styles */
.twitter-79558621 {
	background-color: #fafafa;
	color: #0f1419;
}
.twitter-79558621:hover {
	background-color: #f1f1f1;
}

.facebook-79558621 {
	background-color: #f0f2f5;
	color: #1877f2;
}
.facebook-79558621:hover {
	background-color: #e4e6eb;
}

.linkedin-79558621 {
	background-color: #f3f6f8;
	color: #0077b5;
}
.linkedin-79558621:hover {
	background-color: #e1e9ee;
}

.whatsapp-79558621 {
	background-color: #e8f5e9;
	color: #25d366;
}
.whatsapp-79558621:hover {
	background-color: #c8e6c9;
}

.email-79558621 {
	background-color: #f3f4f6;
	color: #374151;
}
.email-79558621:hover {
	background-color: #e5e7eb;
}