.wc-sp-price-wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wc-sp-price-normal {
	color: #9a9a9a;
	font-size: 0.8em;
	font-weight: 400;
	text-decoration: line-through;
}

.wc-sp-price-sep {
	width: 1px;
	height: 1em;
	background: #d9d9d9;
	display: inline-block;
}

.wc-sp-price-divisas {
	color: #011340;
	font-weight: 800;
	font-size: 1.2em;
	text-decoration: none;
}

.wc-sp-badge {
	display: inline-block;
	margin-top: 8px;
	background: #FFF7DD;
	color: #6b5400;
	border: 1px solid #FEC917;
	border-radius: 999px;
	padding: 3px 12px;
	font-size: 11px;
	font-weight: 600;
}

.wc-sp-note {
	margin-top: 10px;
	background: #FFFBEF;
	border: 1px solid #FEC917;
	border-radius: 8px;
	padding: 12px 14px;
	max-width: 380px;
}

.wc-sp-note strong {
	display: block;
	color: #011340;
	font-size: 13px;
	margin-bottom: 3px;
}

.wc-sp-note p {
	margin: 0;
	color: #555;
	font-size: 12.5px;
	line-height: 1.45;
}

/* Modo Bolivares: un solo precio (sin tachado, sin comparacion), el
   Precio Normal convertido a bolivares reales con la tasa BCV del dia. */
.wc-sp-price-bs-only {
	color: #011340;
	font-weight: 800;
	font-size: 1.2em;
}

/* Franja fija de tasa BCV, arriba de todo (no sticky a proposito, ver
   class-currency-ticker.php). */
.wc-sp-ticker {
	background: #f7f7f8;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12.5px;
	color: #011340;
}

.wc-sp-ticker-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.wc-sp-ticker-rate {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.wc-sp-ticker-badge {
	background: #011340;
	color: #fff;
	font-weight: 700;
	font-size: 10.5px;
	letter-spacing: 0.04em;
	border-radius: 4px;
	padding: 2px 6px;
}

.wc-sp-ticker-rate strong {
	color: #011340;
}

.wc-sp-ticker-unit,
.wc-sp-ticker-date {
	color: #6b7280;
}

.wc-sp-ticker-date::before {
	content: "•";
	margin-right: 8px;
	color: #d9d9d9;
}

.wc-sp-ticker-toggle {
	display: inline-flex;
	gap: 4px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	padding: 2px;
}

.wc-sp-ticker-btn {
	border: none;
	background: transparent;
	border-radius: 999px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #6b7280;
	cursor: pointer;
}

.wc-sp-ticker-btn.is-active {
	background: #011340;
	color: #fff;
}

@media (max-width: 480px) {
	.wc-sp-ticker-date {
		display: none;
	}
}

/* Tooltip "?" en grillas (tienda/categorias/relacionados) explicando el
   par de precios, en vez de repetir el parrafo completo en cada tarjeta
   (eso solo se muestra en la ficha de producto individual). */
.wc-sp-tooltip {
	position: relative;
	display: inline-flex;
	margin-left: 4px;
	vertical-align: middle;
}

.wc-sp-tooltip-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #e9e9e9;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	border: none;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

.wc-sp-tooltip-trigger:hover,
.wc-sp-tooltip-trigger:focus-visible {
	background: #FEC917;
	color: #011340;
}

.wc-sp-tooltip-content {
	display: none;
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	width: 200px;
	text-align: left;
	background: #FFFBEF;
	border: 1px solid #FEC917;
	border-radius: 8px;
	padding: 10px 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.wc-sp-tooltip.is-open .wc-sp-tooltip-content {
	display: block;
}

.wc-sp-tooltip-content strong {
	display: block;
	color: #011340;
	font-size: 12px;
	margin-bottom: 3px;
}

.wc-sp-tooltip-content p {
	margin: 0;
	color: #555;
	font-size: 11.5px;
	line-height: 1.4;
}
