.post_scr {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
}

.post_scr_child {
  width: 315px;
  padding: 12px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.post_scr .cad img {
  display: flex;
  width: 100%;
  height: 150px;
  font-size: 10px;
  color: #1ba0ad;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}

.post_scr .post-info > h2 {
  font-size: 15px;
  color: #eee;
  margin: 0px;
}

.post_scr_post-info {
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
}

.post_scr_post-info > h2 {
  font-size: 12px;
  color: #d9d9d9;
  margin: 0px;
}

.post_scr_post-info .post-meta {
  font-size: 12px;
  color: #999999;
}

.table {
  --bs-table-color-state: #9b9b9b;
  --bs-table-border: none;
}

