@charset "UTF-8";
@import "colors.css";

.search-box {
  margin: 0 !important;
}

.search-box input {
  width: 100% !important;
  max-width: 500px;
  height: 40px !important;
  border-radius: 5px 0 0 5px !important;
  background-color: white !important;
}

.search-bt {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;

  width: 40px !important;
  height: 40px !important;
  border-radius: 0 5px 5px 0 !important;
  background: var(--wcd-gray) url("../img/contest-list-search-icon.png") no-repeat center !important;
}

.post-card .post-content {
  /* padding: 20px 30px; */
  padding: 15px 20px;
}

.post-card .post-content .fas, .post-card .post-content .far {
  color: var(--wcd-pink);
}

.post-card .title {
  line-height: 25px;
  font-size: 18px;
  margin-top: 7px;
  color: #000;
}

.post-content .title {
  height: auto;
}

.post-card b {
  font-weight: 500;
}




