/* GeoSmart Location Modal - Search View Styles */

.gs-search-header {
    border-bottom: none;
    padding-bottom: 0.5rem;
}

.gs-search-body {
    padding-top: 0;
}

.gs-input-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.gs-search-input-wrapper {
    margin-bottom: 15px;
}

.gs-btn-text-orange {
    background: transparent !important;
    border: none !important;
    color: var(--gs-primary-color) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    text-transform: none !important;
    min-height: auto !important;
}
.gs-btn-text-orange svg {
    margin-right: 8px;
}

.gs-recent-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 10px;
}

.gs-recent-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.gs-recent-item:hover {
    background: #f9fafb;
}

.gs-recent-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #9ca3af;
}

.gs-recent-details {
    display: flex;
    flex-direction: column;
}

.gs-recent-details strong {
    font-size: 0.95rem;
    color: #111;
}

.gs-recent-details span {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 2px;
}

/* Pac Container (Google Autocomplete dropdown) overrides */
.pac-container {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
    z-index: 9999999 !important;
}

.pac-item {
    padding: 10px;
    border-top-color: #f1f5f9;
    cursor: pointer;
}

.pac-item:hover {
    background-color: #f8fafc;
}

.pac-item-query {
    font-size: 1rem;
    color: #0f172a;
}
