/* Map Controls & Clustering */
.market-trends-controls-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    white-space: nowrap;
    gap: 0.6rem;
}

.market-trends-controls-row .form-control {
    display: inline-block;
}

#map-container {
    position: relative;
}

/* Map Groupings */
.cluster[title] {
    background-color: #cd2213;
    border: 6px double #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
    height: 53px !important;
    position: relative;
    text-align: center;
    width: 53px !important;
    line-height: 43px !important;
    background-image: none !important;
}

/* Form & Search Styling */
.form-control::placeholder {
    color: gray;
    opacity: 1;
}

#location_search {
    padding-left: 20px;
}

/* Form Field Utilities */
.pr-0, .pl-0 {
    padding-right: 0px;
    padding-left: 0;
}

/* Responsive Adjustments */
@media (min-width: 992px) {
    .pr-0 {
        padding-left: 15px;
        padding-right: 0;
    }
    
    .pl-0 {
        padding-right: 15px;
        padding-left: 0;
    }
}

/* Multi Message Overlay */
#multi-message {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

#multi-message h2 {
    color: white;
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

/* Search Bar Specific */
.jh-search-bar {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0;
}

.jh-search-bar .form-control {
    background: #f6f6f6;
    border-radius: 8px 0 0 8px !important;
    max-width: 330px;
}

.jh-search-bar .input-group-btn .btn {
    min-width: 52px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0 8px 8px 0;
}
