/* Tabla de especificaciones en la ficha de producto. */
.uebcat-specs {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5em;
}

.uebcat-specs th,
.uebcat-specs td {
	padding: .55em .8em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.uebcat-specs th {
	width: 38%;
	font-weight: 600;
}

/* Fila de grupo ("Primera etapa", "Segunda etapa"): va a todo el ancho. */
.uebcat-specs__grupo th {
	width: auto;
	padding-top: 1.2em;
	font-size: .85em;
	letter-spacing: .06em;
	text-transform: uppercase;
	border-bottom-width: 2px;
}

.uebcat-specs tr:first-child .uebcat-specs__grupo th,
.uebcat-specs__grupo:first-child th {
	padding-top: 0;
}

@media (max-width: 480px) {
	.uebcat-specs th,
	.uebcat-specs td {
		display: block;
		width: auto;
		border-bottom: 0;
	}

	.uebcat-specs td {
		padding-top: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
}
