/**
 * Price slider additions.
 *
 * Only the disclosure line and a stale-data cue. The cards themselves are the
 * theme's, styled by the inline CSS inside each Elementor widget.
 *
 * @package Eurotrader_Live_Prices
 */

.etlp-notice {
	margin: 14px 0 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	/* Explicit, not inherited: the sliders sit on the near-black hero, where
	   the inherited colour is dark text and the line disappears. This grey
	   clears 4.5:1 on that ground and stays legible on a light one. */
	color: #98a1b3;
	letter-spacing: .01em;
}

/* A card carrying a value from a previous cycle reads slightly back. */
[data-etlp-stale="1"] .bid-badge,
[data-etlp-stale="1"] .ask-badge {
	opacity: .65;
}

/* The forex slider was hidden while its feed was dead. It has data again. */
.forex-slider-wrapper {
	display: flex !important;
}
