/* Banner */
.single-nhr-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 30px;
}
.single-nhr-banner .banner-left {
  flex: 1;
}
.single-nhr-banner .banner-left h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.excerpt-nhr {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.single-nhr-banner .banner-right {
  flex: 1;
  text-align: right;
}
.single-nhr-banner .banner-right img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Nội dung */
.full-nhr-content {
    background-color: #f3f3f3;
}
.single-nhr-content {
  font-size: 18px;
  line-height: 1.6;
  padding: 30px;
  color: #333;
}
.single-nhr-content p {
  margin-bottom: 20px;
}
.wp-block-image{
    display: flex;
    justify-content: center;
}
/* Button next */
.btn-next-nhr {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  border: 2px solid #222;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.btn-next-nhr:hover {
  background: #222;
  color: #fff;
}
