.geosmart-location-widget-wrap {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    line-height: normal !important;
}

.gs-central-widget {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: transparent !important;
    color: inherit !important;
    padding: 6px 12px !important;
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    border-radius: 9999px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 13px !important;
    min-width: max-content !important;
    height: auto !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.gs-central-widget:hover {
    background-color: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.6) !important;
}

.gs-central-selected {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.gs-central-widget-inner {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.gs-pin-icon, .gs-chevron-icon {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
}

.gs-central-title-unselected, .gs-central-title-selected {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 180px !important;
}

/* Sticky Location Header Bar */
.gs-header-widget-bar {
    color: #f8fafc;
    padding: 10px 20px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.gs-header-widget-content {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 95vw;
    overflow: hidden;
}

.gs-header-widget-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 40px);
}

.gs-header-widget-text strong {
    color: #38bdf8;
}

.gs-header-widget-btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

.gs-header-widget-btn:hover {
    opacity: 0.8 !important;
}
