/*
Theme Name: Astra Goddard
Theme URI: https://bartlett-il-realestate.com
Description: Custom child theme for Team Goddard real estate network
Author: Team Goddard
Template: astra
Version: 1.0.0
*/


/* ============================================================
   ROVER IDX MAP PRICE BUBBLES — added 2026-05-06
   To revert: delete everything from this comment to END ROVER IDX MAP
   ============================================================ */

/* Base: Zillow red for all markers */
.idx-marker .price-tag {
    background-color: #E53E3E !important;
    color: #ffffff !important;
    border-color: #C53030 !important;
}

/* Hover: green = click me */
.idx-marker-container:hover .price-tag {
    background-color: #38A169 !important;
    border-color: #276749 !important;
    color: #ffffff !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Condo: orange to differentiate */
.idx-marker.condo .price-tag {
    background-color: #DD6B20 !important;
    border-color: #C05621 !important;
}

/* Land: dark green to differentiate */
.idx-marker.land .price-tag {
    background-color: #2B6CB0 !important;
    border-color: #2C5282 !important;
}

/* ============================================================
   END ROVER IDX MAP
   ============================================================ */

