.story-details {
  margin-top: 15px;
  border: 0 solid transparent;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%);
  padding: 15px;
  background-color: #fff;
}

.story-thumnail img {
  -webkit-box-shadow: 0 0 8px 0 #757575;
  -moz-box-shadow: 0 0 8px 0 #757575;
  -ms-box-shadow: 0 0 8px 0 #757575;
  -o-box-shadow: 0 0 8px 0 #757575;
  box-shadow: 0 0 8px 0 #757575;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.story-title {
  color: #32393f;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.story-meta {
  font-size: 14px;
  line-height: 1.6;
  color: #212529;
  font-weight: 400;
}

.story-meta .col {
  padding-bottom: 0.5rem;
}

.story-types {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
  padding: 4px 16px;
  border-radius: 99px;
  display: block;
  width: fit-content;
  line-height: 1.4;
}

.story-cate {
  padding: 5px;
  border: 1px solid #008cff;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

a.btn {
  color: #fff;
  background-color: #008cff;
  padding: 4px 16px;
  border-radius: 30px;
  max-height: 30px;
  line-height: 1.5;
}

a.btn i {
  vertical-align: middle;
  font-size: 1.3rem;
  margin-top: -1em;
  margin-bottom: -1em;
  margin-right: 5px;
}

a.btn.yeuthich {
  color: #fd3550;
  border: 1px solid #fd3550;
  background-color: transparent;
}

a.btn.start {
  background-color: #ffc107;
  color: #000;
}

a.btn.new {
  background-color: #15ca20;
}

a.btn.baoloi {
  background-color: #212529;
}

.story-body {
  margin-top: 1rem;
  font-size: 15px;
  color: #212529;
}

.story-body p {
  margin-bottom: 6px;
}

.bg-content {
  overflow: hidden;
  position: relative;
}

.js-showless-button {
  display: none;
}

.js-showmore-button,
.js-showless-button {
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  color: #008cff;
  margin-top: 10px;
}

.bg-light-info {
  background-color: rgb(13 202 240 / 18%) !important;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 14px;
  color: #212529;
}

.chapter-content {
  font-size: 20px;
  line-height: 140%;
  color: #212529;
}

.chapter-content p {
  margin-bottom: 1rem;
}

ol.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-top: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 10px;
  color: #6c757d;
  font-family: "fl-icons" !important;
  content: "\f105";
}

.story-chapters-wrapper .chapter-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.story-chapters-wrapper .chapter-item a {
  color: #000;
}

.text-danger {
  color: #fd3550 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.affClick {
  display: none;
}
