#ol_svc a {
  color: var(--bs-gray-700);
  text-decoration: none;
}

#ol_svc span {
  font-size: 0.6rem;
  color: var(--bs-gray-500);
  padding: 0 0.25rem;
}

#ol_after a {
  text-decoration: none;
}

#ol_after .profile_img img {
  border-radius: 0.25rem;
  height: 22px;
}

#ol_after_hd {
  line-height: 38px;
}

#ol_after_private {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}

#ol_after_private li {
  padding: 0.25rem;
}

#ol_after_private li i {
  width: 0.938rem;
  text-align: center;
}

#ol_after_private li a {
  color: var(--bs-gray-700);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
