
.hds-checker-wrap { background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 8px; padding: 15px; margin-bottom: 20px; }
.hds-checker-wrap .hds-title { font-size: 14px; color: #0f172a; margin-bottom: 10px; }
.hds-input-group { display: flex; gap: 10px; position: relative; }
.hds-input-group input { flex: 1; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; background: #fff; width: 100%; }
#hds_checker_response { margin-top: 10px; font-size: 13px; font-weight: 600; }
.hds-autocomplete-dropdown { position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 4px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); z-index: 99999; max-height: 250px; overflow-y: auto; margin: 2px 0 0 0 !important; padding: 0 !important; list-style: none !important; }
.hds-autocomplete-dropdown li { padding: 10px 14px; font-size: 13.5px; color: #334155; cursor: pointer; border-bottom: 1px solid #f1f5f9; margin: 0 !important; transition: background 0.2s; }
.hds-autocomplete-dropdown li:last-child { border-bottom: none; }
.hds-autocomplete-dropdown li:hover { background: #f8fafc; color: #092b1c; font-weight: 500; }
/* Existing CSS */
.hds-checker-wrap { background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 8px; padding: 15px; margin-bottom: 20px; }
.hds-checker-wrap .hds-title { font-size: 14px; color: #0f172a; margin-bottom: 10px; }
.hds-input-group { display: flex; gap: 10px; position: relative; }
.hds-input-group input { flex: 1; padding: 10px 45px 10px 10px !important; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; background: #fff; width: 100%; }
#hds_checker_response { margin-top: 10px; font-size: 13px; font-weight: 600; }
.hds-autocomplete-dropdown { position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 4px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); z-index: 99999; max-height: 250px; overflow-y: auto; margin: 2px 0 0 0 !important; padding: 0 !important; list-style: none !important; }
.hds-autocomplete-dropdown li { padding: 10px 14px; font-size: 13.5px; color: #334155; cursor: pointer; border-bottom: 1px solid #f1f5f9; margin: 0 !important; transition: background 0.2s; }
.hds-autocomplete-dropdown li:last-child { border-bottom: none; }
.hds-autocomplete-dropdown li:hover { background: #f8fafc; color: #092b1c; font-weight: 500; }

/* --- NEW CSS FOR LOCATE ME BUTTON --- */
#hds_locate_me_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #3b82f6;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    height: auto !important;
}
#hds_locate_me_btn:hover {
    background: #e2e8f0;
    color: #2563eb;
}
