
.map-component[data-v-15509953] {
        width: 100%;
}
.toolback[data-v-15509953] {
        padding: 10px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.listing-toggle-container[data-v-15509953] {
        position: relative;
        display: inline-block;
}
.map-toggle-btn[data-v-15509953] {
        /* Ensure map toggle buttons are styled consistently with card toggles */
}
.no-toggle[data-v-15509953] {
        pointer-events: none;
        opacity: 0.6;
}
.debug-visible-markers[data-v-15509953] {
        background: #f8f9fa;
        border: 1px solid #ddd;
        padding: 1rem;
        border-radius: 6px;
        font-size: 0.95em;
}
.debug-visible-markers ul[data-v-15509953] {
            margin-bottom: 0;
}

    /* Marker Detail Modal Overlay */
.marker-detail-overlay[data-v-15509953] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100000;
        animation: fadeIn-15509953 0.2s ease-in;
}
@keyframes fadeIn-15509953 {
from { opacity: 0;
}
to { opacity: 1;
}
}
.marker-detail-card[data-v-15509953] {
        background: white;
        padding: 1.5rem;
        border-radius: 12px;
        max-width: 400px;
        width: 90%;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        position: relative;
        animation: slideUp-15509953 0.3s ease-out;
}
@keyframes slideUp-15509953 {
from {
            transform: translateY(20px);
            opacity: 0;
}
to {
            transform: translateY(0);
            opacity: 1;
}
}
.marker-detail-header h5[data-v-15509953] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #212529;
}
.marker-detail-header .text-muted[data-v-15509953] {
        font-size: 0.875rem;
}
.marker-detail-actions[data-v-15509953] {
        display: flex;
        flex-direction: column;
}
.marker-detail-actions .btn[data-v-15509953] {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
}
.btn-close[data-v-15509953] {
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.2s;
}
.btn-close[data-v-15509953]:hover {
        opacity: 1;
}
.btn-close[data-v-15509953]::before {
        content: '×';
        display: block;
        font-size: 2rem;
        line-height: 1;
}
.btn-loading[data-v-15509953] {
        opacity: 0.7;
        cursor: wait !important;
}

    /* Mobile adjustments */
@media (max-width: 576px) {
.marker-detail-card[data-v-15509953] {
            max-width: 100%;
            width: 95%;
            padding: 1.25rem;
}
.marker-detail-header h5[data-v-15509953] {
            font-size: 1.1rem;
            padding-right: 1.5rem; /* Space for close button */
}
}

.listing-detail-map-app[data-v-0c67f6cd] {
        width: 100%;
}
.spinner-border[data-v-0c67f6cd] {
        width: 3rem;
        height: 3rem;
}

    /* Global styles for tooltip - can't be scoped */
.toolback {
        padding: 10px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
