.wc-block-components-radio-control-accordion-content input, .payment_method_payment_portal_gateway #payment-portal-options input {
    display: none;
}
.wc-block-components-radio-control-accordion-content div, .payment_method_payment_portal_gateway #payment-portal-options {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.wc-block-components-radio-control-accordion-content label, .payment_method_payment_portal_gateway #payment-portal-options label {
	flex: 0 0 33%;
	max-width: 33%;
	margin: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.stripe-payment,
.wc-block-components-radio-control-accordion-content label:first-child, .payment_method_payment_portal_gateway #payment-portal-options label:first-child {
	background-color: #6058f7;
}
.paypal-payment,
.wc-block-components-radio-control-accordion-content label:nth-child(2), .payment_method_payment_portal_gateway #payment-portal-options label:nth-child(2) {
	background-color: #012f86;
}
.freekassa-payment,
.wc-block-components-radio-control-accordion-content label:nth-child(3), .payment_method_payment_portal_gateway #payment-portal-options label:nth-child(3) {
	background-color: #f25443;
}
.wc-block-components-radio-control-accordion-content div,
.payment_method_payment_portal_gateway #payment-portal-options {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.payment_method_payment_portal_gateway #payment-portal-options label {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
}
.payment_method_payment_portal_gateway #payment-portal-options label:nth-child(4) {
  background-color: #f37338;
}
.payment_method_payment_portal_gateway #payment-portal-options label:nth-child(5) {
  background-color: #000;
}
.payment_method_payment_portal_gateway #payment-portal-options label:nth-child(6) {
  background: #0076e1;
}
#payment-portal-options label.active::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 40px;
    background-color: #fff;
    color: green;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    left: 30px;
}
#payment-portal-options label.active::before {
	font-family: "Font Awesome 5 Free";
	left: -5px;
	top: -5px;
}
.wc-block-components-radio-control-accordion-content label,
 .payment_method_payment_portal_gateway #payment-portal-options label {
	position: relative;
}