.rs-comparar {
	font-family: 'Jost', sans-serif;
	color: #111827;
	box-sizing: border-box;
}

.rs-comparar * {
	box-sizing: border-box;
}

.rs-comparar-seccion {
	margin-bottom: 24px;
}

.rs-comparar-seccion-nombre {
	display: inline-block;
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #0063FD !important;
	margin-bottom: 8px;
}

.rs-comparar-seccion-titulo {
	font-family: 'Jost', sans-serif !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #002052 !important;
	margin: 0 0 10px;
	line-height: 1.2;
}

.rs-comparar-seccion-descripcion {
	font-family: 'Jost', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #647D8C !important;
	line-height: 1.5;
}

.rs-comparar-seccion-descripcion p:last-child {
	margin-bottom: 0;
}

.rs-comparar-scroll {
	overflow-x: auto;
	margin-bottom: 24px;
}

.rs-comparar-tabla {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.rs-comparar-tabla th,
.rs-comparar-tabla td {
	padding: 16px;
	vertical-align: top;
	border-bottom: 1px solid #e5e7eb;
}

.rs-comparar-cabecera-vacia {
	width: 180px;
	min-width: 180px;
	background: #f9fafb;
	border-right: 1px solid #e5e7eb;
}

.rs-comparar-cabecera-producto {
	min-width: 180px;
	width: calc(100% / var(--rs-comparar-cols, 3));
	text-align: center;
	border-right: 1px solid #e5e7eb;
}

.rs-comparar-cabecera-producto:last-child,
.rs-comparar-fila td:last-child,
.rs-comparar-fila th:last-child {
	border-right: none;
}

.rs-comparar-imagen-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px;
}

.rs-comparar-imagen {
	max-width: 100%;
	max-height: 140px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.rs-comparar-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #dc2626;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 4px 10px;
	border-radius: 4px;
	white-space: nowrap;
	z-index: 2;
}

.rs-comparar-fila-nombre td,
.rs-comparar-celda-nombre {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
	text-align: center;
	padding-top: 0;
}

.rs-comparar-fila-precio td,
.rs-comparar-celda-precio {
	text-align: center;
	padding-top: 0;
	padding-bottom: 12px;
}

.rs-comparar-celda-precio .price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-size: 14px;
	font-weight: 600;
	color: #2563eb;
}

.rs-comparar-celda-precio .price del {
	font-size: 12px;
	color: #dc2626;
	text-decoration: line-through;
	font-weight: 500;
}

.rs-comparar-celda-precio .price ins {
	text-decoration: none;
}

.rs-comparar-celda-precio .price .woocommerce-Price-amount {
	color: #2563eb;
}

.rs-comparar-celda-precio .price del .woocommerce-Price-amount {
	color: #dc2626;
}

.rs-comparar-fila-boton td,
.rs-comparar-celda-boton {
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

.rs-comparar-add-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #2563eb;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 16px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.rs-comparar-add-cart:hover {
	background: #1d4ed8;
}

.rs-comparar-fila {
	background: #fff;
}

.rs-comparar-fila-etiqueta {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #374151;
	background: #f9fafb;
	border-right: 1px solid #e5e7eb;
	text-align: left;
	letter-spacing: 0.03em;
}

.rs-comparar-fila-valor {
	font-size: 14px;
	color: #4b5563;
	text-align: center;
	border-right: 1px solid #e5e7eb;
}

.rs-comparar-fila-destacada {
	background: #dbeafe;
}

.rs-comparar-fila-destacada .rs-comparar-fila-etiqueta,
.rs-comparar-fila-destacada .rs-comparar-fila-valor {
	background: #dbeafe;
	color: #1e3a8a;
	font-weight: 600;
}

.rs-comparar-tip {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-left: 4px solid #f59e0b;
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #92400e;
	line-height: 1.5;
}

.rs-comparar-tip-icono {
	flex-shrink: 0;
	color: #f59e0b;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.rs-comparar-tip-texto p:last-child {
	margin-bottom: 0;
}

.rs-comparar-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rs-comparar-cta {
	flex: 1 1 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #2563eb;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.rs-comparar-cta:hover {
	background: #1d4ed8;
}

.rs-comparar-cta-flecha {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

@media (max-width: 640px) {
	.rs-comparar-tabla {
		min-width: 540px;
	}

	.rs-comparar-cabecera-vacia {
		width: 140px;
		min-width: 140px;
	}

	.rs-comparar-cabecera-producto,
	.rs-comparar-fila td,
	.rs-comparar-fila th {
		min-width: 160px;
		padding: 12px;
	}

	.rs-comparar-cta {
		flex: 1 1 100%;
	}

	.rs-comparar-seccion-titulo {
		font-size: 32px !important;
	}
}
