/* Ticker de arriba del sitio */
.tdrd-ticker {
	background-color: #0d3b66;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 6px 10px;
}
.tdrd-ticker__link {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}
.tdrd-ticker__link:hover {
	text-decoration: underline;
}
.tdrd-ticker__label {
	font-weight: 700;
}
.tdrd-ticker__updated {
	opacity: 0.75;
	font-weight: 400;
}

/* Pagina completa (shortcode [tasa_dolar]) */
.tdrd-wrap {
	max-width: 900px;
	margin: 0 auto;
}
.tdrd-intro {
	font-size: 16px;
	color: #333;
	margin-bottom: 16px;
}
.tdrd-error {
	color: #a33;
}

.tdrd-hero-box {
	background: #f4f6f8;
	border: 1px solid #e2e6ea;
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 20px;
	text-align: center;
}
.tdrd-hero-rate {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 20px;
}
.tdrd-hero-flag {
	font-size: 30px;
	line-height: 1;
}
.tdrd-hero-name {
	color: #666;
	font-size: 15px;
}
.tdrd-hero-value strong {
	font-size: 24px;
}
.tdrd-updated {
	color: #777;
	font-size: 13px;
	margin: 6px 0 0;
}

.tdrd-converter {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e6ea;
}
.tdrd-conv-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}
.tdrd-conv-field {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #d7dce1;
	border-radius: 6px;
	padding: 6px 10px;
}
.tdrd-conv-cur {
	font-weight: 700;
	color: #444;
}
.tdrd-conv-field input {
	border: 0;
	outline: none;
	width: 120px;
	font-size: 16px;
}
.tdrd-conv-eq {
	font-size: 18px;
	color: #999;
}
.tdrd-conv-hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #999;
}

.tdrd-lot-updated {
	color: #777;
	font-size: 13px;
	margin: 0 0 12px;
}

.tdrd-resumen {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.tdrd-card {
	flex: 1 1 200px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	background: #f4f6f8;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	padding: 12px 14px;
}
.tdrd-card--best {
	background: #eef7f1;
	border-color: #d9ecdf;
}
.tdrd-card__k {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.tdrd-card strong {
	font-size: 20px;
}
.tdrd-card__n {
	font-size: 12px;
	color: #888;
}

.tdrd-pie {
	color: #888;
	font-size: 13px;
	margin-top: 10px;
}

.tdrd-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
/* Se fuerza el "display" de cada parte de la tabla porque algunos temas
   traen una regla generica para responsive (table/tr/td en display:block o
   position:absolute en mobile) que rompe cualquier tabla ajena -- esto la
   deja funcionando como tabla de verdad pase lo que pase. */
.tdrd-table {
	display: table !important;
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	font-size: 14px;
}
.tdrd-table thead {
	display: table-header-group !important;
}
.tdrd-table tbody {
	display: table-row-group !important;
}
.tdrd-table tr {
	display: table-row !important;
	position: static !important;
}
.tdrd-caption {
	text-align: left;
	font-weight: 600;
	margin-bottom: 8px;
}
.tdrd-table th,
.tdrd-table td {
	display: table-cell !important;
	position: static !important;
	float: none !important;
	padding: 10px 12px;
	border-bottom: 1px solid #ececec;
	text-align: left;
	white-space: nowrap;
}
.tdrd-table thead th {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.tdrd-entidad {
	font-weight: 600;
	white-space: normal;
	min-width: 160px;
}
.tdrd-marca {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tdrd-logo {
	max-height: 22px;
	max-width: 70px;
	width: auto;
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
}
.tdrd-nom {
	line-height: 1.2;
}

@media (max-width: 600px) {
	.tdrd-table {
		font-size: 13px;
	}
	.tdrd-table th,
	.tdrd-table td {
		padding: 8px;
	}
}
.tdrd-num {
	position: relative;
}
.tdrd-best {
	color: #1a7a3a;
	font-weight: 700;
}
.tdrd-tag {
	display: inline-block;
	margin-left: 6px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #1a7a3a;
	color: #fff;
	border-radius: 999px;
	padding: 1px 8px;
	vertical-align: middle;
}
.tdrd-billetes-intro {
	color: #444;
	margin-bottom: 16px;
}
.tdrd-bgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
	margin-bottom: 20px;
}
.tdrd-billete {
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.tdrd-billete__fig {
	background: #0d3b66;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 18px 10px;
}
.tdrd-billete__fig em {
	font-style: normal;
	font-size: 14px;
	opacity: 0.8;
	display: block;
}
.tdrd-billete__body {
	padding: 12px 14px;
}
.tdrd-billete__body h3 {
	margin: 0 0 8px;
	font-size: 15px;
}
.tdrd-billete__body p {
	margin: 0 0 6px;
	font-size: 13px;
	color: #444;
}
.tdrd-billete__n {
	color: #777 !important;
	font-size: 12px !important;
}

.tdrd-faq {
	margin-bottom: 16px;
}
.tdrd-faq__item {
	border-bottom: 1px solid #ececec;
	padding: 12px 0;
}
.tdrd-faq__item h3 {
	margin: 0 0 6px;
	font-size: 15px;
}
.tdrd-faq__item p {
	margin: 0;
	color: #444;
	font-size: 14px;
}

.tdrd-disclaimer {
	color: #999;
	font-size: 12px;
}
