body {
  font-family: sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 2rem;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 0.5rem;
}

.job-box {
  background: white;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 2rem;
}

.job-card {
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0;
  line-height: 1.5;
}

.job-card:last-child {
  border-bottom: none;
}

.job-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.job-company {
  color: #666;
  margin-bottom: 0.5rem;
}

.job-card a {
  color: #0077cc;
  text-decoration: none;
}

.job-card a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #777;
}

body {
  font-family: sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 2rem;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 0.5rem;
}

.job-box {
  background: white;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 2rem;
}

.job-card {
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0;
  line-height: 1.5;
}

.job-card:last-child {
  border-bottom: none;
}

.job-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.job-company {
  color: #666;
  margin-bottom: 0.5rem;
}

.job-card a {
  color: #0077cc;
  text-decoration: none;
}

.job-card a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #777;
}

.submit-button-wrapper {
  text-align: center;
  margin-top: 2rem;
}

#openFormBtn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background: #0077cc;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#openFormBtn:hover {
  background: #005fa3;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 2rem;
  border: 1px solid #888;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content label {
  display: block;
  margin: 1rem 0 0.5rem;
}

.modal-content input,
.modal-content select {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}

.modal-content button[type="submit"] {
  margin-top: 1rem;
  width: 100%;
  padding: 0.75rem;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.modal-content button[type="submit"]:hover {
  background: #218838;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
