h1.entry-title {
    margin: 0;
}
.interaction-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template-article-flex {
  display: flex;
  gap: 30px;
  max-width: 100%;
  width: 1130px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
  box-shadow: 0 1px 10px rgb(255 255 255 / 20%);
}

@media (max-width: 1290px) {
  .template-article-flex {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 16px;
  }
}


.single-left-column {
  flex: 1;
  min-width: 0; /* giúp nội dung co giãn hợp lý */
}

@media (max-width: 768px) {
  .single-right-column {
    display: none!important;
  }
}

.single-right-column {
  width: 300px;
  flex-shrink: 0;
}

.single-slider-post-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.single-slider-post-items {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
}

.single-slider-post-item {
  flex: 0 0 300px;
  width: 300px;
  box-sizing: border-box;
  padding: 0px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  max-height: 340px;
  
}

.single-slider-post-title {
  font-size: 14px;
  margin: 10px 0 0 0;
  text-align: center;
}

.single-slider-post-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.single-slider-post-prev { left: 10px; }
.single-slider-post-next { right: 10px; }

.single-slider-post-wrapper:hover .single-slider-post-arrow {
  display: flex;
}
 
#slider-latest-article{
  height: 340px;
}  


.right-section-title {
  font-size: 14px;
  margin: 10px 0 10px;
  color: #333;
  padding-bottom: 5px;
} 
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.placeholder-single-post {
  max-width: 100%;
  width: 1210px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  animation: pulse 1.5s infinite;
}
.placeholder-single-thumbnail {
  height: 400px;
  background: #eee;
  margin-bottom: 20px;
}
.placeholder-single-title {
  height: 26px;
  width: 65%;
  background: #ddd;
  margin-bottom: 12px;
}
.placeholder-single-meta {
  height: 14px;
  width: 30%;
  background: #ccc;
  margin-bottom: 16px;
}
.placeholder-single-content-line {
  height: 16px;
  background: #eee;
  margin-bottom: 10px;
}
.placeholder-single-content-line.short {
  width: 50%;
}
@keyframes pulse {
  0% { opacity: 1 }
  50% { opacity: 0.4 }
  100% { opacity: 1 }
}

 
.ads-wrapper-product {
 
  display: block;
}

.ads-wrapper-blog-in-content {
  display: block;
 
}
 
.ads-wrapper-blog {
  margin-top: 10px;
  position: sticky;
  top: 100px; 
  width: 300px;
  height: 600px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}
 