<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bridal-show-deposit-title{
    font-size: 1.7em; 
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 10px;
}

.bridal-show-deposit-container{
    background: white; 
    margin-left: 250px; 
    margin-right: 250px; 
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 0px;
    display: flex;
    border-radius: 10px;
}

.bridal-show-deposit-radio-outer-container{
    margin-top: 20px;
    display: flex;
}

.bridal-show-deposit-radio-header{
    margin-left: 3px; 
    margin-bottom: 5px;
}

.bridal-show-deposit-radio-inner-container{
    margin-left: 30px;
    flex: 1;
    height: 150px;
}

.bridal-show-deposit-radio-option-container{
    margin-top: 5px;
}

.bridal-show-deposit-radio-button{
    cursor: pointer;
}

.bridal-show-deposit-radio-button-label{
    cursor: pointer;
}

.bridal-show-deposit-form{
    margin-left: 100px; 
    margin-right: 100px; 
    padding: 20px;
}

.bridal-show-deposit-standard-input-label{
    display: block; 
    margin-left: 3px; 
    margin-bottom: 5px;
}

.bridal-show-deposit-standard-input{
    padding: 5px; 
    font-size: 1.1em; 
    width: 600px;
}

.bridal-show-deposit-standard-input-container{
    margin-top: 15px;
}

.bridal-show-deposit-btn-container{
    display: flex;
    margin-top: -20px;
}

.bridal-show-deposit-submit-btn{
    cursor: pointer; 
    width: 100px; 
    padding: 5px 10px; 
    border-radius: 5px; 
    color: white; 
    background: grey; 
    text-align: center;
    transition: .3s;
}

.bridal-show-deposit-submit-btn:hover{
    transition: .3s;
    background: rgb(182, 182, 182);
}

.bridal-show-deposit-background{
    background: url('https://theinviteshop.com/wp-content/themes/shopBWA/images/backgrounds/watercolor-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: -5;
}

.bridal-show-deposit-payment-info-box{
    margin-left: 30px;
    height: 150px;
    border-radius: 5px;
    flex: 4;
    display: none;
}

.wc-stripe-card-icon{
    width: 50px;
}</pre></body></html>