/**
 * Giao diện phương thức thanh toán Tomaz Payment Gateways.
 */

/* Logo cổng cạnh tên phương thức (checkout cổ điển). */
.woocommerce-checkout .wc_payment_method label img.tpg-gateway-logo,
.payment_method_tpg_onepay_intl label img,
.payment_method_tpg_onepay_domestic label img {
	max-height: 22px;
	width: auto;
	margin-left: 6px;
	vertical-align: middle;
}

/* Nhãn trong Checkout Blocks. */
.tpg-blocks-label {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.tpg-blocks-label__title {
	flex: 1 1 auto;
}

.tpg-blocks-label__logo {
	flex: 0 0 auto;
	max-height: 20px;
	width: auto;
}

/* Mô tả và ghi chú. */
.tpg-gateway-description {
	margin: 0 0 0.6em;
	font-size: 0.92em;
	line-height: 1.5;
}

.tpg-gateway-description p:last-child {
	margin-bottom: 0;
}

.tpg-testmode-notice {
	margin: 0 0 0.6em;
	padding: 6px 10px;
	border-left: 3px solid #e0a800;
	background: #fff8e5;
	color: #6b5200;
	font-size: 0.86em;
	line-height: 1.45;
}

/* Logo các loại thẻ được chấp nhận (yêu cầu OnePAY mục III.6.1). */
ul.tpg-card-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 0.7em;
	padding: 0;
	list-style: none;
}

ul.tpg-card-logos li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tpg-card-logos img {
	display: block;
	height: 28px;
	width: auto;
	border-radius: 4px;
}

/* Điều khoản thanh toán (yêu cầu OnePAY mục III.6.2). */
.tpg-payment-terms {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #e3e7ec;
	border-radius: 6px;
	background: #f8fafc;
	font-size: 0.84em;
	line-height: 1.55;
	color: #4a5568;
}

.tpg-payment-terms p:last-child {
	margin-bottom: 0;
}

/* Ô chọn ngân hàng. */
.tpg-bank-select {
	margin: 0 0 0.8em;
}

.tpg-bank-select label {
	display: block;
	margin-bottom: 4px;
	font-size: 0.9em;
	font-weight: 600;
}

.tpg-bank-select__field {
	width: 100%;
	max-width: 340px;
	padding: 8px 10px;
	border: 1px solid #cfd6de;
	border-radius: 4px;
	background: #fff;
	line-height: 1.4;
}

/* Bảng thông tin giao dịch trong trang quản trị đơn hàng. */
table.tpg-onepay-meta {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

table.tpg-onepay-meta th,
table.tpg-onepay-meta td {
	padding: 5px 6px;
	vertical-align: top;
	word-break: break-word;
}

table.tpg-onepay-meta th {
	width: 45%;
	font-weight: 600;
}
