
.custom-glsr-star .glsr-tag-value {
    color: #e4212a;
}

.tag-wrapper {
    padding: 0px 10px;
}

.ribbon-inside, .featured_div {
    padding: 0px 5px;
}

@media (max-width: 380px) {  
    .tag-wrapper {
        padding: 0px 5px;
    }

    .ribbon-inside, .featured_div {
        padding: 0px 3px;
    }
}

#advanced-search-box-design .search_wrapper.search_wr_elementor.search_wr_elementor_shadow_{
    padding-left: 0;
    padding-right: 0;
}

.property-card-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}
.property-card-details h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.property-card-details p {
    margin: 5px 0;
}
.property-card-details strong {
    color: #007bff;
}

/*  */
/* #custom-single-property-details-section {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
} */

#custom-single-property-details-section .wpestate_estate_property_design_intext_details,
#custom-single-property-details-section .wpestate_estate_property_design_agent_details_intext_details {
    background-color: #f3f3f3;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* #custom-single-property-details-section .wpestate_estate_property_design_intext_details:first-child {
    background-color: #ffcccc;
    color: #000;
    font-weight: bold;
} */

#custom-single-property-details-section .wpestate_estate_property_design_intext_details p,
#custom-single-property-details-section .wpestate_estate_property_design_agent_details_intext_details p {
    margin: 0;
    font-size: 14px;
}

/* #custom-single-property-details-section .wpestate_estate_property_design_intext_details .price_label {
    color: #d50000;
    font-weight: bold;
} */

#custom-single-property-details-section .get-discount-voucher-btn {
    background-color: #ff0000; 
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 0;
    cursor: pointer;
}

#custom-single-property-details-section .get-discount-voucher-btn:hover {
    background-color: #d40000; /* Darker Red for Hover Effect */
}

/*  */

.offer-label {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
    margin-left: 10px;
    border-radius: 3px;
    float: right;
}

.filled-star {
    color: #e4212a !important;
}

.mobile_header {
    background-color: #EAF1F8 !important;
}

.mobilemenu-close {
    display: none !important;
}

/* Star rating customization START */

.wpestate-price-popoup-wrapper_v3 {
    min-width: auto !important;
}

.property-unit-information-wrapper {
    text-align: center !important;
}

.property_listing_details_v2 {
    align-items: center !important;
    justify-content: center !important;
}

.glsr-summary.show-only-rating-star.custom-glsr-star {
    /* background: #f0f0f0bd; */
    /* border-radius: 12px; */
    padding: 3px 8px;
    
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    color: #333;
}

.glsr-summary .glsr-star {
    background-size: 1.2em;
    height: 1.2em;
    width: 1.2em;
}

.glsr-summary-rating .glsr-tag-value {
    font-size: 1em;
}

.glsr-prop-code {
    margin-left: auto;
}

.custom-property-card-bottom-details-price-td {
    color: #e4212ad9;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .glsr-summary .glsr-star {
        background-size: 1em;
        height: 1em;
        width: 1em;
    }

    .glsr-summary-rating .glsr-tag-value {
        font-size: 0.8em;
    }

    .listing-unit-img-wrapper .status-wrapper {
        margin-top: 2px;
    }

    .custom-glsr-rating-title {
        min-width: 155px !important;
    }

    .glsr-tag-value {
        font-size: 15px;
    }
}

@media only screen and (max-width: 370px) {
  .glsr-summary .glsr-star {
        background-size: 0.9em;
        height: 0.9em;
        width: 0.9em;
    }

    .glsr-summary-rating .glsr-tag-value {
        font-size: 0.7em;
    }

    .listing-unit-img-wrapper .status-wrapper {
        margin-top: 2px;
    }

    .custom-glsr-rating-title {
        /* min-width: 100% !important; */
        font-size: 12px;;
    }

    .glsr-tag-value {
        font-size: 15px;
    }
}



/* Star rating customization END */


/* Property box design */
.property-details-table {
    width: 100%;
    border-collapse: collapse;
    /* margin-top: 15px; */
    font-size: 15px;
}

.property-unit-information-wrapper {
    padding-bottom: 0 !important;
    padding-top: 1px !important;
}

.property-details-table {
    margin-bottom: 0 !important;
}

.property-details-table th,
.property-details-table td {
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.property-details-table th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
}

/* Responsive stack for small screens */


.property-details-table td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/* Responsive: Stack each cell on mobile */


/**
 * Main Cities and Sub-Cities Styling
 * 
 * Highlights main cities with bold font in location dropdown
 * and keeps sub-cities in normal font weight
 */
.main-city {
    font-weight: bold;
    color: #333;
}

.sub-city {
    font-weight: normal;
    color: #666;
}



