.filters .filter-group {
      margin-bottom: 20px;
      }
  
      .filters input[type="text"],
      .filters select {
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 1rem;
      }
  
      .main-container {
      display: flex;
      max-width: 1200px;
      margin: 20px auto;
      gap: 20px;
      padding: 0 10px;
      align-items: self;
      }
  
      .filters {
      width: 25%;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      align-self: self-start;
      }
  
      .filters h2 {
      margin-top: 0;
      font-size: 1.5rem;
      color: #333;
      }
  
      .filter-group {
      margin-bottom: 20px;
      }
  
      .filter-group h3 {
      font-size: 1.1rem;
      color: #555;
      }
  
      .job-listings {
      width: 100%;
      order: 2;
      }
      .filters select {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 1rem;
      }
      
      #search-input {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
      }

      #search-input::placeholder {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
      }

      input::placeholder {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
      }