/* Add these styles to your /static/css/comment.css file */
.title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
  color: #333;
  position: relative;
}

.title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #007bff;
  margin: 10px auto;
  border-radius: 3px;
}

.layui-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.layui-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.media-item-title {
  padding: 15px 0;
 

}

.media-item-title a {
  font-size: 1.2rem;
  font-weight: 600;
  color: blue;
  text-decoration: none;
  transition: color 0.3s ease;
}

.media-item-title a:hover {
  color: #007bff;
}

.col-sm-3.mb-4 {
  display: flex;
  flex-direction: column;
}

.layui-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pagination-wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.search-form {
  margin: 20px 0;
}

.input-group select {
  border-radius: 0 0.375rem 0.375rem 0 !important;
  border-left: 1px solid #ced4da;
}

.salary {
  color: red;
}