.detail_title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.time-hit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.time-hit .detail-time-hit {
  margin-right: 10px;
  margin-top: 0 !important;
}

.detail-content {
  font-size: 16px;
}
.detail-content h2 {
  font-size: 22px !important;
  margin-bottom: 9pt !important;
  color: #000099;
}
.detail-content h3 {
  font-size: 20px !important;
  margin-bottom: 9pt !important;
  color: #006600;
}
.detail-content h4 {
  font-size: 18px !important;
  margin-bottom: 9pt !important;
}
.detail-content h5 {
  font-size: 16px !important;
  margin-bottom: 9pt !important;
}
.detail-content p {
  margin-bottom: 8pt !important;
  font-size: 16px !important;
}
.detail-content em {
  font-weight: 100;
}
.detail-content img {
  height: auto !important;
  max-width: 100% !important;
  width: auto;
  margin-bottom: 0;
}
.detail-content video,
.detail-content iframe {
  max-width: 100% !important;
}
.detail-content ul li {
  margin: 0 !important;
}

.list-relate-news {
  display: flex;
  grid-gap: 20px;
}
.list-relate-news .item-relate {
  padding: 15px;
  width: calc(25% - 15px);
}
.list-relate-news .item-relate img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-comment {
  margin-top: 30px;
}

.avatar-cmt {
  height: 45px;
  width: 45px !important;
}

.title-cmt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.frmCmt {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: space-between;
}

.title-grid {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.input-cmt {
  width: 100%;
}
.input-cmt input {
  height: 42px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 16px;
  outline: none;
}
.input-cmt input:focus {
  box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #faaf40;
}
.input-cmt textarea {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
}
.input-cmt textarea:focus {
  box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #faaf40;
}

.frmReply {
  margin-top: 10px;
}

.input-cmt50 {
  width: calc(50% - 10px);
}

.more-comment {
  background-color: #e9b852;
  text-align: center;
  padding: 10px;
  display: block;
  color: white;
}
.more-comment:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.send-comment-news {
  text-transform: uppercase;
  background: #faaf40;
  color: white;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 30px;
  border-radius: 3px;
  align-items: center;
}

.lv-cmt {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
  margin-bottom: 10px;
}

.lv0-cmt {
  margin-top: 20px;
}

.lv1-cmt {
  margin-left: 65px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

.cmt-cmt {
  margin-bottom: 0;
  line-height: normal;
}

.cmt-detail .cmt-name {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 15px;
}
.cmt-detail .cmt-name span:first-child {
  font-weight: 700;
  color: #6d6e70;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
.cmt-detail .cmt-name span:last-child {
  color: #6d6e70;
}

.action a {
  font-size: 14px;
  color: #6d6e70;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.action:hover a {
  color: #faaf40;
}

.toc-content {
  border: 1px solid #dddddd;
}
.toc-content .title-toc-list {
  background: #eeeeee;
}
.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}
.toc-content .title-toc-list .button-select i.active {
  transform: scale(1, -1);
}
.toc-content .list-toc {
  background: #fff;
}
.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}
.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.toc-content .list-toc ol > li ol li {
  font-weight: normal;
  font-size: 15px;
}
.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
  display: none;
}
.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}
.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}
.toc-content ol li a {
  margin-bottom: 7px;
}

/* Grid layout adjustments for news detail page */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 30px;
  padding-top: 40px;
}

/* Ensure newslist sidebar has proper width constraints */
.grid-left.block-newslist {
  min-width: 280px;
  max-width: 350px;
}

/* Adjust news content area */
.grid-right {
  min-width: 0; /* Allow content to shrink */
}

/* Responsive design */
@media (max-width: 769px) {
  .detail_title {
    font-size: 16px;
    line-height: normal;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-top: 20px;
  }

  .grid-right.block-newslist {
    order: -1; /* Show newslist first on mobile */
    min-width: auto;
    max-width: none;
  }

  .grid-left {
    order: 1;
  }
} /*# sourceMappingURL=detail.css.map */
