/**
 * Fishy Multicurrency frontend styles.
 */

/* Highlight the Vipps payment method row at checkout. */
.wc_payment_method.payment_method_vipps {
	background: rgba( 0, 0, 0, 0.5 );
	border-radius: 6px;
	padding: 8px;
}
