.property-search-form .property-search-form-submit {
    background: #D0DDED !important;
}

.property-search-form-submit #property-search-clear-button {
    box-shadow: 0px 2px 0px 0px rgba(110, 92, 92, 1);
}

.property-search-form-submit .button {
    box-shadow: 0px 2px 0px 0px rgba(12, 84, 168, 1);
}

.property-search-form-submit .button .count {
    margin: 0 2px;
}


body.wp-rengodb .breadcrumb-wrapper {
    overflow-x: auto;
    padding-left: max(120px, calc((100vw - 1000px) / 2 + 1rem));
    padding-right: max(1rem, calc((100vw - 1000px) / 2 + 1rem));
}
@media (min-width: 768px) {
    body.wp-rengodb .breadcrumb-wrapper {
        padding-left: max(180px, calc((100vw - 1000px) / 2 + 1rem));
    }
}
body.wp-rengodb .breadcrumb-wrapper .breadcrumb {
    width: max-content;
    flex-wrap: nowrap;
    max-width: 1000px;
}
.tenasap-header .logo {
    z-index: 101;
}
