.job-post-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  font-weight: 400;
  font-size: 1rem !important;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.356);
  transition: 0.2s;
  color: #303030;
  max-height: 300px;
  overflow: hidden;
  background-color: white;
}
.job-post-card p {
  margin-bottom: 0.25rem;
}
.job-post-card .jobdesc {
  max-height: 100px;
  text-overflow: ellipsis;
}

.job-list {
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-collapse {
  text-decoration: none;
}
.filter-collapse .text {
  border-bottom: 1px solid #413626;
}/*# sourceMappingURL=frontend.css.map */