@charset "UTF-8";
#categories > ul > li > a {
  font-weight: 600; }

.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff; }

.sidebar-blog:last-child {
  margin: 0; }

.sidebar-blog .sidebarblog-title {
  margin-bottom: 15px; }

.sidebar-blog .sidebarblog-title .title-sidebar {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

.sidebar-blog .sidebarblog-title .title-sidebar span {
  display: none; }

.list-news-latest .item-article {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%; }

.list-news-latest .item-article .post-image {
  width: 25%; }

.list-news-latest .item-article .post-content {
  padding-left: 15px;
  width: 75%; }

.list-news-latest .item-article .post-content .title-article-side {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 14px; }

.list-news-latest .item-article .post-content .title-article-side a {
  font-size: 15px;
  color: var(--colorshop);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.list-news-latest .item-article .post-content .date {
  font-size: 13px; }

.list-news-latest .item-article .post-content .price {
  font-size: 13px;
  color: #e70303;
  font-weight: bold; }

#categories li {
  position: relative; }

#categories li a {
  font-size: 15px;
  padding-bottom: 5px;
  display: block; }

#categories li > ul {
  display: none;
  padding-left: 15px; }

#categories li > ul li a {
  font-size: 14px; }

.cl-open-sb {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: 0;
  z-index: 999; }

.cl-open-sb.plus-menu:after {
  content: "+";
  font-size: 20px;
  font-weight: 500; }

.cl-open-sb.minus-menu:after {
  content: "–";
  font-size: 20px;
  font-weight: 500; }

/* article loop*/
.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }

.artile-item .blog-post-image a {
  display: block;
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: transform .7s ease,opacity .7s ease;
  transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: flex;
  height: 220px; }

@media (max-width: 767px) {
  .artile-item .blog-post-image a {
    height: 200px; } }

.artile-item .blog-post-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 99; }

.artile-item .blog-post-image a img {
  object-fit: cover;
  height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }

.artile-item .blog-post-content .blog-title {
  font-size: 16px;
  padding-top: 0;
  text-transform: capitalize;
  margin: 0;
  min-height: 45px; }

.artile-item .blog-post-content .blog-title a {
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.artile-item .blog-post-content .artible-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }

.artile-item .blog-post-content .artible-loop-footer .date-time i {
  margin-right: 5px; }

.artile-item .blog-post-content .blog-desc {
  color: #474343;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

.artile-item:hover .blog-post-image a:before {
  opacity: 1; }

.blog-content {
  margin-bottom: 25px; }

.list-article-content {
  margin-left: -15px; }

.list-article-content .artile-item {
  padding-left: 15px;
  margin-bottom: 15px;
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3); }

@media (max-width: 767px) {
  .list-article-content {
    margin-left: -10px; }
  .list-article-content .artile-item {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 10px; }
  .list-article-content .artile-item:last-child {
    margin-bottom: 0; } }

.item-tag {
  margin: 0 10px 10px 0px !important; }

.item-tag a {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 10px !important;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize; }

.item-tag:hover a {
  color: #fff;
  background: var(--colorshophover); }

/* table of content */
.fixed-table {
  position: fixed;
  top: 30%;
  left: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: #f9f9f9;
  z-index: 3434; }

.fixed-table.show {
  opacity: 1;
  visibility: visible; }

.fixed-table.active .btn-fixed-table-content {
  border: none; }

.fixed-table.active .table-of-contents {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.fixed-table .table-of-contents {
  box-shadow: none;
  padding-top: 5px;
  position: fixed;
  left: 10px;
  top: 30%;
  width: 400px;
  max-width: calc(100% - 20px);
  transform-origin: 0 0 0;
  margin-right: 10px;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  z-index: 10;
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #aaa; }

.fixed-table .table-of-contents .title-table .title-table {
  margin-bottom: 5px; }

.fixed-table .table-of-contents .toc_toggle {
  display: none; }

.fixed-table .btn-fixed-table-content {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  border: 1px solid #aaa;
  z-index: 99;
  position: relative;
  border-radius: 3px;
  transition: all .3s ease;
  background: none; }

.fixed-table .close-table {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  font-size: 0;
  border: none;
  width: 26px;
  height: 26px; }

.fixed-table .close-table img {
  width: 15px;
  height: 15px; }

#blog-wrapper .article-sidebar .blog-sb-title h3 {
  width: 100%;
  display: block;
  font-weight: normal;
  text-align: center;
  float: left;
  outline: none;
  cursor: pointer;
  padding-bottom: 15px;
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

#blog-wrapper .article-sidebar .harticle-item .harticle-title, .related-articles .harticle-item .harticle-title {
  font-weight: 600;
  margin: 10px 0;
  text-align: center; }

#blog-wrapper .article-sidebar .harticle-item .article-info, .related-articles .harticle-item .article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

#blog-wrapper .article-sidebar .harticle-item, .related-articles .harticle-item {
  margin-bottom: 25px; }

.table-of-contents {
  background: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: 0 0px 10px #ccc;
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
  margin: 0;
  margin-bottom: 15px; }

.title-table {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center; }

.title-table .title-table {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0; }

.title-table .toc_toggle {
  font-size: 14px;
  margin-left: 5px; }

.title-table .toc_toggle a {
  font-size: 13px;
  color: #158ed4;
  font-weight: bold; }

#table-content-container ul {
  padding-left: 15px;
  list-style: none;
  counter-reset: item;
  margin: 0;
  margin-top: 5px; }

#table-content-container ul li {
  list-style: none;
  margin-bottom: 5px !important; }

.table-of-contents ul {
  list-style-type: none; }

.table-of-contents > ul {
  counter-reset: listStyle; }

.table-of-contents > ul > li {
  counter-increment: listStyle; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(listStyle) ". ";
  text-transform: uppercase; }

.table-of-contents > ul > li li::before {
  content: counter(listStyle) "." counter(nav1) " - "; }

.table-of-contents > ul > li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }

.table-of-contents > ul > li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-of-contents li a {
  color: #158ed4; }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp:not(.owl-loaded) {
    width: calc(100% + 10px) !important;
    margin-left: -10px; }
  .wrap_blog_left_dmsp:not(.owl-loaded) > .item {
    padding-left: 10px; } }

.wrap_blog_left_dmsp {
  margin-left: -15px; }

.wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
  flex: 0 0 25%;
  width: 25%; }

@media (max-width: 992px) {
  .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
    flex: 0 0 33.33333%;
    width: 33.33333%; } }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp:not(.slick-initialized) .item-slick {
    flex: 0 0 50%;
    width: 50%; } }

.wrap_blog_left_dmsp .item-slick {
  padding-left: 15px; }

@media (max-width: 767px) {
  .wrap_blog_left_dmsp {
    margin-left: -10px; }
  .wrap_blog_left_dmsp .item-slick {
    padding-left: 10px; } }

#table-content-container .close-table {
  display: none; }

.arrow-slick-greey .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }

.artile-item .blog-post-image a {
  display: block;
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: transform .7s ease,opacity .7s ease;
  transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: flex;
  height: 175px; }

@media (max-width: 767px) {
  .artile-item .blog-post-image a {
    height: 200px; } }

.artile-item .blog-post-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 99; }

.artile-item .blog-post-image a img {
  object-fit: cover;
  height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 96%;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }

.artile-item .blog-post-content .blog-title {
  font-size: 16px;
  padding-top: 0;
  text-transform: capitalize;
  margin: 0;
  min-height: 45px; }

.artile-item .blog-post-content .blog-title a {
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.artile-item .blog-post-content .artible-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }

.artile-item .blog-post-content .artible-loop-footer .date-time i {
  margin-right: 5px; }

.artile-item .blog-post-content .blog-desc {
  color: #474343;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box; }

#owl-blog-wanda .artile-item {
  padding-left: 15px; }

@media only screen and (max-width: 767px) {
  #owl-blog-wanda .artile-item {
    padding-left: 10px; } }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

.artile-item:hover .blog-post-image a:before {
  opacity: 1; }

/* =====================================================
   OM NEWS — /blogs/news (otakumode-inspired, light, image-first)
   Fonts: Mulish (body), Lora (H1 headings only). Accent: #d62828
   Ghi đè các class layout cũ. Mobile-first.
   ===================================================== */
/* Lora font loaded via <link> in head-meta.liquid — no @import to avoid render-blocking */
.om-news {
  background: #fff;
  padding: 20px 0 60px;
  color: #1a1a1a; }

/* BO gioi han 1240px: truoc day 2 rule nay khien 3 trang blog hep hon cac
   trang khac 40px @1400+ (1240 vs 1280). Nay de `.container` chuan cua theme
   quyet dinh be ngang: 970 @992+, 1200 @1200+, 1280 @1400+ — giong trang chu,
   trang san pham, collection va pages. */
.om-news a {
  text-decoration: none; }

.om-breadcrumb {
  font-size: 13px;
  color: #7a7a7a;
  padding: 12px 0 20px; }

.om-breadcrumb a {
  color: #7a7a7a; }

.om-breadcrumb a:hover {
  color: #d62828; }

.om-breadcrumb .om-bc-sep {
  margin: 0 8px;
  color: #ccc; }

.om-breadcrumb .om-bc-current {
  color: #1a1a1a;
  font-weight: 600; }

.om-page-head {
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 3px solid #1a1a1a;
  position: relative; }

.om-page-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background: #d62828; }

.om-page-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  line-height: 1.2; }

.om-page-sub {
  color: #666;
  font-size: 14px;
  margin: 0; }

@media (max-width: 767px) {
  .om-page-title {
    font-size: 26px; } }

/* CATEGORY TAG [FIGURE] */
.om-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: color .15s; }

.om-cat:hover {
  color: #a01d1d; }

.om-cat--xs {
  font-size: 10px;
  letter-spacing: .8px;
  margin-bottom: 4px; }

/* TIME */
.om-time {
  color: #999;
  font-size: 12px;
  letter-spacing: .5px; }

/* Section head */
.om-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px; }

.om-section-title {
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0;
  padding-left: 12px;
  position: relative; }

.om-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background: #d62828; }

.om-section-line {
  flex: 1;
  height: 1px;
  background: #e5e5e5; }

/* LIST — horizontal rows, thumb left, text right */
.om-main .list-article-content {
  display: flex;
  flex-direction: column;
  margin: 0; }

.om-main .list-article-content .artile-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin: 0; }

.om-row {
  display: grid;
  grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
  align-items: center; }

.om-row:first-child {
  padding-top: 0; }

.om-row:last-child {
  border-bottom: none; }

.om-row-media {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 10;
  background: #f4f4f4; }

.om-row-media::before {
  display: none !important; }

.om-row-media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease; }

.om-row:hover .om-row-media img {
  transform: scale(1.035); }

.om-row-media.is-portrait-thumbnail {
  background: radial-gradient(circle at 18% 15%, rgba(214, 40, 40, 0.18), transparent 42%), linear-gradient(135deg, #eee9e9 0%, #ddd7d7 52%, #c9c3c3 100%); }

.om-row-media.is-portrait-thumbnail img {
  object-fit: contain;
  transition: filter .25s ease; }

.om-row:hover .om-row-media.is-portrait-thumbnail img {
  transform: none;
  filter: brightness(1.025); }

.om-row-body {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

.om-row-title {
  font-family: 'Mulish', sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  margin: 4px 0 8px !important;
  min-height: 0 !important;
  text-align: left !important;
  text-transform: none; }

.om-row-title a {
  color: #1a1a1a !important;
  font-weight: 800 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s; }

.om-row-title a:hover {
  color: #d62828 !important; }

.om-row-excerpt {
  color: #555 !important;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px !important;
  text-align: left !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.om-row-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px; }

.om-row-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 3px;
  border-bottom: 1px solid currentColor;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .15s ease; }

.om-row-readmore:hover {
  color: #d62828; }

@media (max-width: 767px) {
  .om-row {
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 18px 0; }
  .om-row-title {
    margin-bottom: 7px !important;
    font-size: 16px;
    -webkit-line-clamp: 3; }
  .om-row-excerpt {
    -webkit-line-clamp: 2;
    margin-bottom: 9px !important;
    font-size: 13px;
    line-height: 1.5; } }

@media (max-width: 480px) {
  .om-row {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0; }
  .om-row-meta .om-cat {
    display: none; }
  .om-row-title {
    font-size: 14px;
    line-height: 1.4; }
  .om-row-excerpt {
    display: none; }
  .om-row-readmore {
    font-size: 12px; } }

/* SIDEBAR — clean minimal */
.om-side .om-side-block {
  background: #fff;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ececec; }

.om-side .om-side-block:last-child {
  border-bottom: none; }

.om-side .om-side-head {
  margin-bottom: 14px; }

.om-side .om-side-title {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0;
  padding-left: 12px;
  position: relative; }

.om-side .om-side-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: #d62828; }

.om-side-list .om-side-item {
  display: grid !important;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0 !important;
  align-items: start;
  width: 100%; }

.om-side-list .om-side-item:last-child {
  border-bottom: none; }

.om-side-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #f4f4f4;
  width: 90px !important;
  flex: none !important; }

.om-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .3s ease; }

.om-side-item:hover .om-side-thumb img {
  transform: scale(1.05); }

.om-side-body {
  padding: 0 !important;
  width: 100% !important; }

.om-side-item-title {
  margin: 2px 0 4px !important;
  line-height: 1.35 !important;
  font-size: 13px !important; }

.om-side-item-title a {
  font-family: 'Mulish', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s; }

.om-side-item-title a:hover {
  color: #d62828 !important; }

.om-price {
  color: #d62828 !important;
  font-weight: 800;
  font-size: 13px; }

/* CATEGORIES list */
.om-cate-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.om-cate-list > li {
  border-bottom: 1px solid #f0f0f0; }

.om-cate-list > li:last-child {
  border-bottom: none; }

.om-cate-list > li > a {
  display: block;
  padding: 10px 0 !important;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600; }

.om-cate-list > li > a:hover, .om-cate-list > li.active > a {
  color: #d62828; }

/* TAG CLOUD */
.om-tag-cloud {
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none; }

.om-tag-cloud .item-tag {
  margin: 0 !important; }

.om-tag-cloud .item-tag a {
  padding: 5px 10px !important;
  padding-left: 10px !important;
  font-size: 12px;
  background: #f5f5f5;
  border: 1px solid #ececec !important;
  color: #555;
  border-radius: 3px !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  transition: all .15s; }

.om-tag-cloud .item-tag:hover a {
  background: #d62828;
  color: #fff;
  border-color: #d62828 !important; }

/* Empty state */
.om-empty {
  padding: 40px 0;
  color: #999;
  text-align: center; }

/* Hide legacy heading in main */
.om-news .heading-page {
  display: none; }

/* Pagination */
.om-news #pagination {
  margin: 32px 0 0; }

.om-news #pagination .js-center {
  justify-content: center;
  gap: 4px; }

.om-news #pagination .page-node,
.om-news #pagination .prev,
.om-news #pagination .next {
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1a1a1a;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 3px;
  transition: all .15s;
  text-decoration: none;
  font-size: 14px; }

.om-news #pagination .page-node:hover,
.om-news #pagination .prev:hover,
.om-news #pagination .next:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a; }

.om-news #pagination .page-node.current {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

/* Kill leftover legacy artile-item cover overlay when inside .om-row */
.om-row .blog-post-image a:before,
.om-row .blog-post-image a {
  background: transparent !important;
  height: auto !important;
  display: block !important; }

/* =====================================================
   ARTICLE MAGAZINE — article detail (JH Figure)
   Fonts: Mulish body + Lora H1 headings only. Accent #d62828.
   ===================================================== */
/* Reading progress bar */
.article-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9900;
  background: transparent;
  pointer-events: none; }

.article-progress-inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #d62828 0%, #f43f5e 100%);
  transition: width .1s linear; }

/* Magazine layout wrapper */
.article-magazine {
  background: #fff;
  color: #1a1a1a;
  padding: 20px 0 40px; }

/* Cot bai viet co max-width 760px nhung nam trong cot 1fr rong hon -> phan du
   cong voi gap 48px tao khoang trong ~119px giua bai va sidebar. Do la ly do
   khoang cach trong nhu "padding qua rong".
   Giai: giam gap va nang sidebar len 320px. Cot 1fr = vw - 2*15 - 320 - gap.
   @1418px  -> bai 760px + sidebar 320px @x~1043, cach nhau 28px (truoc la 119px)
   @1258px  -> bai 760px + sidebar 320px, cach nhau 28px
   @991px tro xuong: 1 cot nhu cu. */
/* Truoc day: cot 1fr (rong hon 760px) + `.article-magazine-main { margin: 0 auto }`
   lam phan du don het vao KHOANG GIUA -> cach nhau ~119px @1418px, trong nhu
   padding qua rong.
   Nay: ghim cot bai viet 760px + cot sidebar 320px va `justify-content: center`
   de can giua CA khoi. Khoang cach = dung `gap` (28px).
   `minmax(0, 760px)` cho cot bai tu thu hep khi man hinh vua (khong tran ngang).
   @1418px: bai 760px + cach 28px + sidebar 320px, ca khoi can giua.
   @991px tro xuong: 1 cot. */
/* Bo cuc 2 cot lap day vung noi dung, KHONG thua khoang o mep nao:
   - cot 1: bai viet toi da 760px, ghim sat mep trai
   - cot 2: sidebar `minmax(320px, 1fr)` -> an het phan con lai, mep phai
     trung dung mep phai vung noi dung (truoc day cot 1fr + margin auto lam
     phan du don vao KHOANG GIUA -> cach nhau ~119px trong nhu padding rong).
   Do rong thuc te @1418px: bai 760 + gap 28 + sidebar 422 = 1210 (vua khit).
   @991px tro xuong: 1 cot. */
/* Cot 2 = 422px de 760 (bai) + 28 (gap) + 422 (sidebar) = 1210 = DUNG bang be
   ngang vung noi dung cua container 1240px (tru padding 15px moi ben). Nho vay
   noi dung an het 100% be ngang container, khong con khoang trong thua.
   @991px tro xuong: 1 cot. */
.article-magazine-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 422px);
  gap: 28px;
  align-items: start; }

@media (max-width: 991px) {
  .article-magazine-grid {
    grid-template-columns: 1fr;
    gap: 30px; } }

/* BO tran 760px: cot bai viet an het phan con lai cua container.
   @1600px: container 1280 -> trong 1250 -> bai 1250-28-422 = 800px. */
.article-magazine-main {
  min-width: 0;
  width: 100%; }

.article-magazine-side {
  position: sticky;
  top: 100px; }

.article-magazine-side.is-sidebar-expanded {
  position: static; }

@media (max-width: 991px) {
  .article-magazine-side {
    position: static;
    top: auto; } }

/* HERO header */
.article-hero {
  margin-bottom: 28px; }

.article-hero .article-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 12px; }

.article-hero .article-cat:hover {
  color: #a01d1d; }

.article-hero .article-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1a1a1a;
  letter-spacing: -0.5px; }

@media (max-width: 767px) {
  .article-hero .article-title {
    font-size: 28px; } }

.article-hero .article-dek {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 14px;
  font-weight: 400; }

@media (max-width: 767px) {
  .article-hero .article-dek {
    font-size: 16px; } }

.article-hero .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px; }

.article-hero .article-meta .article-meta-dot {
  color: #ccc; }

.article-hero .article-meta .article-time {
  color: #1a1a1a;
  font-weight: 600; }

.article-hero .article-hero-media {
  margin: 0 0 8px;
  background: #f4f4f4;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px; }

.article-hero .article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* SHARE rail (desktop) + bottom bar (mobile) */
.article-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px; }

.article-share .article-share-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-right: 8px; }

.article-share .article-share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px; }

.article-share .article-share-list a, .article-share .article-share-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #1a1a1a;
  cursor: pointer;
  transition: all .15s;
  padding: 0; }

.article-share .article-share-list a:hover, .article-share .article-share-list button:hover {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

.article-share .article-share-copy.is-copied {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff; }

@media (min-width: 1380px) {
  .article-share {
    position: fixed;
    left: calc(50vw - 680px);
    top: 40%;
    z-index: 500;
    flex-direction: column;
    margin: 0; }
  .article-share .article-share-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 0 8px 0; }
  .article-share .article-share-list {
    flex-direction: column; } }

@media (max-width: 767px) {
  .article-share {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 8px 12px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    flex-direction: row;
    justify-content: center;
    margin: 0;
    z-index: 1000; }
  .article-share .article-share-label {
    display: none; }
  .article-magazine {
    padding-bottom: 80px; } }

/* ARTICLE BODY typography */
.article-body {
  font-family: 'Mulish', -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #222; }

.article-body p {
  margin: 0 0 18px; }

.article-body a {
  color: #d62828;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }

.article-body a:hover {
  color: #a01d1d; }

.article-body h2 {
  font-family: 'Lora', Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 40px 0 16px;
  scroll-margin-top: 90px;
  position: relative;
  padding-left: 14px; }

.article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #d62828; }

.article-body h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 30px 0 12px;
  color: #1a1a1a;
  scroll-margin-top: 90px; }

.article-body h4 {
  font-size: 17px;
  font-weight: 800;
  margin: 24px 0 10px; }

.article-body ul, .article-body ol {
  margin: 0 0 18px;
  padding-left: 24px; }

.article-body li {
  margin-bottom: 6px; }

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
  display: block; }

.article-body figure {
  margin: 24px 0; }

.article-body figure figcaption {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 8px;
  font-style: italic; }

.article-body blockquote {
  margin: 24px 0;
  padding: 12px 20px;
  border-left: 4px solid #d62828;
  background: #fafafa;
  font-style: italic;
  color: #333; }

.article-body blockquote p:last-child {
  margin-bottom: 0; }

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px; }

.article-body th, .article-body td {
  padding: 10px 12px;
  border: 1px solid #eee;
  text-align: left; }

.article-body th {
  background: #fafafa;
  font-weight: 700; }

.article-body code {
  background: #f3f3f0;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: .92em; }

.article-body pre {
  background: #0f172a;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 20px 0;
  font-size: 14px; }

.article-body pre code {
  background: transparent;
  color: inherit;
  padding: 0; }

.article-body iframe {
  max-width: 100%;
  margin: 20px 0; }

/* Tags at end of article body */
.article-body .article-tags {
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }

.article-body .article-tags .article-tags-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #999;
  text-transform: uppercase;
  margin-right: 4px; }

.article-body .article-tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.article-body .article-tags-list a {
  display: inline-block;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  color: #555;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none; }

.article-body .article-tags-list a:hover {
  background: #d62828;
  color: #fff;
  border-color: #d62828; }

/* TOC (sticky) */
.article-toc {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px; }

.article-toc-title {
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 14px;
  padding-left: 10px;
  position: relative; }

.article-toc-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: #d62828; }

.article-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
  max-height: 60vh;
  overflow-y: auto; }

.article-toc-list::-webkit-scrollbar {
  width: 4px; }

.article-toc-list::-webkit-scrollbar-thumb {
  background: #d62828;
  border-radius: 2px; }

.article-toc-item {
  margin-bottom: 8px;
  line-height: 1.4; }

.article-toc-item a {
  display: block;
  padding: 4px 8px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all .15s; }

.article-toc-item a:hover {
  color: #1a1a1a; }

.article-toc-item a.is-active {
  color: #d62828;
  border-left-color: #d62828;
  background: #fff;
  font-weight: 700; }

.article-toc-level-3 a {
  padding-left: 20px;
  font-size: 12px; }

/* INLINE PRODUCTS (chèn giữa bài) */
.om-inline-products {
  margin: 32px 0;
  padding: 20px 20px 20px 24px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 6px;
  position: relative; }

.om-inline-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap; }

.om-inline-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #d62828;
  text-transform: uppercase; }

.om-inline-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a; }

.article-body .om-inline-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0; }

.om-inline-more {
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none; }

.om-inline-more:hover {
  color: #d62828; }

.om-inline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; }

.om-inline-card {
  color: inherit;
  text-decoration: none;
  display: block; }

.om-inline-card-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px; }

.om-inline-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .3s ease; }

.om-inline-card:hover .om-inline-card-media img {
  transform: scale(1.05); }

.om-inline-card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 8px 0 4px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.om-inline-card:hover .om-inline-card-title {
  color: #d62828; }

.om-inline-card-price {
  font-size: 13px;
  color: #d62828;
  font-weight: 800; }

@media (max-width: 767px) {
  .om-inline-grid {
    grid-template-columns: repeat(2, 1fr); }
  .om-inline-title {
    font-size: 18px; } }

/* Slot ẩn ban đầu (JS di chuyển cards vào giữa bài) */
.article-inline-slot {
  display: contents; }

/* RELATED PRODUCTS (cuối bài) */
.article-rp {
  margin: 40px 0; }

.article-rp-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.article-rp-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0 0; }

.article-rp-more {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none; }

.article-rp-more:hover {
  color: #d62828; }

.article-rp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }

.article-rp-card {
  color: inherit;
  text-decoration: none;
  display: block; }

.article-rp-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 4px; }

.article-rp-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .4s ease; }

.article-rp-card:hover .article-rp-media img {
  transform: scale(1.05); }

.article-rp-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 10px 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.article-rp-card:hover .article-rp-name {
  color: #d62828; }

.article-rp-price {
  font-size: 14px;
  color: #d62828;
  font-weight: 800; }

@media (max-width: 767px) {
  .article-rp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
  .article-rp-title {
    font-size: 20px; } }

/* Sidebar related articles — vertical stack, viewport-height capped */
.article-magazine-side
.article-related {
  position: static;
  margin: 0;
  padding: 18px 16px 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.06); }

.article-magazine-side .article-related-head {
  margin-bottom: 14px; }

.article-magazine-side .article-related-title {
  font-size: 18px;
  padding-left: 12px; }

.article-magazine-side .article-related-title::before {
  top: 4px;
  bottom: 4px;
  width: 3px; }

/* Khung cuộn: bỏ max-height cắt cụt, cho cuộn dọc. */
/* Thanh cuộn MỎNG, sát viền, không chiếm không gian nội dung:
   `scrollbar-gutter: stable` giữ chỗ cố định nên không đẩy layout khi xuất hiện.
   Track trong suốt, chỉ còn một vạch mảnh — trước đây track #eee + width 6px +
   padding-right 6px làm thanh cuộn thô và chiếm ~16px bề ngang. */
/* Thanh cuộn: MỘT vạch mỏng 3px sát mép phải, track trong suốt.
   LƯU Ý: KHÔNG đặt `scrollbar-width`/`scrollbar-color` ở đây — Chrome (121+)
   vô hiệu hoá toàn bộ `::-webkit-scrollbar` khi 2 thuộc tính đó khác `auto`,
   khiến thanh cuộn rơi về mặc định ~10px và trông thô. Firefox không hỗ trợ
   `::-webkit-scrollbar` nên dùng nhánh @supports bên dưới. */
.article-related-scroller {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 62vh;
  padding-right: 0;
  scrollbar-gutter: stable; }

.article-related-scroller::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

.article-related-scroller::-webkit-scrollbar-track,
.article-related-scroller::-webkit-scrollbar-corner {
  background: transparent; }

.article-related-scroller::-webkit-scrollbar-thumb {
  background: rgba(214, 40, 40, 0.45);
  border-radius: 999px; }

.article-related-scroller::-webkit-scrollbar-thumb:hover {
  background: rgba(214, 40, 40, 0.8); }

.article-related-scroller:focus-visible {
  outline: 2px solid #d62828;
  outline-offset: 2px; }

/* Firefox: không có ::-webkit-scrollbar — dùng thuộc tính chuẩn.
   Dùng điều kiện `-moz-appearance` (Chrome không hỗ trợ -> khối này bị bỏ qua,
   nên ::-webkit-scrollbar phía trên vẫn hiệu lực). */
@supports (-moz-appearance: none) {
  .article-related-scroller {
    scrollbar-width: thin;
    scrollbar-color: rgba(214, 40, 40, 0.5) transparent; } }

/* Sidebar rong len khi container full-width -> 1 cot se keo card rat dai.
   `auto-fill minmax(300px,1fr)` tu chia 1/2/3 cot theo be ngang thuc te. */
.article-magazine-side .article-related-grid {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 0 18px;
  padding: 0; }

.article-magazine-side .article-related-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  transform: none; }

.article-magazine-side .article-related-card:last-child {
  border-bottom: none; }

.article-magazine-side .article-related-card:hover {
  box-shadow: none;
  transform: none; }

/* Thumbnail: ảnh gốc tỉ lệ ~1.92 (100x52) từng bị ép vào khung 100x100 với
   object-fit MẶC ĐỊNH = fill -> ảnh bị kéo giãn bẹp. Cho khung ĐÚNG tỉ lệ ảnh
   (16/9) và ảnh `cover` để không méo. */
.article-magazine-side .article-related-media {
  width: 128px;
  min-width: 128px;
  height: 72px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f6f8; }

.article-magazine-side .article-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.article-magazine-side .article-related-body {
  padding: 0; }

.article-magazine-side .article-related-name {
  font-size: 13.5px;
  margin: 0; }

/* KHÔNG cắt tên bài — tên dài xuống dòng tự nhiên. */
.article-magazine-side .article-related-name a {
  -webkit-line-clamp: none;
  display: block;
  overflow-wrap: anywhere; }

.article-magazine-side .om-time {
  font-size: 11px; }

/* PREV / NEXT navigation */
.article-pn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.article-pn-item {
  display: block;
  padding: 14px 16px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-decoration: none;
  transition: all .15s;
  min-height: 80px; }

.article-pn-item:hover {
  background: #fff;
  border-color: #d62828; }

.article-pn-empty {
  visibility: hidden; }

.article-pn-next {
  text-align: right; }

.article-pn-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d62828;
  text-transform: uppercase;
  margin-bottom: 6px; }

.article-pn-title {
  display: block;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 767px) {
  .article-pn {
    grid-template-columns: 1fr; }
  .article-pn-next {
    text-align: left; }
  .article-pn-empty {
    display: none; } }

/* COMMENTS wrapper */
.article-comments {
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid #eee; }

.article-comments-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  padding-left: 14px;
  position: relative; }

.article-comments-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: #d62828; }

/* Reading time */
.article-readtime {
  color: #666; }

/* Load more button */
