.ltcmap-wrap {
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    z-index: 0;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    isolation: isolate;
    transform: translateZ(0);
}

/* Popup card — rendered inside Google Maps InfoWindow */
.ltcmap-popup {
    font-family: inherit;
    font-size: 0.875rem;
    min-width: 200px;
    max-width: 260px;
    line-height: 1.55;
    padding: 0.25rem 0.25rem 0.5rem;
    color: #1a1a1a;
}
.ltcmap-popup .ltcp-name {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #dc6614;
    line-height: 1.25;
}
.ltcmap-popup .ltcp-address {
    color: #555;
    margin: 0 0 0.6rem;
    font-size: 0.83rem;
}
.ltcmap-popup .ltcp-beds {
    margin: 0 0 0.15rem;
    font-size: 0.88rem;
    color: #1a1a1a;
}
.ltcmap-popup .ltcp-beds strong { color: #1a1a1a; font-weight: 700; }
.ltcmap-popup .ltcp-bed-detail {
    color: #777;
    font-size: 0.82rem;
    display: block;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
}
.ltcmap-popup .ltcp-link {
    margin: 0.6rem 0 0;
    padding-top: 0.6rem;
    border-top: 1px solid #eee;
}
.ltcmap-popup .ltcp-link a {
    color: #dc6614;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}
.ltcmap-popup .ltcp-link a:hover { text-decoration: underline; }
.ltcmap-popup .ltcp-logo {
    max-height: 36px;
    width: auto;
    margin-top: 0.75rem;
    display: block;
    opacity: 0.85;
}

/* Google Maps InfoWindow chrome */
.gm-style .gm-style-iw-c { padding: 0 !important; border-radius: 1rem !important; }
.gm-style .gm-style-iw-d { overflow: hidden !important; padding: 0.75rem 1.25rem 1rem !important; }
.gm-style .gm-style-iw-t::after { display: none; }

/* Shrink the close button row so it takes minimal space */
.gm-style .gm-style-iw-chr {
    justify-content: flex-end !important;
    padding: 4px 4px 0 !important;
    line-height: 1 !important;
}
.gm-style .gm-style-iw-chr button {
    margin: 0 !important;
    padding: 2px !important;
    width: 24px !important;
    height: 24px !important;
}
