/* Envíos Tostatronic — resalte de tarifas en checkout y carrito.
   La MÁS RÁPIDA: casilla negra con estrella dorada (hasta arriba).
   La MÁS ECONÓMICA: en verde. */

li.ttn-env-row-fastest,
tr.ttn-env-row-fastest {
	background: #111 !important;
	border-radius: 8px;
	padding: 8px 12px !important;
	margin: 4px 0;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.25 );
}

/* Todo el texto de la casilla rápida en blanco para contrastar. */
li.ttn-env-row-fastest,
li.ttn-env-row-fastest label,
li.ttn-env-row-fastest a,
tr.ttn-env-row-fastest,
tr.ttn-env-row-fastest td,
tr.ttn-env-row-fastest label,
.ttn-env-row-fastest .woocommerce-Price-amount,
.ttn-env-row-fastest .amount,
.ttn-env-row-fastest bdi {
	color: #fff !important;
}

/* La opción más económica: etiqueta y precio en verde. */
li.ttn-env-row-cheapest label,
li.ttn-env-row-cheapest .woocommerce-Price-amount,
li.ttn-env-row-cheapest .amount,
li.ttn-env-row-cheapest bdi,
tr.ttn-env-row-cheapest label,
tr.ttn-env-row-cheapest td,
tr.ttn-env-row-cheapest .woocommerce-Price-amount,
tr.ttn-env-row-cheapest .amount,
tr.ttn-env-row-cheapest bdi {
	color: #1e7e34 !important;
	font-weight: 600;
}

/* Si una misma opción es la más rápida Y la más económica, manda el negro. */
li.ttn-env-row-fastest.ttn-env-row-cheapest label,
li.ttn-env-row-fastest.ttn-env-row-cheapest .amount,
li.ttn-env-row-fastest.ttn-env-row-cheapest bdi,
tr.ttn-env-row-fastest.ttn-env-row-cheapest label,
tr.ttn-env-row-fastest.ttn-env-row-cheapest td,
tr.ttn-env-row-fastest.ttn-env-row-cheapest .amount,
tr.ttn-env-row-fastest.ttn-env-row-cheapest bdi {
	color: #fff !important;
}

/* Etiqueta "★ Opción más rápida" en dorado. */
.ttn-env-badge--fastest {
	display: inline-block;
	margin-left: 8px;
	color: #f5c518;
	font-weight: 700;
	font-size: 0.82em;
	white-space: nowrap;
	vertical-align: middle;
}

.ttn-env-badge--fastest::before {
	content: "\2605"; /* ★ */
	margin-right: 4px;
}

/* Etiqueta "Más económica" en verde (blanco sobre la casilla negra). */
.ttn-env-badge--cheapest {
	display: inline-block;
	margin-left: 8px;
	color: #1e7e34;
	font-weight: 700;
	font-size: 0.82em;
	white-space: nowrap;
	vertical-align: middle;
}

.ttn-env-row-fastest .ttn-env-badge--cheapest {
	color: #7ee2a0 !important;
}
