@import '../../../../../_common/scss/main';

.PaymentMethodChoice {
	
	&__Top {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	&__RadioWrap {
		flex: 0 0 30px;
		height: 20px;
	}

	&__LabelWrap {
		flex: 1 1 auto;
	}
}
