@import '../../../../../_common/scss/main';
.PaymentMethodChoiceLabel {
	font-size: $font-size-button;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;

	&__Label {
		color :$secondary-text-color;
	}

	&__Icon {
		height: 26px;
		margin-right: $gutter;
	}
}