/* Styles for Very Good Security iframe collection fields */
.vgs-form-field {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.vgs-form-field iframe {
    border: 0 none transparent;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

/* Rentals */
div.yoyo-wrapper .rs-payment-error {
    color: red;
}

div.yoyo-wrapper #payment-card-expiration-month {
    max-width: 5em !important;
}

div.yoyo-wrapper #payment-card-expiration-year {
    max-width: 7em !important;
}

div.yoyo-wrapper #rs-guest-payment-form .rs-custom-field-errors {
    height: 1.5em;
}

div.yoyo-wrapper #rs-guest-payment-form .rs-custom-field-error {
    color: #790000;
    font-size: .9em;
    margin: 5px 0;
    line-height: 1.3em;
    list-style-type: none;
}