.rapids-picker,onet-picker,rapids-picker,office-picker,naics-picker,job-title-picker,ipeds-picker,cip-picker {
    position: relative;
  }
  
  .autocomplete-wrapper {
    position: relative;
  }
  
  .suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
  }
  
  .suggestion-item {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .suggestion-item:last-child {
    border-bottom: none;
  }
  
  .suggestion-item:hover,
  .suggestion-item.highlighted {
    background-color: #f5f5f5;
  }
  
  .vue-simple-picker-label {
    flex: 1;
    margin-right: 16px;
    font-weight: 500;
  }
  
  .vue-simple-picker-code {
    font-family: 'Courier New', monospace;
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
  }
  
  .loading-indicator {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 8px 12px;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    color: #666;
    font-style: italic;
    z-index: 999;
  }
  
  .chosen-label {
    display: block;
    margin-top: 8px;
    font-weight: 500;
    color: #333;
  }

/*# sourceMappingURL=application-5e2dd5ee.css.map*/