/**
 * Frontend bank transfer detail styles.
 *
 * @package WooPaymentCategory
 */

.wpc-bank-accounts {
	margin: 1em 0;
}

.wpc-bank-account {
	margin: 0 0 1.25em;
	padding: 1em 1.25em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
}

.wpc-bank-account .wpc-bank-logo {
	max-height: 48px;
	width: auto;
	margin-bottom: 0.75em;
}

.wpc-bank-account-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.wpc-bank-account-table th,
.wpc-bank-account-table td {
	text-align: left;
	padding: 6px 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	vertical-align: top;
}

.wpc-bank-account-table th {
	width: 40%;
	font-weight: 600;
}

.wpc-bank-account-instructions {
	margin-top: 0.75em;
	font-size: 0.95em;
}

.wpc-bank-accounts--selectable .wpc-bank-account-option {
	margin-bottom: 1em;
}

.wpc-bank-account-label {
	font-weight: 600;
}

.wpc-bank-confirmation {
	margin-top: 1em;
	padding: 0.75em 1em;
	border-left: 3px solid currentColor;
	opacity: 0.85;
}

.wpc-order-bank-details h2 {
	margin-bottom: 0.5em;
}
