body.category-classic-redesign .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 14px;
  padding: 0;
  background: transparent;
  border: 0;
}

body.category-classic-redesign .page-breadcrumb > li {
  margin-right: 6px;
}

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

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

body.category-classic-redesign .category-main-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d0d6dc;
  margin-bottom: 10px;
  gap: 12px;
}

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

body.category-classic-redesign .category-main-summary {
  color: #596f82;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 8px;
}

body.category-classic-redesign .category-story-list {
  background: #f3f4f5;
  border: 1px solid #d6dbe0;
}

body.category-classic-redesign .category-story-item {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 122px;
  gap: 14px;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px dashed #cad0d6;
}

body.category-classic-redesign .category-story-item:last-child {
  border-bottom: 0;
}

body.category-classic-redesign .category-story-thumb {
  width: 184px;
  height: 82px;
  overflow: hidden;
  background: #dfe5ea;
  display: block;
}

body.category-classic-redesign .category-story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.category-classic-redesign .category-story-content {
  min-width: 0;
}

body.category-classic-redesign .category-story-title {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #2f3e4d;
}

body.category-classic-redesign .category-story-title a {
  color: #2f3e4d;
  text-decoration: none;
}

body.category-classic-redesign .category-story-title a:hover {
  color: #215a90;
}

body.category-classic-redesign .category-story-author {
  margin: 0;
  color: #334b62;
  font-size: 14px;
  font-style: italic;
}

body.category-classic-redesign .category-story-author i {
  margin-right: 5px;
}

body.category-classic-redesign .category-story-chapter {
  text-align: right;
}

body.category-classic-redesign .category-story-chapter a {
  color: #2f6b9c;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

body.category-classic-redesign .category-story-chapter a:hover {
  text-decoration: underline;
}

body.category-classic-redesign .category-story-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  vertical-align: middle;
  margin-left: 8px;
}

body.category-classic-redesign .category-badge {
  display: inline-block;
  min-width: 28px;
  border: 1px solid #b4c0c9;
  color: #5b6b79;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

body.category-classic-redesign .category-badge.full {
  border-color: #7ab97a;
  color: #357535;
  background: #eef9ee;
}

body.category-classic-redesign .category-badge.hot {
  border-color: #ed8b8b;
  color: #d53b3b;
  background: #fff3f3;
}

body.category-classic-redesign .category-side-column {
  min-width: 0;
}

body.category-classic-redesign .category-panel {
  background: #eceff1;
  border: 1px solid #d3d8de;
  margin-bottom: 12px;
}

body.category-classic-redesign .category-panel h3 {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #d3d8de;
  color: #3b5163;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

body.category-classic-redesign .category-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 12px;
}

body.category-classic-redesign .category-link-grid a {
  color: #335a7d;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}

body.category-classic-redesign .category-link-grid a:hover {
  text-decoration: underline;
}

body.category-classic-redesign .category-hot-tabs {
  display: flex;
  gap: 8px;
  padding: 10px 12px 2px;
}

body.category-classic-redesign .category-hot-tabs .btn-tab {
  border: 1px solid #b8bfc6;
  background: #fff;
  color: #4a5662;
  font-size: 12px;
  border-radius: 16px;
  height: 30px;
  padding: 0 18px;
  line-height: 28px;
  text-transform: uppercase;
}

body.category-classic-redesign .category-hot-tabs .btn-tab.active {
  background: #4a4f55;
  color: #fff;
  border-color: #4a4f55;
}

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

body.category-classic-redesign .category-hot-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 1px dashed #d2d7dc;
}

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

body.category-classic-redesign .category-hot-rank {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #bcc5ce;
  color: #41505f;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background: #f8fafc;
}

body.category-classic-redesign .category-hot-rank.top-1 {
  background: #ef4d3f;
  border-color: #ef4d3f;
  color: #fff;
}

body.category-classic-redesign .category-hot-rank.top-2 {
  background: #4ea54a;
  border-color: #4ea54a;
  color: #fff;
}

body.category-classic-redesign .category-hot-rank.top-3 {
  background: #5faabc;
  border-color: #5faabc;
  color: #fff;
}

body.category-classic-redesign .category-hot-name {
  margin: 1px 0 2px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

body.category-classic-redesign .category-hot-name a {
  color: #274a68;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

body.category-classic-redesign .category-hot-name a:hover {
  text-decoration: underline;
}

body.category-classic-redesign .category-hot-meta {
  margin: 0;
  color: #5a6d7e;
  font-size: 13px;
  line-height: 1.25;
}

body.category-classic-redesign .category-hot-meta a {
  color: #5a6d7e;
  text-decoration: none;
}

body.category-classic-redesign .category-hot-meta a:hover {
  color: #2f6b9c;
  text-decoration: underline;
}

body.category-classic-redesign .category-seo-box {
  margin-top: 14px;
  background: #f5f7fa;
  border: 1px solid #d7dce2;
  border-left: 4px solid #3e6689;
  padding: 12px;
  color: #445a70;
  font-size: 15px;
}

body.category-classic-redesign .category-empty {
  background: #fff;
  border: 1px solid #d7dde2;
  padding: 24px 16px;
  text-align: center;
  color: #5f7080;
  font-size: 16px;
}

body.category-classic-redesign #phantrang {
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 1199px) {
  body.category-classic-redesign .category-main-title {
    font-size: 28px;
  }

  body.category-classic-redesign .category-link-grid a {
    font-size: 14px;
  }

  body.category-classic-redesign .category-hot-name {
    font-size: 15px;
  }

  body.category-classic-redesign .category-panel h3 {
    font-size: 21px;
  }
}

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

  body.category-classic-redesign .category-story-item {
    grid-template-columns: 160px minmax(0, 1fr) 108px;
  }

  body.category-classic-redesign .category-story-thumb {
    width: 160px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  body.category-classic-redesign .category-main-header {
    flex-direction: column;
    align-items: flex-start;
  }

  body.category-classic-redesign .category-main-summary {
    white-space: normal;
    padding-bottom: 6px;
  }

  body.category-classic-redesign .category-main-title {
    font-size: 24px;
  }

  body.category-classic-redesign .category-story-item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  body.category-classic-redesign .category-story-thumb {
    width: 120px;
    height: 74px;
  }

  body.category-classic-redesign .category-story-chapter {
    grid-column: 2;
    text-align: left;
    margin-top: 3px;
  }

  body.category-classic-redesign .category-story-title {
    font-size: 17px;
  }

  body.category-classic-redesign .category-story-author {
    font-size: 14px;
  }

  body.category-classic-redesign .category-panel h3 {
    font-size: 18px;
  }

  body.category-classic-redesign .category-link-grid {
    gap: 8px 10px;
  }

  body.category-classic-redesign .category-link-grid a {
    font-size: 14px;
  }

  body.category-classic-redesign .category-hot-name {
    font-size: 15px;
  }

  body.category-classic-redesign .category-hot-meta {
    font-size: 13px;
  }
}
