#osf-properties .property-filter {
    display: flex;
    flex-wrap: initial;
    justify-content: center;
    align-items: initial;
    align-content: initial;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    gap: 20px;
    margin-bottom: 30px;
}

#osf-properties .property-filter .filter {
    flex-grow: 1;
    flex-shrink: 1;
}

#osf-properties .property-filter .filter label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.flex-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item > label {
    width: 100%;
}

.flex-item > div {
    display: flex;
}

.flex-item > div label {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-right: 15px;
}

#properties-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust as per your design */
}

.item {
    width: 100%;
    border-color: #FAF7F0;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    transition: border-color 0.3s ease-in-out;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.its-sold {
    position: absolute;
    top: 19px;
    transform: rotate(35deg);
    right: -55px;
    background-color: #444444;
    width: 200px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
}

.its-not-sold {
    position: absolute;
    top: 19px;
    transform: rotate(35deg);
    right: -55px;
    background-color: #C9B065;
    width: 200px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
}

.item:hover {
    border-style: solid;
    border-color: #C9B065;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px; /* Adjust as per your design */
}

.left,
.right {
    padding: 15px;
}

.left {
    flex: 1;
    display: flex;
    align-items: center;
}

.right {
    flex: 1;
}

.item__data h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    text-align: left;
    color: #444444;
}

.description {
    display: flex;
    gap: 20px; /* Adjust as per your design */
    flex-wrap: wrap;
}

.element {
    flex: 1 1 calc(50% - 10px);
    display: flex;
}

.element__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text {
    color: #444444;
}

.icon {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between the SVG and span */
}

.icon svg {
    width: 24px; /* Adjust as per your design */
    height: 24px; /* Adjust as per your design */
}

.element__wrap svg {
    width: 24px;
    height: 24px;
    fill: #C9B065;
}

.text {
    font-size: 14px;
}

.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#properties-pagination {
    margin-top: 30px;
    display: flex;
}

#properties-pagination.nav-links {
    justify-content: center;
}

/* Desktop styles */
@media (min-width: 768px) {
    .item {
        width: calc(50% - 10px); /* Assuming a gap of 20px, so each item takes up half the width minus half the gap size */
    }

    .wrapper {
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    #osf-properties .property-filter {
        display: block;
    }

    #osf-properties .property-filter .filter {
        margin-bottom: 30px;
    }
}


.css-custom-tab .elementor-tab-title {
    color: rgb(68, 68, 68)!important;
    font-size: 16px!important;
    line-height: 18px!important;
    font-weight: 400!important;
    font-family: "Marcellus SC",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif!important;
    border-bottom: 3px solid rgb(250, 247, 240)!important;
}

.css-custom-tab .elementor-tab-title:hover {
    border-bottom-color: rgb(201, 176, 101)!important;
}

.css-custom-tab .elementor-tab-title:before {
    content: none !important;
}

.css-custom-tab .elementor-tab-title:after {
    content: none !important;
}


.css-custom-tab .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 0 none !important;
}

.css-custom-tab .elementor-tab-title.elementor-active {
    border: 0 solid #C9B065!important;
    border-bottom-width: 3px!important;
}
.css-custom-tab .elementor-tabs-content-wrapper .elementor-tab-content {
    border: 0 none !important;
}