#payment .payment_methods li[class*="payment_method_movepayment"] label {
  display: inline;
}

#payment .payment_methods li[class*="payment_method_movepayment"] label img {
  float: right;
  border: 0;
  padding: 0;
  height: 36px !important;
  max-height: 36px !important;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e1f8;
  box-shadow: 0 10px 24px rgba(32, 27, 80, 0.12);
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__left {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1c2230;
  font-size: 16px;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #d9f7e2;
  color: #1b7c3a;
}

.wc-block-components-checkout-step__content
  .movepayment-checkout-card__subtitle {
  color: #546071;
  font-size: 13px;
  line-height: 1.35;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__learn {
  color: #4b38d6;
  font-size: 12px;
  font-weight: 600;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__right {
  min-width: 140px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f4f2ff;
  background: linear-gradient(
    45deg,
    rgba(244, 242, 255, 1) 0%,
    rgba(244, 242, 255, 1) 40%,
    rgba(55, 17, 252, 0.22) 100%
  );
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__icon {
  max-width: 100px;
  height: auto;
}

.wc-block-components-checkout-step__content .movepayment-checkout-card__more {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #5c46e8;
  text-transform: uppercase;
}

.wc-block-components-checkout-step__content
  #radio-control-wc-payment-method-options-movepayment__content {
  display: none;
}

@media (max-width: 520px) {
  .wc-block-components-checkout-step__content .movepayment-checkout-card {
    flex-direction: column;
  }

  .wc-block-components-checkout-step__content
    .movepayment-checkout-card__right {
    min-width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
