  /* Custom CSS Enhancements - Seagreen Theme */
  .thesaurus-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(46, 139, 87, 0.1);
    padding: 2rem;
  }
  
  .search-header {
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
  }
  
  .search-form {
    background-color: #f5fbf8;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(46, 139, 87, 0.1);
    border: 1px solid #e1f3ea;
  }
  
  .results-section {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 1px 3px rgba(46, 139, 87, 0.1);
    border: 1px solid #e1f3ea;
  }
  
  .table {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e1f3ea;
  }