body.story-classic-redesign .story-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
}

body.story-classic-redesign .story-main-column {
  min-width: 0;
}

body.story-classic-redesign .story-section-head {
  border-bottom: 1px solid #d0d6dc;
  margin: 0 0 10px;
}

body.story-classic-redesign .story-section-head h2 {
  margin: 0;
  padding: 0 0 8px;
  color: #3b5163;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

body.story-classic-redesign .story-info-grid {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 14px;
  background: #f3f4f5;
  border: 1px solid #d6dbe0;
  padding: 12px;
}

body.story-classic-redesign .story-cover-column {
  min-width: 0;
}

body.story-classic-redesign .story-cover-image {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

body.story-classic-redesign .story-meta-card {
  margin-top: 12px;
  color: #324a60;
  font-size: 14px;
  line-height: 1.55;
}

body.story-classic-redesign .story-meta-card p {
  margin: 0 0 6px;
}

body.story-classic-redesign .story-meta-card p:last-child {
  margin-bottom: 0;
}

body.story-classic-redesign .story-meta-card a {
  color: #2f5f8f;
  text-decoration: none;
}

body.story-classic-redesign .story-meta-card a:hover {
  text-decoration: underline;
}

body.story-classic-redesign .story-main-title {
  margin: 0 0 8px;
  color: #2f3e4d;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

body.story-classic-redesign #story-rating-widget {
  margin: 0 0 8px;
}

body.story-classic-redesign .story-description {
  color: #334b62;
  font-size: 15px;
  line-height: 1.7;
}

body.story-classic-redesign .story-description .noidung.show-more-height {
  max-height: 168px;
  overflow: hidden;
}

body.story-classic-redesign .story-description .show-more {
  display: inline-block;
  margin-top: 8px;
  color: #1f5f95;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

body.story-classic-redesign .story-description .show-more:hover {
  text-decoration: underline;
}

body.story-classic-redesign .story-chapter-wrap {
  margin-top: 14px;
}

body.story-classic-redesign .story-chapter-list {
  background: #f3f4f5;
  border: 1px solid #d6dbe0;
  padding: 12px 14px;
}

body.story-classic-redesign #listchuong .list-unstyled {
  margin: 0;
  column-count: 2;
  column-gap: 28px;
}

body.story-classic-redesign #listchuong .list-unstyled li {
  break-inside: avoid;
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

body.story-classic-redesign #listchuong .list-unstyled li a {
  color: #2f5f8f;
  text-decoration: none;
  display: inline-block;
  max-width: calc(100% - 22px);
  word-break: break-word;
  overflow-wrap: anywhere;
}

body.story-classic-redesign #listchuong .list-unstyled li a:hover {
  text-decoration: underline;
}

body.story-classic-redesign .story-comments-wrap {
  margin-top: 16px;
}

body.story-classic-redesign .story-comments-box {
  background: #f3f4f5;
  border: 1px solid #d6dbe0;
  padding: 12px;
}

body.story-classic-redesign .story-side-list {
  list-style: none;
  margin: 0;
  padding: 8px 12px 12px;
}

body.story-classic-redesign .story-side-list li {
  border-bottom: 1px dashed #d2d7dc;
  padding: 10px 0;
}

body.story-classic-redesign .story-side-list li:last-child {
  border-bottom: 0;
}

body.story-classic-redesign .story-side-list a {
  color: #2f5f8f;
  font-size: 14px;
  text-decoration: none;
}

body.story-classic-redesign .story-side-list a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  body.story-classic-redesign .story-detail-layout {
    grid-template-columns: 1fr;
  }

  body.story-classic-redesign .story-info-grid {
    grid-template-columns: 1fr;
  }

  body.story-classic-redesign .story-cover-column {
    max-width: 260px;
    margin: 0 auto;
  }

  body.story-classic-redesign .story-main-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body.story-classic-redesign .story-section-head h2 {
    font-size: 22px;
  }

  body.story-classic-redesign .story-main-title {
    font-size: 21px;
  }

  body.story-classic-redesign #listchuong .list-unstyled {
    column-count: 1;
  }
}
