:root {
	--xsp-desc-accent: var(--xsp-accent, #d97706);
	--xsp-desc-text: #1f2933;
	--xsp-desc-muted: #667085;
	--xsp-desc-border: #dde4ea;
	--xsp-desc-soft: #f7f9fb;
	--xsp-desc-dark: #193247;
	--xsp-desc-radius: 8px;
}

.xsp-premium-description,
.xsp-premium-description * {
	box-sizing: border-box;
}

.xsp-premium-description {
	width: 100%;
	margin: 0 auto 32px;
	color: var(--xsp-desc-text);
	font-size: 15px;
	line-height: 1.55;
}

.xsp-premium-description section,
.xsp-premium-description > div {
	margin-bottom: 30px;
}

.xsp-desc-title {
	display: flex;
	justify-content: center;
	margin: 0 0 14px !important;
	color: var(--xsp-desc-text);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.xsp-desc-title span {
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
}

.xsp-desc-title span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 32px;
	height: 2px;
	transform: translateX(-50%);
	background: var(--xsp-desc-accent);
}

.xsp-desc-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--xsp-desc-border);
	border-top: 3px solid var(--xsp-desc-accent);
	border-radius: var(--xsp-desc-radius);
}

.xsp-desc-step {
	padding: 17px 14px;
	border: 1px solid var(--xsp-desc-border);
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.xsp-desc-step-number,
.xsp-desc-activation-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: var(--xsp-desc-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.xsp-desc-step h3 {
	margin: 8px 0 5px !important;
	color: var(--xsp-desc-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.xsp-desc-step p {
	margin: 0 !important;
	color: var(--xsp-desc-muted);
	font-size: 13px;
	line-height: 1.45;
}

.xsp-desc-receive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.xsp-desc-receive-card,
.xsp-desc-support-card {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 13px 13px 13px 15px;
	border: 1px solid var(--xsp-desc-border);
	border-left: 3px solid var(--xsp-desc-accent);
	border-radius: 6px;
	background: #fff;
}

.xsp-desc-card-icon,
.xsp-desc-support-icon {
	flex: 0 0 auto;
	font-size: 16px;
	line-height: 1.3;
}

.xsp-desc-receive-card h3,
.xsp-desc-support-card h3 {
	margin: 0 0 4px !important;
	color: var(--xsp-desc-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.xsp-desc-receive-card p,
.xsp-desc-support-card p {
	margin: 0 !important;
	color: var(--xsp-desc-muted);
	font-size: 12.5px;
	line-height: 1.45;
}

.xsp-desc-delivery {
	margin: 10px 0 0 !important;
	color: #344054;
	font-size: 12.5px;
	line-height: 1.5;
}

.xsp-desc-delivery::first-line {
	font-weight: 600;
}

.xsp-desc-notice {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid var(--xsp-desc-border);
	border-left: 3px solid var(--xsp-desc-accent);
	border-radius: 6px;
	background: #fff;
}

.xsp-desc-notice p {
	margin: 0 !important;
	color: #475467;
	font-size: 12.5px;
	line-height: 1.5;
}

.xsp-desc-box {
	padding: 14px;
	border: 1px solid var(--xsp-desc-border);
	border-radius: var(--xsp-desc-radius);
	background: #fff;
}

.xsp-desc-box-title {
	margin: 0 0 12px !important;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--xsp-desc-border);
	color: var(--xsp-desc-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.xsp-desc-benefits {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.xsp-desc-benefit {
	display: flex;
	gap: 7px;
	align-items: flex-start;
}

.xsp-desc-check {
	flex: 0 0 auto;
	color: var(--xsp-desc-accent);
	font-weight: 700;
}

.xsp-desc-benefit p {
	margin: 0 !important;
	color: #475467;
	font-size: 13px;
	line-height: 1.45;
}

.xsp-desc-benefit strong {
	color: var(--xsp-desc-text);
}

.xsp-desc-faq {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
}

.xsp-desc-faq-item {
	overflow: hidden;
	border: 1px solid var(--xsp-desc-border);
	border-left: 3px solid var(--xsp-desc-accent);
	border-radius: 6px;
	background: #fff;
}

.xsp-desc-faq-item summary {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 48px;
	padding: 12px 13px;
	color: var(--xsp-desc-text);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.xsp-desc-faq-item summary::-webkit-details-marker {
	display: none;
}

.xsp-desc-faq-symbol {
	position: relative;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
}

.xsp-desc-faq-symbol::before,
.xsp-desc-faq-symbol::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 1px;
	width: 11px;
	height: 1.5px;
	background: var(--xsp-desc-accent);
}

.xsp-desc-faq-symbol::after {
	transform: rotate(90deg);
	transition: transform .15s ease;
}

.xsp-desc-faq-item[open] .xsp-desc-faq-symbol::after {
	transform: rotate(0);
}

.xsp-desc-faq-answer {
	padding: 12px 15px 14px 35px;
	border-top: 1px solid var(--xsp-desc-border);
	color: var(--xsp-desc-muted);
	font-size: 12.5px;
	line-height: 1.55;
}

.xsp-desc-faq-answer p {
	margin: 0 !important;
}

.xsp-desc-activation-intro {
	margin: 0 0 12px !important;
	color: #475467;
	font-size: 13px;
}

.xsp-desc-key {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 13px;
	padding: 11px 15px;
	border-radius: 5px;
	background: var(--xsp-desc-dark);
	color: #f8b334;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	overflow-wrap: anywhere;
	text-align: center;
}

.xsp-desc-activation-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
}

.xsp-desc-activation-step {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--xsp-desc-border);
	border-radius: 5px;
	background: #fff;
}

.xsp-desc-activation-number {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	font-size: 11px;
}

.xsp-desc-activation-step p {
	margin: 0 !important;
	color: #475467;
	font-size: 12.5px;
	line-height: 1.45;
}

.xsp-desc-activation-step strong {
	color: var(--xsp-desc-text);
}

.xsp-desc-guide {
	margin: 13px 0 0 !important;
	padding-top: 11px;
	border-top: 1px solid var(--xsp-desc-border);
	font-size: 12.5px;
}

.xsp-desc-guide a,
.xsp-desc-guide span,
.xsp-desc-support-card a,
.xsp-desc-support-link {
	color: var(--xsp-desc-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.xsp-desc-support-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.xsp-desc-support-card a,
.xsp-desc-support-link {
	display: inline-block;
	margin-top: 8px;
	font-size: 12.5px;
}

@media (min-width: 640px) {
	.xsp-desc-receive-grid,
	.xsp-desc-support-grid,
	.xsp-desc-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 993px) {
	.xsp-premium-description {
		font-size: 14px;
	}

	.xsp-premium-description section,
	.xsp-premium-description > div {
		margin-bottom: 34px;
	}

	.xsp-desc-title {
		font-size: 20px;
	}

	.xsp-desc-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 16px;
	}

	.xsp-desc-step {
		min-height: 126px;
		padding: 20px 16px;
	}

	.xsp-desc-step h3 {
		font-size: 14px;
	}

	.xsp-desc-step p,
	.xsp-desc-receive-card p,
	.xsp-desc-support-card p,
	.xsp-desc-notice p,
	.xsp-desc-delivery,
	.xsp-desc-faq-answer,
	.xsp-desc-activation-step p {
		font-size: 12px;
	}

	.xsp-desc-receive-card,
	.xsp-desc-support-card {
		min-height: 84px;
	}

	.xsp-desc-box {
		padding: 17px;
	}

	.xsp-desc-faq-item summary {
		font-size: 13px;
	}

	.xsp-desc-activation-step {
		padding: 11px 12px;
	}
}

/* ==========================================================
   V0.4.2 — RESPONSIVE HARDENING
   Protección frente a estilos agresivos de Elementor/Electra
   y optimización mobile-first para conversión.
   ========================================================== */

body.xsp-premium-description-enabled .xsp-premium-description {
	--xsp-mobile-gutter: 16px;
	font-family: inherit !important;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	overflow: hidden;
}

body.xsp-premium-description-enabled .xsp-premium-description *,
body.xsp-premium-description-enabled .xsp-premium-description *::before,
body.xsp-premium-description-enabled .xsp-premium-description *::after {
	box-sizing: border-box;
	min-width: 0;
}

body.xsp-premium-description-enabled .xsp-premium-description h2,
body.xsp-premium-description-enabled .xsp-premium-description h3,
body.xsp-premium-description-enabled .xsp-premium-description p,
body.xsp-premium-description-enabled .xsp-premium-description summary {
	font-family: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

body.xsp-premium-description-enabled .xsp-premium-description p,
body.xsp-premium-description-enabled .xsp-premium-description span,
body.xsp-premium-description-enabled .xsp-premium-description strong,
body.xsp-premium-description-enabled .xsp-premium-description a,
body.xsp-premium-description-enabled .xsp-premium-description summary {
	overflow-wrap: anywhere;
	word-break: normal;
}

@media (max-width: 767px) {
	body.xsp-premium-description-enabled .woocommerce-tabs .panel,
	body.xsp-premium-description-enabled .woocommerce-Tabs-panel {
		overflow: visible;
	}

	body.xsp-premium-description-enabled .xsp-premium-description {
		width: auto;
		max-width: none;
		margin: 18px var(--xsp-mobile-gutter) 26px !important;
		font-size: 15px !important;
		line-height: 1.48 !important;
	}

	body.xsp-premium-description-enabled .xsp-premium-description section,
	body.xsp-premium-description-enabled .xsp-premium-description > div {
		margin-bottom: 24px !important;
	}

	/* Títulos de sección: el tema no puede inflarlos. */
	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-title {
		margin: 0 0 12px !important;
		font-size: clamp(23px, 6.5vw, 28px) !important;
		font-weight: 750 !important;
		line-height: 1.08 !important;
		text-align: center !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-title span {
		max-width: 100%;
		padding-bottom: 8px;
	}

	/* Cómo funciona: menos altura y menor sensación de "bloque gigante". */
	body.xsp-premium-description-enabled .xsp-desc-steps {
		gap: 8px;
		padding: 9px;
		border-radius: 8px;
	}

	body.xsp-premium-description-enabled .xsp-desc-step {
		min-height: 0 !important;
		padding: 13px 12px !important;
		border-radius: 6px;
	}

	body.xsp-premium-description-enabled .xsp-desc-step-number {
		width: 27px;
		height: 27px;
		font-size: 12px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step h3 {
		margin: 6px 0 3px !important;
		font-size: 21px !important;
		font-weight: 750 !important;
		line-height: 1.08 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step p {
		margin: 0 auto !important;
		max-width: 420px;
		font-size: 14px !important;
		line-height: 1.4 !important;
	}

	/* Qué recibe: tarjetas horizontales y compactas. */
	body.xsp-premium-description-enabled .xsp-desc-receive-grid {
		gap: 8px;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card,
	body.xsp-premium-description-enabled .xsp-desc-support-card {
		gap: 9px;
		min-height: 0 !important;
		padding: 11px 11px 11px 12px !important;
		border-left-width: 3px;
	}

	body.xsp-premium-description-enabled .xsp-desc-card-icon,
	body.xsp-premium-description-enabled .xsp-desc-support-icon {
		width: 24px;
		flex: 0 0 24px;
		font-size: 16px !important;
		text-align: center;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card h3,
	body.xsp-premium-description-enabled .xsp-desc-support-card h3 {
		margin: 0 0 2px !important;
		font-size: 19px !important;
		font-weight: 750 !important;
		line-height: 1.12 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card p,
	body.xsp-premium-description-enabled .xsp-desc-support-card p {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-delivery {
		margin-top: 12px !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-notice {
		gap: 8px;
		margin-top: 10px;
		padding: 11px 12px;
	}

	body.xsp-premium-description-enabled .xsp-desc-notice p {
		font-size: 13.5px !important;
		line-height: 1.45 !important;
	}

	/* Beneficios. */
	body.xsp-premium-description-enabled .xsp-desc-box {
		padding: 13px !important;
		border-radius: 8px;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-box-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-box-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-box-title {
		margin: 0 0 10px !important;
		padding-bottom: 8px !important;
		font-size: 23px !important;
		font-weight: 750 !important;
		line-height: 1.08 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefits {
		gap: 7px;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefit {
		gap: 7px;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefit p {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}

	/* FAQ compacto y con objetivos táctiles suficientes. */
	body.xsp-premium-description-enabled .xsp-desc-faq {
		gap: 7px;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-item summary {
		gap: 9px;
		min-height: 46px !important;
		padding: 10px 12px !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.3 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-symbol {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-answer {
		padding: 10px 12px 12px 34px !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	/* Activación: menos scroll y key responsive. */
	body.xsp-premium-description-enabled .xsp-desc-activation-intro {
		margin-bottom: 10px !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-key {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 8px;
		font-size: clamp(11px, 3.2vw, 14px) !important;
		line-height: 1.3 !important;
		letter-spacing: .045em;
		white-space: normal;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-steps {
		gap: 7px;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-step {
		gap: 8px;
		align-items: flex-start;
		padding: 9px 10px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-number {
		width: 27px;
		height: 27px;
		flex-basis: 27px;
		margin-top: 1px;
		font-size: 11px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-step p {
		font-size: 14px !important;
		line-height: 1.42 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-guide {
		margin-top: 10px !important;
		padding-top: 9px !important;
		font-size: 14px !important;
	}

	/* Garantía/soporte. */
	body.xsp-premium-description-enabled .xsp-desc-support-grid {
		gap: 8px;
	}

	body.xsp-premium-description-enabled .xsp-desc-support-card a,
	body.xsp-premium-description-enabled .xsp-desc-support-link {
		margin-top: 6px;
		font-size: 14px !important;
	}

	/* Evita que botones flotantes laterales invadan demasiado el texto. */
	body.xsp-premium-description-enabled .xsp-premium-description {
		padding-bottom: 8px;
	}
}

@media (max-width: 390px) {
	body.xsp-premium-description-enabled .xsp-premium-description {
		--xsp-mobile-gutter: 12px;
		font-size: 14px !important;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-title {
		font-size: 22px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step h3 {
		font-size: 19px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card h3,
	body.xsp-premium-description-enabled .xsp-desc-support-card h3 {
		font-size: 17px !important;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-box-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-box-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-box-title {
		font-size: 21px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-item summary,
	body.xsp-premium-description-enabled .xsp-desc-receive-card p,
	body.xsp-premium-description-enabled .xsp-desc-support-card p,
	body.xsp-premium-description-enabled .xsp-desc-benefit p,
	body.xsp-premium-description-enabled .xsp-desc-activation-step p {
		font-size: 13.5px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-key {
		font-size: 11px !important;
		letter-spacing: .025em;
	}
}

/* Tablet: conserva aire sin adoptar aún el layout de escritorio. */
@media (min-width: 768px) and (max-width: 992px) {
	body.xsp-premium-description-enabled .xsp-premium-description {
		margin-right: 18px;
		margin-left: 18px;
	}

	body.xsp-premium-description-enabled .xsp-desc-title {
		font-size: 22px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step h3 {
		font-size: 17px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card h3,
	body.xsp-premium-description-enabled .xsp-desc-support-card h3 {
		font-size: 16px !important;
	}
}
/* ==========================================================
   V0.4.3 — MOBILE COMPACT
   Ajuste final de escala para 360–767 px.
   Mantiene escritorio intacto y evita doble gutter del tema.
   ========================================================== */

@media (max-width: 767px) {

	body.xsp-premium-description-enabled .xsp-premium-description {
		--xsp-mobile-gutter: 0px;
		width: 100% !important;
		max-width: 100% !important;
		margin: 14px 0 22px !important;
		padding: 0 !important;
		font-size: 13px !important;
		line-height: 1.42 !important;
		overflow: visible;
	}

	body.xsp-premium-description-enabled .xsp-premium-description section,
	body.xsp-premium-description-enabled .xsp-premium-description > div {
		margin-bottom: 18px !important;
	}

	/* Títulos principales: visualmente fuertes sin ocupar media pantalla. */
	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-title {
		margin: 0 0 10px !important;
		font-size: 19px !important;
		font-weight: 750 !important;
		line-height: 1.13 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-title span {
		padding-bottom: 7px !important;
		max-width: 94%;
	}

	body.xsp-premium-description-enabled .xsp-desc-title span::after {
		width: 28px;
		height: 2px;
	}

	/* Cómo funciona */
	body.xsp-premium-description-enabled .xsp-desc-steps {
		gap: 6px !important;
		padding: 7px !important;
		border-top-width: 2px;
		border-radius: 7px;
	}

	body.xsp-premium-description-enabled .xsp-desc-step {
		padding: 9px 10px !important;
		min-height: 0 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step-number {
		width: 24px !important;
		height: 24px !important;
		font-size: 10.5px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step h3 {
		margin: 5px 0 2px !important;
		font-size: 15.5px !important;
		font-weight: 750 !important;
		line-height: 1.1 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step p {
		max-width: 330px;
		font-size: 12.5px !important;
		line-height: 1.36 !important;
	}

	/* Qué recibe */
	body.xsp-premium-description-enabled .xsp-desc-receive-grid {
		gap: 6px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card,
	body.xsp-premium-description-enabled .xsp-desc-support-card {
		gap: 7px !important;
		padding: 9px 9px 9px 10px !important;
		border-left-width: 3px;
		border-radius: 6px;
	}

	body.xsp-premium-description-enabled .xsp-desc-card-icon,
	body.xsp-premium-description-enabled .xsp-desc-support-icon {
		width: 20px !important;
		flex: 0 0 20px !important;
		font-size: 14px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card h3,
	body.xsp-premium-description-enabled .xsp-desc-support-card h3 {
		margin: 0 0 2px !important;
		font-size: 15.5px !important;
		font-weight: 750 !important;
		line-height: 1.16 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-receive-card p,
	body.xsp-premium-description-enabled .xsp-desc-support-card p {
		font-size: 12.5px !important;
		line-height: 1.38 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-delivery {
		margin-top: 9px !important;
		font-size: 12.5px !important;
		line-height: 1.42 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-notice {
		gap: 7px !important;
		margin-top: 8px !important;
		padding: 9px 10px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-notice p {
		font-size: 12px !important;
		line-height: 1.42 !important;
	}

	/* Beneficios */
	body.xsp-premium-description-enabled .xsp-desc-box {
		padding: 10px !important;
		border-radius: 7px;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-box-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-box-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-box-title {
		margin: 0 0 8px !important;
		padding-bottom: 7px !important;
		font-size: 18px !important;
		font-weight: 750 !important;
		line-height: 1.12 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefits {
		gap: 5px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefit {
		gap: 6px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-benefit p {
		font-size: 12.5px !important;
		line-height: 1.38 !important;
	}

	/* FAQ */
	body.xsp-premium-description-enabled .xsp-desc-faq {
		gap: 6px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-item summary {
		gap: 7px !important;
		min-height: 42px !important;
		padding: 9px 10px !important;
		font-size: 13.5px !important;
		font-weight: 700 !important;
		line-height: 1.28 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-symbol {
		width: 12px !important;
		height: 12px !important;
		flex: 0 0 12px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-symbol::before,
	body.xsp-premium-description-enabled .xsp-desc-faq-symbol::after {
		top: 5px;
		width: 10px;
	}

	body.xsp-premium-description-enabled .xsp-desc-faq-answer {
		padding: 9px 10px 10px 29px !important;
		font-size: 12.5px !important;
		line-height: 1.45 !important;
	}

	/* Activación */
	body.xsp-premium-description-enabled .xsp-desc-activation-intro {
		margin: 0 0 8px !important;
		font-size: 12.5px !important;
		line-height: 1.42 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-key {
		width: 100% !important;
		margin: 0 auto 8px !important;
		padding: 9px 7px !important;
		font-size: 11.5px !important;
		line-height: 1.2 !important;
		letter-spacing: .035em !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-steps {
		gap: 6px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-step {
		gap: 7px !important;
		padding: 8px 9px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-number {
		width: 24px !important;
		height: 24px !important;
		flex: 0 0 24px !important;
		font-size: 10px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-activation-step p {
		font-size: 12.5px !important;
		line-height: 1.38 !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-guide {
		margin: 8px 0 0 !important;
		padding-top: 8px !important;
		font-size: 12.5px !important;
	}

	/* Garantía y soporte */
	body.xsp-premium-description-enabled .xsp-desc-support-grid {
		gap: 6px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-support-card a,
	body.xsp-premium-description-enabled .xsp-desc-support-link {
		margin-top: 5px !important;
		font-size: 12.5px !important;
	}
}

@media (max-width: 390px) {
	body.xsp-premium-description-enabled .xsp-premium-description {
		font-size: 12.5px !important;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-title {
		font-size: 18px !important;
	}

	body.xsp-premium-description-enabled .xsp-desc-step h3,
	body.xsp-premium-description-enabled .xsp-desc-receive-card h3,
	body.xsp-premium-description-enabled .xsp-desc-support-card h3 {
		font-size: 15px !important;
	}

	body.xsp-premium-description-enabled .woocommerce-Tabs-panel .xsp-desc-box-title,
	body.xsp-premium-description-enabled .woocommerce-tabs .xsp-desc-box-title,
	body.xsp-premium-description-enabled .xsp-premium-description .xsp-desc-box-title {
		font-size: 17px !important;
	}
}
