/* Define how SqPaymentForm iframes should look */
.cf7s-input {
    border: 1px solid #bbb;
    border-radius: 3px;
    outline-offset: -2px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 35px;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.cf7s-input--focus {
    outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.cf7s-input--error {
    outline: 5px auto rgb(255, 97, 97);
}

.cf7-square-field.date, 
.cf7-square-field.cvv {
    float: left;
    width: 49%;
}

.cf7-square-field.date {
    margin-right: 2%;
}