.post-poster {
  height: 200px;
  background-size: cover;
  margin: 0 0 15px 0;
  position: relative;
}

.post-poster-thum img {
  position: relative;
  object-fit: cover;
  bottom: 21px;
  width: 125px;
  height: 125px;
  left: 15px;
  border-radius: 9px;
  margin-right: 10px;
  outline: 1px solid coral;
}

.post-poster-thum {
  position: absolute;
  top: 180px;
  display: flex;
  width: 100%;
  align-items: center;
}

.post-poster-info p:nth-child(2),
.post-poster-info p:nth-child(3) {
  border-top: 1px solid darkgray;
}

.over {
  position: absolute;
  width: 100%;
  height: 201px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.post-poster-info {
  position: relative;
  flex: 0 0 5.9em;
  flex-direction: column;
  width: 65px;
  height: 63px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  color: #ccc;
}

.post-poster-info-wrap {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  align-items: center;
  width: 100%;
  padding: 5px;
  margin-left: 15px;
  border-top: 1px solid rgba(68, 68, 68, 0.5);
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}

.line-xs {
  background-color: #ff6347;
  width: 1px;
  height: 37px;
  margin-right: 5px;
}

.post-content {
  color: #999999;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.45);
  padding: 37px 15px 40px;
}

.post-h {
  color: #ccc;
  padding: 15px 10px;
  width: 97%;
  margin: 25px auto auto;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.15);
}

.post-h h1 {
  font-size: 21px;
}

.post-features {
  width: 97%;
  margin: 0 auto;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

.cell-right {
  text-align: right;
}

.cell-left {
  text-align: left;
}

.post-down-wrap {
  padding: 7px;
  margin: 29px auto;
}

.post-down {
  width: 285px;
  margin: 0 auto;
  justify-content: space-between;
}

.post-down2 {
  width: 285px;
  margin: 0 auto;
  justify-content: center;
}

.horz-line {
  width: 95%;
  margin: 1rem auto;
  border: 1px solid rgb(173, 173, 173);
}

.title-wrap {
  color: #fff;
  background-image: linear-gradient(to top, #6f0900, #c43e2f);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  height: 27px;
  padding: 0 10px;
  border-radius: 5px;
}

#comments h5 {
  font-size: 14px;
  text-align: right;
  line-height: 21px;
  padding-top: 27px;
  padding-right: 15px;
  color: #777777;
}

.social li {
  background-color: #2e3335;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #999999;
  border-radius: 4px;
}

.social a {
  color: #00000000;
}

.post-tags li {
  font-size: 13px;
}

.post-tags a {
  text-decoration: snow;
  color: rgb(119, 119, 119);
}

.post-tags,
.post-social {
  padding: 0 7px;
}

.post-poster-info-wrap::-webkit-scrollbar {
  display: none;
}

.post-poster-info-wrap-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #777777;
  padding: 1px 5px;
}

.post-poster-info-wrap-inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  height: 43px;
  border-right: 1px solid #222529;
}

.post-poster-info-wrap-inner .post-poster-info-wrap-frombas {
  font-size: large;
  font-weight: bold;
}

@media (max-width: 767px) {
  .post-poster-info-wrap {
    scrollbar-width: none;
  }
}

.artik-post {
  margin-top: 35px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.post-down button:hover {
  color: #cccccc;
  border: 1px solid rgba(196, 62, 47, 0.5);
  box-shadow: 0 0 10px -3px rgba(249, 114, 66, 0.8);
  background: #2e3335;
}

.post-down2 button:hover {
  color: #cccccc;
  border: 1px solid rgba(196, 62, 47, 0.5);
  box-shadow: 0 0 10px -3px rgba(249, 114, 66, 0.8);
  background: #2e3335;
}

.post-down button {
  color: #747474;
  border: 1px solid rgba(196, 62, 47, 0.5);
  box-shadow: 0 0 10px -3px rgba(249, 114, 66, 0.8);
}

.post-down2 button {
  color: #747474;
  border: 1px solid rgba(196, 62, 47, 0.5);
  box-shadow: 0 0 10px -3px rgba(249, 114, 66, 0.8);
}

.post-tags li {
  color: #adadad;
}

.post-head {
  height: 301px;
}

.datetime {
  color: #747474;
  font-size: 10.5px;
}

.inArtWrap {
  background: rgba(0, 0, 0, 0.5);
}

.taglin {
  color: #606060;
  font-size: 12px;
}

.taglin a {
  color: #8c8c8c;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: inherit;
  content: var(--bs-breadcrumb-divider, "/");
}
