/* USD to IDR for Xendit — checkout / cart styling */

/* Classic checkout & cart: the IDR total row */
tr.usd-idr-xendit-total th,
tr.usd-idr-xendit-total td {
	border-top: 2px solid rgba( 0, 0, 0, 0.1 );
	padding-top: 12px;
}

tr.usd-idr-xendit-total .usd-idr-xendit-amount {
	font-size: 1.15em;
	color: #1a7f37;
}

tr.usd-idr-xendit-note-row td {
	padding-top: 4px;
	padding-bottom: 8px;
	font-weight: 400;
}

tr.usd-idr-xendit-note-row small {
	display: block;
	color: #6b6b6b;
	font-size: 0.8em;
	line-height: 1.5;
}

/* Block checkout: the injected IDR panel */
.usd-idr-xendit-block {
	display: block;
	margin: 14px 0 4px;
	padding: 12px 14px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	background: #f7f9f7;
}

.usd-idr-xendit-block__label {
	display: block;
	font-size: 0.82em;
	color: #555;
	margin-bottom: 2px;
}

.usd-idr-xendit-block__value {
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	color: #1a7f37;
	line-height: 1.3;
}

.usd-idr-xendit-block__note {
	display: block;
	margin-top: 6px;
	font-size: 0.74em;
	color: #777;
	line-height: 1.5;
}
