.wc-block-components-address-form__card-details-row {
    display: flex;
    gap: 16px;
}
.wc-block-components-text-input {
    position: relative;
}

.card-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    right: 0;
    display: flex;
    align-items: center;
}
.card-icon  {
    margin: auto;
    margin-right: 5px;
}
.wc-block-components-button {
    width: 100%;
    margin-top: 20px;
    color: black;
}
.after-summit-place-order {
    margin-top: 0;
}
#complete-payment-btn { 
    background: #2677e7;
    color: white;
}