#rvr-content .tabs__contents {
    border-bottom-right-radius: 1rem !important;
}

#rvr-content .tabs__label {

    background-color: #fb9912;

}

#rvr-content .selected {

    background-color: #fec575;

}

.svc .search-form.design-rails {
    max-width: 48rem !important;
}

.svc .flx.clms-2.re-md.gap-2>* {
    flex: 0 1 100%;
}

.svc .input.select.with-icon>.selectize-control>.selectize-input, .svc .search-form .input-from .selectize-input, .svc .search-form .input-to .selectize-input {
    background-color: #fff !important;
}

.svc .input.select>.selectize-control.single {
    background-color: #fff !important;
}

.svc .input>label, #rvr-content .input-label {
    font-size: 1rem !important;
}

.svc input, .input textarea, .svc .selectize-input { 
    background-color: #fff !important;
    border: .05rem solid #ffcc84 !important;
}

.selectize-dropdown,  .selectize-control {
    max-width: 386px !important;
}

ul.feature-list {
    list-style: none;
}

ul.feature-list li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    margin: 0 6px 0 -26px;
    font-size: 20px;
    font-weight: 300;
}

/* Roaver Product page modifications */

div.summary.entry-summary > form > button {
    margin-top: 30px;
}

#rvr-content .search__header {
    margin: 20px 0px 20px 0px !important;
}

#rvr-content .search__pagination-container {
    margin-bottom: 20px; 
}

#rvr-content .button {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

#rvr-content h2 {
    font-size: 30px;
    color: #000;
}

@media (max-width: 1800px) {
    .svc .flx.clms-2.re-md.gp-2>* {
        flex: 0 1 100% !important;
    }
}