#payment .payment_methods li[class*="payment_method_movepayment"] label img {
float: none;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
margin-inline-start: 12px;
width: 72px;
height: 72px !important;
max-height: 72px !important;
}
.movepayment-checkout-card {
width: 100%;
box-sizing: border-box;
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);
}
.movepayment-checkout-card__left {
flex: 1 1 auto;
min-width: 0;
padding: 16px 18px;
display: flex;
flex-direction: column;
gap: 8px;
}
.movepayment-checkout-card__title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
font-weight: 600;
color: #1c2230;
font-size: 16px;
}
.movepayment-checkout-card__title-text {
min-width: 0;
}
.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;
}
.movepayment-checkout-card__subtitle {
color: #546071;
font-size: 13px;
line-height: 1.35;
}
.movepayment-checkout-card__learn {
align-self: flex-start;
color: #4b38d6;
font-size: 12px;
font-weight: 600;
text-decoration: none;
}
.movepayment-checkout-card__learn:hover,
.movepayment-checkout-card__learn:focus {
text-decoration: underline;
}
.movepayment-checkout-card__right {
flex: 0 0 140px;
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%
);
}
.movepayment-checkout-card__icon {
max-width: 100px;
height: auto;
}
.movepayment-checkout-card__more {
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
color: #5c46e8;
text-transform: uppercase;
}
.wc-block-components-radio-control__option
.wc-block-components-radio-control__label
.movepayment-checkout-card,
.wc-block-components-payment-method
.wc-block-components-payment-method__label
.movepayment-checkout-card {
margin-top: 8px;
}
.wc-block-components-radio-control__option
.wc-block-components-radio-control__label,
.wc-block-components-payment-method
.wc-block-components-payment-method__label {
width: 100%;
}
.wc-block-components-radio-control__option .movepayment-checkout-card,
.wc-block-components-payment-method .movepayment-checkout-card {
max-width: 100%;
}
.wc-block-components-checkout-step__content
#radio-control-wc-payment-method-options-movepayment__content {
display: none;
}
@media (max-width: 520px) {
.movepayment-checkout-card {
flex-direction: column;
}
.movepayment-checkout-card__right {
flex: 0 0 auto;
min-width: 100%;
flex-direction: row;
justify-content: center;
}
}