@charset "UTF-8";
/* ==================================================
   NXMN - Article Cảm hứng decor
   File: nxmn-article-decor.scss.liquid
   ================================================== */
.nxmn-article-decor {
  background: #fbfaf4;
  color: #3f4635; }

/* ĐƯỜNG DẪN BÀI VIẾT DƯỚI META */
.nxmn-article-path {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #8a8d7d; }

.nxmn-article-path a {
  color: #6d765d;
  text-decoration: none;
  font-weight: 400; }

.nxmn-article-path a:hover {
  color: #3f4938; }

.nxmn-article-path span {
  color: #9a9d8d; }

.nxmn-article-path span:last-child {
  color: #7a7e6d; }

/* HERO */
.nxmn-article-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 25%, rgba(139, 150, 112, 0.1), transparent 28%), radial-gradient(circle at 92% 20%, rgba(194, 176, 126, 0.12), transparent 30%), #f8f5ed;
  padding: 44px 15px 42px;
  border-bottom: 1px solid rgba(75, 88, 60, 0.08); }

.nxmn-article-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto; }

/* HERO CÓ BANNER */
.nxmn-article-hero--banner {
  position: relative;
  display: flex;
  align-items: center;
  height: clamp(230px, 18vw, 320px);
  min-height: 0;
  padding: 0;
  background-image: linear-gradient(90deg, rgba(248, 245, 237, 0.92) 0%, rgba(248, 245, 237, 0.82) 34%, rgba(248, 245, 237, 0.46) 58%, rgba(248, 245, 237, 0.1) 100%), url(//cdn.hstatic.net/themes/1000072897/1001489259/14/article_decor_banner.png?v=460);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(75, 88, 60, 0.08); }

/* Mobie */
@media (max-width: 767px) {
  .nxmn-article-hero--banner {
    min-height: 280px;
    padding: 24px 15px 28px;
    background-image: linear-gradient(180deg, rgba(248, 245, 237, 0.88) 0%, rgba(248, 245, 237, 0.72) 48%, rgba(248, 245, 237, 0.45) 100%), url(//cdn.hstatic.net/themes/1000072897/1001489259/14/article_decor_banner_mobile.png?v=460);
    background-size: cover;
    background-position: center; } }

/* Khi có banner thì bỏ các họa tiết nền cũ */
.nxmn-article-hero--banner:before,
.nxmn-article-hero--banner:after {
  display: none; }

.nxmn-article-hero--banner .nxmn-article-hero-inner {
  width: 100%; }

/* Breadcrumb trong hero */
.nxmn-article-hero .breadcrumb,
.nxmn-article-hero #breadcrumb,
.nxmn-article-hero .breadcrumb-shop {
  margin-bottom: 18px;
  background: transparent;
  padding: 0;
  font-size: 13px;
  color: #777b6c; }

.nxmn-article-hero .breadcrumb a,
.nxmn-article-hero #breadcrumb a,
.nxmn-article-hero .breadcrumb-shop a {
  color: #68735a;
  text-decoration: none; }

/* TIÊU ĐỀ BÀI VIẾT - STYLE HÀN / NHẬT NHẸ NHÀNG */
.nxmn-article-title {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #3f4938;
  font-family: "Times New Roman", Georgia, serif;
  text-wrap: balance; }

.nxmn-article-title:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 18px;
  background: rgba(104, 118, 89, 0.32); }

/* Meta */
.nxmn-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  font-size: 13px;
  color: #747967; }

.nxmn-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.nxmn-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: #7c826f;
  flex: 0 0 15px; }

.nxmn-meta-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

/* LAYOUT */
.nxmn-article-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px 15px 70px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start; }

.nxmn-article-left,
.nxmn-article-right {
  position: sticky;
  top: 90px; }

.nxmn-article-main {
  min-width: 0; }

/* Chỉ kéo khung Bài viết liên quan lên cao */
.nxmn-related-card {
  margin-top: -64px; }

/* CARD */
.nxmn-card {
  background: #fffdf8;
  border: 1px solid rgba(85, 95, 70, 0.14);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(55, 60, 42, 0.055);
  margin-bottom: 18px;
  overflow: hidden; }

.nxmn-card-inner {
  padding: 18px; }

/* TIÊU ĐỀ CARD SIDEBAR */
.nxmn-card-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #4f5b43;
  font-family: inherit; }

.nxmn-card-title:before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%238a946f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M32 39c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 39c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 39v9'/><path d='M32 25c4-6 10-9 18-10'/><path d='M32 25c-4-6-10-9-18-10'/></svg>") center/contain no-repeat;
  opacity: 0.95; }

.nxmn-card-title:after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 48px;
  border-bottom: 1px dashed rgba(89, 98, 71, 0.35); }

.nxmn-card-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  border-bottom: 1px dashed rgba(89, 98, 71, 0.45); }

/* AUTHOR CARD - STYLE SANG NHẸ */
.nxmn-author-box .nxmn-card-inner {
  padding: 22px 20px 24px; }

.nxmn-author-card {
  position: relative;
  text-align: center;
  overflow: hidden; }

.nxmn-author-card:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -26px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(177, 159, 105, 0.12), transparent 68%);
  pointer-events: none; }

.nxmn-author-avatar {
  width: 104px;
  height: 104px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #efe5c9;
  border: 1px solid rgba(104, 115, 86, 0.18);
  padding: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.nxmn-author-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  font-size: 0;
  color: transparent; }

.nxmn-author-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eee8d8;
  color: #596247;
  font-size: 13px;
  font-weight: 500;
  line-height: 1; }

.nxmn-author-label:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%238a946f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M32 39c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 39c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 39v9'/></svg>") center/contain no-repeat; }

.nxmn-author-name {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.28;
  color: #39422f;
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: -0.01em; }

.nxmn-author-divider {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px auto 14px; }

.nxmn-author-divider:before,
.nxmn-author-divider:after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(120, 125, 100, 0.18); }

.nxmn-author-divider span {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23b59b5a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M32 39c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 39c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 39v9'/></svg>") center/contain no-repeat; }

.nxmn-author-desc {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: #727766;
  text-align: left; }

/* MỤC LỤC */
.nxmn-toc-list {
  margin: 0;
  padding: 0; }

.nxmn-toc-group {
  padding: 0 0 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(90, 100, 74, 0.08); }

.nxmn-toc-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.nxmn-toc-parent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 30px;
  padding-right: 24px;
  min-height: 24px; }

.nxmn-toc-parent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #6d7d5d; }

.nxmn-toc-parent-link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #454d3b;
  text-decoration: none; }

.nxmn-toc-parent-link:before {
  counter-increment: toc;
  content: counter(toc);
  position: absolute;
  left: -30px;
  top: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  z-index: 2; }

.nxmn-toc-list {
  counter-reset: toc; }

.nxmn-toc-toggle {
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.nxmn-toc-toggle span {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #6d7d5d;
  border-bottom: 1.8px solid #6d7d5d;
  transform: rotate(45deg);
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9; }

.nxmn-toc-sub {
  list-style: none !important;
  margin: 10px 0 0 0 !important;
  padding: 0 0 0 44px !important; }

.nxmn-toc-sub li {
  list-style: disc !important;
  position: relative;
  margin: 0 0 9px 0;
  padding-left: 0 !important;
  font-size: 13px;
  line-height: 1.6;
  color: #5a6050; }

.nxmn-toc-sub li::marker {
  color: #7d8a68;
  font-size: 12px; }

.nxmn-toc-sub li:last-child {
  margin-bottom: 0; }

.nxmn-toc-sub li:before {
  display: none !important;
  content: none !important; }

.nxmn-toc-sub a {
  color: #5a6050;
  text-decoration: none; }

.nxmn-toc-parent-link:hover,
.nxmn-toc-sub a:hover {
  color: #6d7d5d; }

.nxmn-toc-group.is-closed .nxmn-toc-sub {
  display: none; }

.nxmn-toc-group.is-closed .nxmn-toc-toggle span {
  transform: rotate(-45deg); }

/* ẢNH ĐẠI DIỆN */
.nxmn-featured-image {
  width: 100%;
  display: block;
  border-radius: 13px;
  margin-bottom: 24px;
  box-shadow: 0 12px 28px rgba(60, 62, 44, 0.08); }

/* ==================================================
   NỘI DUNG BÀI VIẾT - STYLE HÀN / NHẬT NHẸ NHÀNG
   ================================================== */
.nxmn-article-content {
  background: transparent;
  font-size: 16px;
  line-height: 1.85;
  color: #3e4437;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0; }

.nxmn-article-content p {
  margin: 0 0 16px; }

.nxmn-article-content p + h2 {
  margin-top: 18px; }

.nxmn-article-content h2 {
  position: relative;
  margin: 24px 0 12px;
  padding-top: 22px;
  font-size: 28px;
  line-height: 1.42;
  font-weight: 500;
  color: #3b4632;
  font-family: inherit;
  letter-spacing: 0; }

.nxmn-article-content h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(rgba(186, 178, 156, 0.85), rgba(186, 178, 156, 0.85)) left center/calc(50% - 20px) 1px no-repeat, linear-gradient(rgba(186, 178, 156, 0.85), rgba(186, 178, 156, 0.85)) right center/calc(50% - 20px) 1px no-repeat, url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23b59b5a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M32 38c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 38c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 38v9'/><path d='M32 24c4-6 10-9 18-10'/><path d='M32 24c-4-6-10-9-18-10'/></svg>") center center/18px 18px no-repeat;
  opacity: 0.95; }

.nxmn-article-content h3 {
  margin: 24px 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #4c573f;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0; }

.nxmn-article-content h4,
.nxmn-article-content h5,
.nxmn-article-content h6 {
  margin: 22px 0 10px;
  color: #4c573f;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0; }

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

.nxmn-article-content li {
  margin-bottom: 8px;
  line-height: 1.75; }

.nxmn-article-content li::marker {
  color: #7d8a68; }

.nxmn-article-content a {
  color: #65764f;
  text-decoration: underline;
  text-underline-offset: 3px; }

.nxmn-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 14px 0; }

.nxmn-article-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  background: #f7f2e7;
  border-left: 3px solid #7d8a68;
  border-radius: 0 12px 12px 0;
  color: #4c523f; }

.nxmn-article-content h3,
.nxmn-article-content h4,
.nxmn-article-content h5,
.nxmn-article-content h6,
.nxmn-article-content p,
.nxmn-article-content li,
.nxmn-article-content a,
.nxmn-article-content span,
.nxmn-article-content strong,
.nxmn-article-content em,
.nxmn-article-content i {
  font-family: inherit;
  letter-spacing: 0; }

.nxmn-article-content em,
.nxmn-article-content i {
  font-style: italic; }

/* BÀI VIẾT LIÊN QUAN */
.nxmn-related-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(80, 88, 65, 0.09);
  text-decoration: none;
  color: #3f4537; }

.nxmn-related-item:first-of-type {
  padding-top: 0; }

.nxmn-related-item:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.nxmn-related-thumb {
  width: 78px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #eee8dc;
  display: block; }

.nxmn-related-thumb-empty {
  background: linear-gradient(135deg, rgba(109, 125, 93, 0.14), rgba(196, 180, 132, 0.18)), #f0eadf; }

.nxmn-related-title {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #3f4537; }

.nxmn-related-date {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #8a8e7d; }

.nxmn-related-item:hover .nxmn-related-title {
  color: #6d7d5d; }

/* DANH MỤC BLOG - CHỈ GIỮ TEXT ĐƠN GIẢN */
.nxmn-blog-category-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.nxmn-blog-category-list li {
  list-style: none !important;
  position: relative;
  border-bottom: 1px solid rgba(80, 88, 65, 0.09); }

.nxmn-blog-category-list li:last-child {
  border-bottom: 0; }

/* Xóa toàn bộ dấu chấm / icon lá cũ */
.nxmn-blog-category-list li:before,
.nxmn-blog-category-list li:after,
.nxmn-blog-category-list a:before,
.nxmn-blog-category-list a:after,
.nxmn-blog-category-list span:before,
.nxmn-blog-category-list span:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important; }

/* Link danh mục chỉ còn text */
.nxmn-blog-category-list a {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0 !important;
  color: #4a523f;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.55;
  background: none !important; }

.nxmn-blog-category-list a:hover {
  color: #6d7d5d; }

/* Text */
.nxmn-blog-title,
.nxmn-blog-category-list a span:first-child {
  display: block;
  flex: 1 1 auto; }

/* Mũi tên bên phải */
.nxmn-blog-arrow {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
  color: #9a9f8d;
  margin-top: 2px; }

/* ==================================================
   DANH MỤC BLOG - XÓA TOÀN BỘ BULLET / ICON, CHỈ GIỮ TEXT
   ================================================== */
.nxmn-article-right .nxmn-blog-category-list,
.nxmn-article-right .nxmn-blog-category-list li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.nxmn-article-right .nxmn-blog-category-list li::marker {
  content: "" !important;
  font-size: 0 !important;
  color: transparent !important; }

.nxmn-article-right .nxmn-blog-category-list li:before,
.nxmn-article-right .nxmn-blog-category-list li:after,
.nxmn-article-right .nxmn-blog-category-list a:before,
.nxmn-article-right .nxmn-blog-category-list a:after,
.nxmn-article-right .nxmn-blog-category-list span:before,
.nxmn-article-right .nxmn-blog-category-list span:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important; }

/* Link chỉ còn text + mũi tên */
.nxmn-article-right .nxmn-blog-category-list a {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0 !important;
  margin: 0 !important;
  color: #4a523f;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.55;
  background: none !important; }

.nxmn-article-right .nxmn-blog-category-list a:hover {
  color: #6d7d5d; }

.nxmn-article-right .nxmn-blog-arrow {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
  color: #9a9f8d;
  margin-top: 2px; }

/* BÌNH LUẬN */
.nxmn-comments-wrap {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(80, 88, 65, 0.12); }

.nxmn-comments-wrap input.text,
.nxmn-comments-wrap textarea.text {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid rgba(80, 88, 65, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fffdf8;
  color: #3e4437; }

.nxmn-comments-wrap textarea.text {
  min-height: 120px; }

.nxmn-comments-wrap .btn-primary {
  background: #65764f;
  border-color: #65764f;
  border-radius: 999px;
  padding: 9px 22px; }

.nxmn-comments-wrap .btn-primary:hover {
  background: #4f5e3d;
  border-color: #4f5e3d; }

/* TABLET */
@media (max-width: 1199px) {
  .nxmn-article-wrap {
    grid-template-columns: 230px minmax(0, 1fr); }
  .nxmn-article-right {
    display: none; } }

/* MOBILE */
@media (max-width: 767px) {
  .nxmn-article-hero {
    padding: 22px 15px 30px;
    height: auto;
    min-height: auto;
    overflow: visible; }
  .nxmn-article-hero:before,
  .nxmn-article-hero:after {
    width: 150px;
    opacity: 0.12; }
  /* Banner hero nếu có ảnh nền */
  .nxmn-article-hero--banner {
    height: 240px;
    min-height: 0;
    padding: 0;
    background-size: cover;
    background-position: center; }
  .nxmn-article-hero--banner .nxmn-article-hero-inner {
    padding: 22px 15px; }
  .nxmn-article-title {
    display: block;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0 0 14px;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial; }
  .nxmn-article-title:after {
    width: 56px;
    margin-top: 14px; }
  .nxmn-article-meta {
    gap: 8px 12px;
    font-size: 12px; }
  .nxmn-article-wrap {
    display: block;
    padding: 22px 15px 48px; }
  .nxmn-article-left,
  .nxmn-article-right {
    display: block;
    position: static; }
  .nxmn-article-left {
    margin-bottom: 20px; }
  .nxmn-article-right {
    margin-top: 24px; }
  .nxmn-related-card {
    margin-top: 0; }
  .nxmn-card {
    margin-bottom: 18px; }
  .nxmn-card-inner {
    padding: 20px 18px; }
  /* Khung tác giả mobile */
  .nxmn-author-box .nxmn-card-inner {
    padding: 22px 18px 24px; }
  .nxmn-author-card {
    text-align: center; }
  .nxmn-author-avatar {
    width: 86px;
    height: 86px;
    margin: 0 auto 12px; }
  .nxmn-author-label {
    height: 24px;
    padding: 0 14px;
    margin-bottom: 10px;
    font-size: 12px; }
  .nxmn-author-name {
    font-size: 22px;
    line-height: 1.32;
    text-align: center; }
  .nxmn-author-divider {
    margin: 10px auto 12px; }
  .nxmn-author-desc {
    font-size: 13px;
    line-height: 1.65;
    text-align: justify;
    text-align-last: left; }
  /* Mục lục mobile gọn */
  .nxmn-toc-card .nxmn-card-inner {
    padding: 16px; }
  .nxmn-toc-mobile-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
  .nxmn-toc-mobile-toggle,
  .nxmn-toc-mobile-toggle:focus,
  .nxmn-toc-mobile-toggle:active,
  .nxmn-toc-mobile-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important; }
  .nxmn-toc-mobile-toggle .nxmn-card-title {
    margin: 0;
    padding-bottom: 0; }
  .nxmn-toc-mobile-toggle .nxmn-card-title:after {
    display: none; }
  .nxmn-toc-mobile-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.6px solid #6d7d5d;
    border-bottom: 1.6px solid #6d7d5d;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 3px; }
  .nxmn-toc-card .nxmn-toc-list {
    display: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(89, 98, 71, 0.22);
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px; }
  .nxmn-toc-card.is-mobile-open .nxmn-toc-list {
    display: block; }
  .nxmn-toc-card.is-mobile-open .nxmn-toc-mobile-arrow {
    transform: rotate(-135deg); }
  .nxmn-toc-group {
    margin-bottom: 0;
    padding: 11px 0;
    border-bottom: 1px solid rgba(80, 88, 65, 0.08); }
  .nxmn-toc-parent {
    min-height: 22px;
    padding-left: 30px;
    padding-right: 20px; }
  .nxmn-toc-parent-link {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500; }
  .nxmn-toc-sub {
    margin-top: 8px !important;
    padding-left: 32px !important; }
  .nxmn-toc-sub li {
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.5; }
  .nxmn-article-content {
    font-size: 15px;
    line-height: 1.78; }
  .nxmn-article-content h2 {
    margin: 26px 0 13px;
    padding-top: 24px;
    font-size: 24px;
    line-height: 1.42; }
  .nxmn-article-content h3 {
    font-size: 18px;
    line-height: 1.45; }
  .nxmn-featured-image {
    border-radius: 12px;
    margin-bottom: 20px;
    max-height: none; }
  .nxmn-related-item {
    grid-template-columns: 76px 1fr;
    gap: 12px; }
  .nxmn-related-thumb {
    width: 76px;
    height: 58px; }
  .nxmn-blog-category-list a {
    font-size: 13px;
    line-height: 1.55;
    padding: 13px 0 !important; }
  .nxmn-comments-wrap {
    margin-top: 30px;
    padding-top: 22px; } }

/* FIX MẠNH: XÓA BULLET CŨ CỦA THEME TRONG DANH MỤC BLOG */
.nxmn-blog-category-list,
.nxmn-blog-category-list ul,
.nxmn-blog-category-list li {
  list-style: none !important;
  margin-left: 0 !important; }

.nxmn-blog-category-list li,
.nxmn-blog-category-list a,
.nxmn-blog-category-list span {
  background-image: none !important; }

.nxmn-blog-category-list li:before,
.nxmn-blog-category-list li:after,
.nxmn-blog-category-list a:after,
.nxmn-blog-category-list .nxmn-blog-title:before,
.nxmn-blog-category-list .nxmn-blog-title:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: 0 !important; }

/* Layout lại item danh mục */
.nxmn-blog-category-list a {
  position: relative;
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0 13px 30px !important;
  color: #4a523f;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.55; }

/* Icon lá duy nhất */
.nxmn-blog-category-list a:before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 15px;
  width: 18px;
  height: 18px;
  display: block !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23b59b5a' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><path d='M32 39c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 39c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 39v9'/></svg>") center/contain no-repeat !important;
  border: 0 !important;
  opacity: 0.95; }

.nxmn-blog-title {
  display: block;
  flex: 1 1 auto; }

.nxmn-blog-arrow {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #9a9f8d;
  margin-top: 1px; }

/* BANNER ĐẦU TRANG BÀI VIẾT */
.nxmn-article-top-banner {
  width: 100%;
  background: #f8f5ed;
  overflow: hidden;
  border-bottom: 1px solid rgba(75, 88, 60, 0.08); }

.nxmn-article-top-banner picture,
.nxmn-article-top-banner img {
  display: block;
  width: 100%; }

.nxmn-article-top-banner img {
  height: 380px;
  object-fit: cover;
  object-position: center; }

@media (max-width: 767px) {
  .nxmn-article-top-banner img {
    height: 280px;
    object-position: center; } }

/* ==================================================
   MỤC LỤC MOBILE - GỌN HƠN
   ================================================== */
.nxmn-toc-mobile-toggle {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: default; }

.nxmn-toc-mobile-toggle .nxmn-card-title {
  margin-bottom: 15px; }

.nxmn-toc-mobile-arrow {
  display: none; }

@media (max-width: 767px) {
  .nxmn-toc-card .nxmn-card-inner {
    padding: 16px; }
  .nxmn-toc-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
  .nxmn-toc-mobile-toggle .nxmn-card-title {
    margin: 0;
    padding-bottom: 0; }
  .nxmn-toc-mobile-toggle .nxmn-card-title:after {
    display: none; }
  .nxmn-toc-mobile-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.6px solid #6d7d5d;
    border-bottom: 1.6px solid #6d7d5d;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 2px; }
  .nxmn-toc-card .nxmn-toc-list {
    display: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(89, 98, 71, 0.22);
    max-height: 300px;
    overflow-y: auto;
    padding-right: 6px; }
  .nxmn-toc-card.is-mobile-open .nxmn-toc-list {
    display: block; }
  .nxmn-toc-card.is-mobile-open .nxmn-toc-mobile-arrow {
    transform: rotate(-135deg); }
  /* Thu gọn từng item trong mục lục mobile */
  .nxmn-toc-group {
    margin-bottom: 0;
    padding: 11px 0;
    border-bottom: 1px solid rgba(80, 88, 65, 0.08); }
  .nxmn-toc-group:last-child {
    border-bottom: 0; }
  .nxmn-toc-parent {
    min-height: 22px;
    padding-left: 30px;
    padding-right: 20px; }
  .nxmn-toc-parent:before,
  .nxmn-toc-parent-link:before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 11px; }
  .nxmn-toc-parent-link {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500; }
  .nxmn-toc-sub {
    margin-top: 8px !important;
    padding-left: 32px !important; }
  .nxmn-toc-sub li {
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.5; } }

/* XÓA VIỀN VUÔNG KHI BẤM MỤC LỤC MOBILE */
.nxmn-toc-mobile-toggle,
.nxmn-toc-mobile-toggle:focus,
.nxmn-toc-mobile-toggle:active,
.nxmn-toc-mobile-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important; }

/* Nếu muốn có hiệu ứng bấm nhẹ, không bị thô */
.nxmn-toc-mobile-toggle:active {
  opacity: 0.75; }

/* Chặn trình duyệt mobile hiện viền/tap highlight */
.nxmn-toc-mobile-toggle {
  -webkit-tap-highlight-color: transparent; }

/* NHÃN TAG TRÊN TIÊU ĐỀ BÀI VIẾT */
.nxmn-article-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #e9e2cf;
  color: #5d664f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

/* DANH MỤC ICON TRONG SIDEBAR BÀI VIẾT */
.nxmn-icon-category-card {
  display: block; }

.nxmn-inspo-tabs-sidebar {
  display: block;
  padding: 0;
  margin: 0; }

.nxmn-inspo-tabs-sidebar .nxmn-inspo-tab-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(80, 88, 65, 0.09);
  color: #4a523f;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none !important; }

.nxmn-inspo-tabs-sidebar .nxmn-inspo-tab-item:last-child {
  border-bottom: 0; }

.nxmn-inspo-tabs-sidebar .nxmn-inspo-tab-item img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
  opacity: 0.85; }

.nxmn-inspo-tabs-sidebar .nxmn-inspo-tab-item span {
  flex: 1 1 auto; }

.nxmn-inspo-tabs-sidebar .nxmn-inspo-tab-item:after {
  content: "›";
  margin-left: auto;
  color: #9a9f8d;
  font-size: 17px;
  line-height: 1; }

/* ==================================================
   PRODUCT SHORTCODE TRONG BÀI VIẾT
   Cú pháp: [/products/ten-san-pham]
   ================================================== */
.nxmn-product-shortcode {
  margin: 32px 0; }

/* KHUNG SẢN PHẨM */
.nxmn-product-shortcode .superContent-product {
  display: grid !important;
  grid-template-columns: 40% 60% !important;
  align-items: stretch !important;
  padding: 14px !important;
  border: 1px solid rgba(80, 88, 65, 0.14) !important;
  border-radius: 0 !important;
  background: #fbfaf6 !important;
  box-shadow: none !important;
  overflow: hidden !important; }

/* ẢNH SẢN PHẨM */
.nxmn-product-shortcode .superContent-product-left {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important; }

.nxmn-product-shortcode .superContent-product-left a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 255px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  background: #f0ede4 !important;
  text-decoration: none !important; }

.nxmn-product-shortcode .superContent-product-left img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 3px !important; }

/* FALLBACK KHI KHÔNG CÓ ẢNH */
.nxmn-product-shortcode .superContent-product-noimage {
  width: 100%;
  height: 100%;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: #f1eee6;
  color: #6d735f; }

.nxmn-product-shortcode .superContent-product-noimage span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 1px solid rgba(109, 125, 93, 0.24);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7b816d; }

.nxmn-product-shortcode .superContent-product-noimage strong {
  max-width: 220px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #3f4938; }

/* CỘT TEXT */
.nxmn-product-shortcode .superContent-product-right {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 2px 4px 2px 28px !important;
  background: transparent !important; }

/* TÊN SẢN PHẨM */
.nxmn-product-shortcode .superContent-product-right-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 8px !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  color: #2f352b !important;
  font-family: inherit !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: initial !important; }

/* MÃ SP + THƯƠNG HIỆU - 2 CỘT */
.nxmn-product-shortcode .superContent-product-right-info {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  margin: 0 0 12px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(80, 88, 65, 0.16) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #2f352b !important;
  text-align: left !important; }

.nxmn-product-shortcode .superContent-product-right-info span {
  display: block !important;
  min-width: 0 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; }

.nxmn-product-shortcode .superContent-product-right-info strong {
  display: inline !important;
  margin-left: 4px !important;
  font-weight: 700 !important;
  color: #2f352b !important;
  white-space: nowrap !important; }

/* GIÁ */
.nxmn-product-shortcode .superContent-product-right-price {
  margin: 0 0 14px !important;
  padding: 0 !important;
  text-align: left !important; }

.nxmn-product-shortcode .superContent-product-right-price strong {
  color: #e22b16 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important; }

/* NÚT - 2 CỘT */
.nxmn-product-shortcode .superContent-product-right-cta {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important; }

.nxmn-product-shortcode .superContent-product-right-cta a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 31px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(80, 88, 65, 0.28) !important;
  background: transparent !important;
  color: #2f352b !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.25s ease; }

.nxmn-product-shortcode .superContent-product-right-cta a:hover {
  background: #f1eee6 !important;
  color: #2f352b !important; }

/* MOBILE */
@media (max-width: 767px) {
  .nxmn-product-shortcode {
    margin: 24px 0; }
  .nxmn-product-shortcode .superContent-product {
    display: block !important;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 0 !important; }
  .nxmn-product-shortcode .superContent-product-left a {
    height: 220px !important;
    min-height: 220px !important; }
  .nxmn-product-shortcode .superContent-product-right {
    padding: 16px 4px 4px !important; }
  .nxmn-product-shortcode .superContent-product-right-title {
    font-size: 18px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
    text-align: left !important; }
  .nxmn-product-shortcode .superContent-product-right-info {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    font-size: 13px !important; }
  .nxmn-product-shortcode .superContent-product-right-info span,
  .nxmn-product-shortcode .superContent-product-right-info strong {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important; }
  .nxmn-product-shortcode .superContent-product-right-price strong {
    font-size: 17px !important; }
  .nxmn-product-shortcode .superContent-product-right-cta {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important; }
  .nxmn-product-shortcode .superContent-product-right-cta a {
    height: 32px !important;
    font-size: 12px !important;
    padding: 0 10px !important; } }

/* TẮT HIỆU ỨNG HOVER ẢNH SẢN PHẨM TRONG BÀI VIẾT */
.nxmn-product-shortcode .superContent-product-left a,
.nxmn-product-shortcode .superContent-product-left img {
  transition: none !important;
  transform: none !important;
  animation: none !important; }

.nxmn-product-shortcode .superContent-product-left a:hover,
.nxmn-product-shortcode .superContent-product-left a:hover img,
.nxmn-product-shortcode .superContent-product-left img:hover {
  transition: none !important;
  transform: none !important;
  animation: none !important;
  opacity: 1 !important;
  filter: none !important; }

/* ==================================================
   COMMENT BOX - ARTICLE DECOR
   ================================================== */
.nxmn-comments-wrap {
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid rgba(80, 88, 65, 0.1); }

.nxmn-comment-box {
  padding: 34px 36px 36px;
  border: 1px solid rgba(128, 122, 98, 0.18);
  border-radius: 16px;
  background: #fbfaf6;
  box-shadow: 0 14px 34px rgba(58, 63, 48, 0.055); }

.nxmn-comment-head {
  text-align: center;
  margin-bottom: 28px; }

.nxmn-comment-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px; }

.nxmn-comment-decor:before,
.nxmn-comment-decor:after {
  content: "";
  width: 78px;
  height: 1px;
  background: rgba(181, 155, 90, 0.34); }

.nxmn-comment-decor span {
  width: 34px;
  height: 22px;
  margin: 0 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40' fill='none' stroke='%236d7d5d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M32 31c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 31c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 31v6'/></svg>") center/contain no-repeat;
  opacity: 0.9; }

.nxmn-comment-head h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 400;
  color: #3f4938;
  font-family: "Times New Roman", Georgia, serif;
  letter-spacing: -0.01em; }

.nxmn-comment-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #7c806f;
  font-style: italic; }

/* FORM */
.nxmn-comment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px; }

.nxmn-comment-field {
  position: relative; }

.nxmn-comment-field input,
.nxmn-comment-field textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  color: #3f4938 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important; }

.nxmn-comment-field input::placeholder,
.nxmn-comment-field textarea::placeholder {
  color: #8b8f7e; }

.nxmn-comment-field-inline,
.nxmn-comment-field-area {
  display: flex;
  width: 100%;
  border: 1px solid rgba(80, 88, 65, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  transition: border-color 0.25s ease, background 0.25s ease; }

.nxmn-comment-field-inline {
  height: 48px;
  align-items: center;
  gap: 16px;
  padding: 0 18px; }

.nxmn-comment-field-area {
  min-height: 170px;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  margin-bottom: 18px; }

.nxmn-comment-field-inline:focus-within,
.nxmn-comment-field-area:focus-within {
  border-color: rgba(109, 125, 93, 0.45);
  background: #fff; }

.nxmn-comment-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #6d7d5d;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.nxmn-comment-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

.nxmn-comment-field input {
  height: 100% !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important; }

.nxmn-comment-field textarea {
  min-height: 132px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  resize: vertical; }

/* NOTICE */
.nxmn-comment-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  margin-top: 10px;
  border-top: 1px dashed rgba(80, 88, 65, 0.18);
  color: #6f7464; }

.nxmn-comment-notice span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%236d7d5d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M32 39c-2-10 2-20 12-25 0 11-4 20-12 25Z'/><path d='M32 39c2-10-2-20-12-25 0 11 4 20 12 25Z'/><path d='M32 39v9'/></svg>") center/contain no-repeat; }

.nxmn-comment-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5; }

/* BUTTON */
.nxmn-comment-submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px; }

.nxmn-comment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #6d7d5d;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(75, 88, 60, 0.18);
  transition: background 0.25s ease, transform 0.25s ease; }

.nxmn-comment-submit:hover {
  background: #596a4b;
  transform: translateY(-1px); }

/* MESSAGE */
.nxmn-comment-message {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5; }

.nxmn-comment-message.success {
  background: rgba(109, 125, 93, 0.1);
  color: #4f6044; }

.nxmn-comment-message.error {
  background: rgba(180, 72, 48, 0.1);
  color: #9a3f30; }

/* COMMENT LIST */
.nxmn-comment-list {
  margin-top: 28px;
  padding: 26px 28px;
  border: 1px solid rgba(128, 122, 98, 0.16);
  border-radius: 14px;
  background: #fbfaf6; }

.nxmn-comment-list h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 400;
  color: #3f4938;
  font-family: "Times New Roman", Georgia, serif; }

.nxmn-comment-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(80, 88, 65, 0.1); }

.nxmn-comment-item:first-of-type {
  border-top: 0;
  padding-top: 0; }

.nxmn-comment-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #eee8d8;
  color: #5f684f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600; }

.nxmn-comment-content {
  flex: 1 1 auto;
  min-width: 0; }

.nxmn-comment-author {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin-bottom: 6px; }

.nxmn-comment-author strong {
  font-size: 14px;
  color: #3f4938; }

.nxmn-comment-author span {
  font-size: 12px;
  color: #8a8e7d; }

.nxmn-comment-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6f7464; }

/* MOBILE */
@media (max-width: 767px) {
  .nxmn-comments-wrap {
    margin-top: 34px;
    padding-top: 26px; }
  .nxmn-comment-box {
    padding: 24px 16px 26px;
    border-radius: 14px; }
  .nxmn-comment-head {
    margin-bottom: 22px; }
  .nxmn-comment-head h2 {
    font-size: 26px; }
  .nxmn-comment-head p {
    font-size: 13px; }
  .nxmn-comment-decor:before,
  .nxmn-comment-decor:after {
    width: 48px; }
  .nxmn-comment-grid {
    grid-template-columns: 1fr;
    gap: 12px; }
  .nxmn-comment-field-inline {
    height: 46px;
    gap: 14px;
    padding: 0 16px; }
  .nxmn-comment-field-area {
    min-height: 150px;
    gap: 14px;
    padding: 16px; }
  .nxmn-comment-field textarea {
    min-height: 116px; }
  .nxmn-comment-notice {
    font-size: 13px;
    align-items: flex-start; }
  .nxmn-comment-notice p {
    font-size: 13px; }
  .nxmn-comment-submit {
    width: 100%;
    min-width: 0;
    height: 44px; }
  .nxmn-comment-list {
    padding: 22px 16px;
    border-radius: 14px; } }
