.mhp-table-content {
  border: none;
}

.mhp-table-content .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.mhp-table-content .card-header .h4 {
  color: #333333;
  display: inline-block;
  border-bottom: 4px solid #F08B77;
  margin-bottom: 15px;
  font-weight: bold;
}

.mhp-table-content .card-header i {
  font-weight: bold;
  font-size: 24px;
  margin-left: 3px;
}

.mhp-table-content .card-header i::before {
  font-weight: 700 !important;
  color: #333333;
}

.mhp-table-content .card-body {
  padding: 0;
  margin-bottom: -17px;
}

.mhp-table-content .card-body .mhp-table-content-anchor {
  color: #333333;
  font-weight: 600;
  margin-right: 13px;
  padding-right: 17px;
  margin-bottom: 17px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.mhp-table-content .card-body .mhp-table-content-anchor:after {
  position: absolute;
  content: " ";
  border-right: 2px solid #333;
  left: 0px;
  top: 6px;
  height: 16px;
  right: 0;
}

.mhp-table-content .card-body .mhp-table-content-anchor:last-child:after {
  border: none;
}

.mhp-table-content .card-body .mhp-table-content-anchor:hover {
  color: #202f60;
  text-decoration: underline;
  -webkit-text-decoration-color: #F08B77;
  text-decoration-color: #F08B77;
}

.mhp-table-content .card-body .mhp-table-content-anchor .bi {
  margin-right: 10px;
}

.mhp-table-content .card-body .mhp-table-content-anchor .bi::before {
  margin-bottom: 1px;
  color: #333;
  font-weight: bolder !important;
  font-size: 17px;
}

.mhp-table-content .card-body .row:not(:last-child) {
  margin-bottom: 15px;
}
