.woocommerce #payment #visma-pay-embedded-card-payment-content,
#visma-pay-embedded-card-payment-content {
  position: relative;
  clear: both;
  overflow: auto;
  margin: 0 0 10px 0;
  width: 100%;
}

.woocommerce #payment #visma-pay-embedded-card-payment-content:after,
#visma-pay-embedded-card-payment-content:after {
  content: ' ';
  clear: both;
}

.woocommerce #payment ul.payment_methods li.payment_method_visma_pay_embedded_card p,
ul.payment_methods li.payment_method_visma_pay_embedded_card p {
  clear: both;
}

.woocommerce #payment #visma-pay-embedded-card-payment-content .vpe-card-brand-row,
#visma-pay-embedded-card-payment-content .vpe-card-brand-row {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 2px;
  text-align: center;
}
.woocommerce #payment #visma-pay-embedded-card-payment-content .vpe-card-brand-row:after,
#visma-pay-embedded-card-payment-content .vpe-card-brand-row:after {
  content: ' ';
  clear: both;
}

.woocommerce #payment #visma-pay-embedded-card-payment-content .vpe-card-brand-container,
#visma-pay-embedded-card-payment-content .vpe-card-brand-container {
  max-width: 16.5%;
  width: 73px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
}

.woocommerce #payment #visma-pay-embedded-card-payment-content .vpe-card-brand-container img.vpe-card-brand-logo.visa.
#visma-pay-embedded-card-payment-content .vpe-card-brand-container img.vpe-card-brand-logo.visa {
	max-width: 100%;
	max-height: 36px !important;
	margin: 0 !important;
}

.woocommerce #payment #visma-pay-embedded-card-payment-content .vpe-card-brand-container img,
#visma-pay-embedded-card-payment-content .vpe-card-brand-container img {
	max-width: 100%;
	max-height: 40px !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: middle !important;
	display: inline;
	position: static;
}

