.ats-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.ats-container h1 {
  text-align: center;
  color: #1f2937;
}

.ats-sub {
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.ats-label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.ats-container textarea {
  width: 100%;
  min-height: 130px;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.ats-container input[type="file"] {
  margin-top: 8px;
}

.ats-container button {
  margin-top: 20px;
  padding: 12px 20px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.ats-container button:hover {
  background: #1e40af;
}

#outputResume {
  background: #f9fafb;
  margin-top: 10px;
}