#pay-form-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
  }
#pay-form-loader {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 80px;
    align-items: center;
}
#pay-form-loader > img {
    width: 25px;
}

#everypay-checkout-secure-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 40vw;
    height: 5vh;
}
#everypay-checkout-secure-logos svg {
    height: 100%;
    min-width: 10vw;
    max-width: 10vw;
}

.payment_method_gg_everypay_custom .caution {
    font-weight: 600;
    color: red;
}

.wc-block-order-confirmation-recurring-note {
    border: 1px solid hsla(0,0%,7%,.11);
    border-radius: 4px;
    padding: 16px;
}
.wc-block-order-confirmation-recurring-note p {
    margin: 0 0 10px 0;
} 
.wc-block-order-confirmation-recurring-note strong {
    color: red;
} 

@media only screen and (max-width: 767px) {
    #everypay-checkout-secure-logos {
        justify-content: space-around;
    }
}