.wpcustomcrm-trackable-button-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	clear: both;
}

.wpcustomcrm-trackable-button-wrap.wpcustomcrm-btn-align-right {
	text-align: right;
}

.wpcustomcrm-trackable-button-wrap.wpcustomcrm-btn-align-center {
	text-align: center;
}

.wpcustomcrm-trackable-button-wrap.wpcustomcrm-btn-align-left {
	text-align: left;
}

.wpcustomcrm-trackable-button-wrap .wpcustomcrm-trackable-button {
	display: inline-flex;
	vertical-align: top;
}

.wpcustomcrm-trackable-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: "IRANYekan", Tahoma, Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1.35;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.wpcustomcrm-trackable-button:hover,
.wpcustomcrm-trackable-button:focus {
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.05);
}

.wpcustomcrm-trackable-button__icon {
	display: flex;
	align-items: center;
	opacity: 0.92;
}

.wpcustomcrm-trackable-button__icon svg {
	display: block;
}

/* ۱. بنفش–آبی */
.wpcustomcrm-btn-style-gradient-purple .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #5b21b6 0%, #2563eb 55%, #0891b2 100%);
	box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4);
	color: #fff;
}

/* ۲. اقیانوسی */
.wpcustomcrm-btn-style-gradient-ocean .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #0e7490 0%, #0891b2 45%, #22d3ee 100%);
	box-shadow: 0 4px 18px rgba(8, 145, 178, 0.4);
	color: #fff;
}

/* ۳. آسمانی */
.wpcustomcrm-btn-style-gradient-sky .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #0284c7 0%, #38bdf8 50%, #7dd3fc 100%);
	box-shadow: 0 4px 18px rgba(56, 189, 248, 0.45);
	color: #fff;
}

/* ۴. طلایی */
.wpcustomcrm-btn-style-gradient-gold .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #b45309 0%, #d97706 45%, #fbbf24 100%);
	box-shadow: 0 4px 18px rgba(217, 119, 6, 0.45);
	color: #fff;
}

/* ۵. غروب */
.wpcustomcrm-btn-style-gradient-sunset .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #c2410c 0%, #ea580c 40%, #f97316 100%);
	box-shadow: 0 4px 18px rgba(234, 88, 12, 0.4);
	color: #fff;
}

/* ۶. زمردی */
.wpcustomcrm-btn-style-gradient-emerald .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #047857 0%, #059669 50%, #34d399 100%);
	box-shadow: 0 4px 18px rgba(5, 150, 105, 0.4);
	color: #fff;
}

/* ۷. جنگلی */
.wpcustomcrm-btn-style-gradient-forest .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #14532d 0%, #166534 50%, #22c55e 100%);
	box-shadow: 0 4px 18px rgba(22, 101, 52, 0.45);
	color: #fff;
}

/* ۸. صورتی–قرمز */
.wpcustomcrm-btn-style-gradient-rose .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #9f1239 0%, #e11d48 55%, #fb7185 100%);
	box-shadow: 0 4px 18px rgba(225, 29, 72, 0.35);
	color: #fff;
}

/* ۹. یاسی */
.wpcustomcrm-btn-style-gradient-lavender .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #6d28d9 0%, #a78bfa 55%, #ddd6fe 100%);
	box-shadow: 0 4px 18px rgba(109, 40, 217, 0.35);
	color: #fff;
}

/* ۱۰. نیمه‌شب */
.wpcustomcrm-btn-style-gradient-midnight .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #312e81 100%);
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.5);
	color: #fff;
}

/* ۱۱. آبنباتی */
.wpcustomcrm-btn-style-gradient-candy .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #db2777 0%, #ec4899 40%, #f472b6 100%);
	box-shadow: 0 4px 18px rgba(236, 72, 153, 0.4);
	color: #fff;
}

/* ۱۲. تیره یکدست */
.wpcustomcrm-btn-style-solid-charcoal .wpcustomcrm-trackable-button {
	background: #1e293b;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.35);
	color: #fff;
	border-radius: 8px;
}

.wpcustomcrm-btn-style-solid-charcoal .wpcustomcrm-trackable-button:hover,
.wpcustomcrm-btn-style-solid-charcoal .wpcustomcrm-trackable-button:focus {
	background: #0f172a;
	color: #fff;
}

/* ۱۳. حاشیه تیره */
.wpcustomcrm-btn-style-outline-dark .wpcustomcrm-trackable-button {
	background: #fff;
	color: #1e293b;
	border: 2px solid #334155;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.wpcustomcrm-btn-style-outline-dark .wpcustomcrm-trackable-button:hover,
.wpcustomcrm-btn-style-outline-dark .wpcustomcrm-trackable-button:focus {
	color: #0f172a;
	background: #f8fafc;
}

/* ۱۴. حاشیه طلایی */
.wpcustomcrm-btn-style-outline-gold .wpcustomcrm-trackable-button {
	background: #fffbeb;
	color: #92400e;
	border: 2px solid #d97706;
	box-shadow: 0 2px 10px rgba(217, 119, 6, 0.15);
}

.wpcustomcrm-btn-style-outline-gold .wpcustomcrm-trackable-button:hover,
.wpcustomcrm-btn-style-outline-gold .wpcustomcrm-trackable-button:focus {
	background: #fef3c7;
	color: #78350f;
}

/* ۱۵. مینیمال روشن */
.wpcustomcrm-btn-style-soft-minimal .wpcustomcrm-trackable-button {
	background: #f1f5f9;
	color: #334155;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	font-weight: 500;
}

.wpcustomcrm-btn-style-soft-minimal .wpcustomcrm-trackable-button:hover,
.wpcustomcrm-btn-style-soft-minimal .wpcustomcrm-trackable-button:focus {
	background: #e2e8f0;
	color: #0f172a;
}

/* ۱۶. نئون */
.wpcustomcrm-btn-style-pill-neon .wpcustomcrm-trackable-button {
	background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
	color: #0f172a;
	border-radius: 999px;
	padding: 14px 32px;
	box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.4), 0 8px 24px rgba(6, 182, 212, 0.45);
	font-weight: 700;
}

.wpcustomcrm-btn-style-pill-neon .wpcustomcrm-trackable-button:hover,
.wpcustomcrm-btn-style-pill-neon .wpcustomcrm-trackable-button:focus {
	color: #020617;
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.55), 0 10px 28px rgba(6, 182, 212, 0.55);
}

/* پیش‌نمایش ادمین */
.wpcustomcrm-button-preview {
	margin-top: 12px;
	padding: 20px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
}

.wpcustomcrm-button-preview #wpcustomcrm-button-preview-inner {
	min-height: 52px;
}

.wpcustomcrm-button-preview-label {
	margin: 0 0 10px;
	font-size: 12px;
	color: #64748b;
}

.wpcustomcrm-trackable-button--preview {
	pointer-events: none;
}

.wpcustomcrm-shortcode-cell {
	display: inline-block;
	margin-left: 6px;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
