#view > ul > li.title > label.date {
  height: auto;
}

.reject-reason-box {
  background-color: #fff3cd;
  border-left: 4px solid #ff9800;
  padding: 15px 20px;
  margin: 10px 0 20px 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reject-reason-box .label {
  color: #ff9800;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.reject-reason-box .content {
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-word;
}
