/* -------------  BLOG --------------- */
.single-post .post-content {
  font-family: var(--second-font) !important;
}

.box-blog-post {
  background-color: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}


.box-blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.box-blog-post .box-image {
  overflow: hidden;
}

.box-blog-post .box-image img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.box-blog-post:hover .box-image img {
  transform: scale(1.1);
}


.box-blog-post .box-text {
  padding: 20px 25px 25px 25px;
  background-color: #fff;
}

.box-blog-post .post-title {
  margin-bottom: 10px;
  margin-top: 5px;
}

.box-blog-post .post-title a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.box-blog-post:hover .post-title a {
  color: var(--color-text-red)
}

.box-blog-post .is-divider {
  display: none;
}

.box-blog-post .from_the_blog_excerpt {
  font-size: var(--text-sm);
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-blog-post .box-text-inner:after {
  content: "Xem chi tiết →";
  display: inline-block;
  font-size: var(--text-13);
  font-weight: 600;
  text-transform: uppercase;
  color: #d26e4b;
  margin-top: 10px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.box-blog-post:hover .box-text-inner:after {
  padding-left: 5px;
}

.blog-archive .col.post-item .col-inner {
  height: 100%;
}

/* --- POST HERO --- */
.post-hero {
  padding: 48px 0 28px;
  background: #fafafa;
}

.post-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px;
}

.post-hero__breadcrumb {
  font-size: 12px;
  opacity: .5;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-hero__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.post-hero__eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  opacity: .8;
  padding-left: 12px;
  position: relative;
}

.post-hero__eyebrow::before {
  content: "";
  width: 3px;
  height: 14px;
  background: var(--color-text-red);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.post-hero__meta {
  font-size: 12px;
  opacity: .65;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.post-hero__meta-author {
  font-weight: 600;
}

.post-hero__meta-dot {
  opacity: .4;
}

.post-hero__meta-reading {
  opacity: .85;
}

.post-hero__title {
  color: var(--color-text) !important;
  max-width: 860px;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(28px, 3.1vw, 44px);
}

.post-hero__excerpt {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  opacity: .88;
}

.post-hero__media {
  max-width: 1080px;
  margin: 18px auto 0;
  padding: 0 16px;
}

.post-hero__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-2xl);
  display: block;
  box-shadow: 0 26px 56px rgba(0, 0, 0, .14);
}

/* --- POST BODY --- */
.post-body {
  padding: 40px 16px 0;
}

.post-content {
  max-width: 840px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 28px;
}

.post-content h2 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}

.post-content>p:first-of-type {
  font-size: 18px;
  line-height: 1.8;
  opacity: .9;
}

.post-content h2::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 24px;
  background: var(--color-text-red);
}

.post-content h3 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
}

.post-content p {
  margin-bottom: 1.2em;
}

.post-content ul {
  padding-left: 18px;
  margin: 20px 0;
}

.post-content ul li {
  margin-bottom: 8px;
}

.post-content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 4px solid var(--color-text-red);
  font-style: italic;
}

/* --- POST AUTHOR --- */
.post-author {
  margin: 80px 0 0;
  padding: 32px 0;
  border-top: 1px solid #eee;
}

.post-author__inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  gap: 20px;
}

.post-author__avatar img {
  border-radius: 50%;
}

.post-author__name {
  margin: 0 0 6px;
}

.post-author__bio {
  margin: 0 0 8px;
  opacity: .85;
}

.post-author__link {
  font-size: var(--text-sm);
  text-decoration: none;
}

/* --- POST RELATED --- */
.post-related {
  margin: 80px 0 0;
  background: #fafafa;
  padding: 56px 0;
}

.post-related__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

.post-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.post-related__item img {
  border-radius: var(--radius-lg);
  margin-bottom: 10px;
}

/* --- POST CTA --- */
.post-cta {
  margin: 80px 0 0;
  padding: 64px 0;
  background: #111;
  color: #fff;
  text-align: center;
}

.post-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
}

.post-cta__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: var(--color-text-red);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.header-wrapper ul li a {
	color: white !important;
}