/* Single Listing Styles */
.rel-single-listing-details {
    margin-bottom: 2em;
}

.rel-listing-gallery {
    margin-bottom: 1.5em;
}

.rel-swiper-gallery-main {
    margin-bottom: 10px;
}

.rel-swiper-gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.rel-swiper-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.rel-listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    gap: 1em;
}

.rel-status-label {
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.9em;
}

.rel-listing-price {
    color: #fff;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: bold;
}

.rel-listing-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1.5em;
    border-top: 1px solid #eee;
    padding-top: 1.5em;
}

.rel-listing-detail-item {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.rel-field-full {
    flex-basis: 100%;
}

.rel-field-half {
    flex-basis: calc(50% - 0.5em);
}

.rel-bullet-list {
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}

.rel-features-list {
    list-style: disc;
    margin-left: 1.5em;
}

.rel-social-share a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}
.rel-social-facebook { background-color: #3b5998; }
.rel-social-twitter { background-color: #1da1f2; }
.rel-social-linkedin { background-color: #0077b5; }

.rel-agent-box {
    margin-top: 2em;
    padding: 1.5em;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.rel-agent-image-top {
    text-align: center;
    margin-bottom: 1em;
}

.rel-agent-image-top img {
    border-radius: 50%;
    max-width: 150px;
    height: auto;
}

.rel-agent-details {
    display: flex;
    gap: 1.5em;
    align-items: center;
}

/* Archive Listing Styles */
.rel-listing-item {
    border: 1px solid #eee;
    margin-bottom: 1.5em;
}

.rel-listing-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.rel-listing-item-image img {
    width: 100%;
    height: auto;
    display: block;
}

.rel-listing-item-content {
    padding: 1em;
}

.rel-listing-item-title {
    margin: 0 0 0.5em;
    font-size: 1.2em;
}

.rel-listing-meta {
    display: flex;
    gap: 1em;
    color: #666;
    font-size: 0.9em;
    margin-top: 0.5em;
}

