.ibs-ach-verification {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.ibs-ach-verification-image {
    width: 150px;
    height: 150px;
    max-height: none !important;
    max-width: none;
}

.ibs-ach-verification-heading {
    font-size: 20px;
    margin: 20px 0 !important;
}

.ibs-ach-stripe-redirect-timer-row {
    margin-top: 20px;
}

.ibs-ach-stripe-redirect-timer {
    text-decoration: underline;
    font-weight: bold;
}

.ibs-form-verification-container {
    display: flex;
    justify-content: center;
}

.ibs-form-verification {
    max-width: 400px;
}

.wc-block-ach-stripe-elements::after {
    content: "";
    clear: both;
    display: block;
}

.wc-ach-stripe-bank-routing-number-element,
.wc-ach-stripe-bank-account-number-element  {
    float: left;
    position: relative;
    width: calc(50% - 12px);
    margin-top: 0;
}

.wc-ach-stripe-bank-routing-number-element {
    margin-right: 6px;
}

.wc-ach-stripe-bank-account-number-element {
    margin-left: 6px;
}

.wc-ach-stripe-bank-holder-name-element,
.wc-ach-stripe-bank-holder-type-element,
.wc-ach-stripe-bank-auth-element {
    width: calc( 100% - 12px );
    float: left;
}

.wc-ach-stripe-bank-holder-type-element {
    display: flex;
    justify-content: space-evenly;
}

.ibs-plaid-place-order em {
    display: block;
    width: 100%;
    text-align: center;
}

.ibs-plaid-place-order-image {
    max-height: none !important;
    cursor: pointer;
    width: 100%;
}

.ibs-ach-payment-form-needs-verified-account {
    font-size: 16px;

}
.ibs-ach-payment-form-needs-verified-account span {
    color: rgb(255, 0, 0);
}