.elementor-545 .elementor-element.elementor-element-9027007{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:46px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}#elementor-popup-modal-545{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-545 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-545 .dialog-close-button{display:flex;}#elementor-popup-modal-545 .dialog-widget-content{border-radius:35px 35px 35px 35px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* Default input styles */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #666666ab;
    border-radius: 3px;
    padding: .5rem 1rem;
    margin-bottom: 12px;
    color: #666666c7;
    transition: all .3s;
    width: 100%;
}

/* Active state when radio is selected */

.radio-selected select {
    border: 2px solid #902220;
    background-color: #fff5f5;
    color: #902220;
}

/* Radio item selected state */
.wpcf7-radio > .wpcf7-list-item.selected {
    background: #902220;
    color: white;
    border: 2px solid #902220;
}

.wpcf7-list-item-label{
    font-size: 13px;
}

.wpcf7-list-item {
    background: #e8e8e8;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    border: 2px solid #ccc;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.wpcf7-list-item:hover {
    background: #902220;
    color: #ccc;
    border: 2px solid #902220;
}

.wpcf7-form-control{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

input[type=radio] {
    display: none;
}

.wpcf7-radio{
    margin: 1.5rem 0rem;   
}

.uacf7-form-wrapper-container > div > label{
    margin-bottom: 1rem;
}

.uacf7-next, .uacf7-prev, .wpcf7-submit{
    padding: .5rem 3rem;
    background: #902320;
    border: none;
    color: white;
    margin:0;
}

.uacf7-buttons {
    display: flex;
    /*margin-top: 2rem;*/
    justify-content: end;
    margin-top: 2.43rem;
    flex-direction: row-reverse;
}


.wpcf7-form-control-wrap > .wpcf7-select{
    border: 1px solid #666666ab;
    border-radius: 3px;
     color: #666666c7;
    background: none;
}

.wpcf7-submit{
    margin-top: 2rem !important;
}

label {
    font-size: 14px;

    margin-top: .6rem ;
    margin-bottom: .8rem;
}/* End custom CSS */