.landing-ui-field-pay-system-selector-ps-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12px 9px;

	height: -webkit-max-content;

	height: -moz-max-content;

	height: max-content;
}

.landing-ui-field-pay-system-selector-ps-img {
	height: 50px;
	width: 75px;
}

.landing-ui-field-pay-system-selector-ps-img img {
	height: 100%;
	width: 100%;

	-o-object-fit: contain;

	   object-fit: contain;
}

.landing-ui-field-pay-system-ps-title {
	margin-left: 15px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.landing-ui-field-pay-system-selector-connect-recommended {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	color: var(--blue);
	border-bottom: 1px dotted;
	font-size: small;
	-ms-flex-item-align: center;
	    align-self: center;
	cursor: pointer;
}

.landing-ui-field-pay-system-selector-ps-switch {
	margin: 0;
}