.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(47, 47, 47, 1);
  font-family: inherit;
  padding: 0;
}
.breadcrumb-title, .breadcrumb-current {
  color: #2F2F2F;
}
.breadcrumb-arrow {
  display: inline-flex;
  vertical-align: middle;
}
.insight-posts-list {
  margin-top: 32px;
}
.insight-post-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(206, 206, 206, 1);
  position: relative;
  cursor:pointer
}
.insight-post-item {
  background: #fff;
  border-radius: 20px;
  padding: 36px 36px 34px 36px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.3s;
}
.insight-post-block:hover .insight-post-item, .insight-post-block.pinted .insight-post-item{
    box-shadow: 0px 10px 30px 0px rgba(185, 185, 185, 0.3);
}
.insight-post-block:hover .button-pinted,
.insight-post-block.pinted .button-pinted{
  opacity: 1;
  visibility: visible;
}
.button-pinted {
    all: unset;
    position: absolute;
    z-index: 2;
    left: -50px;
    width: 33px;
    height: 33px;
    background-color: rgba(234, 33, 33, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.button-pinted svg {
    width: 18px;
    height: 18px;
}
.insight-post-body {
  display: flex;
  flex-direction: row;
  gap: 36px;
}
.insight-post-main {
  flex: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.insight-post-main h2 {
  margin: 0 0 16px 0;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 1.18;
  letter-spacing: -2%;
  word-break: break-all;
}
.insight-post-main h2 a {
  color: inherit;
  text-decoration: none;
}
.insight-post-content {
  color: rgba(192, 192, 192, 1);
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.clamp-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insight-post-readmore {
  color: rgba(234, 33, 33, 1);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  margin-top: 0;
  display: inline-block;
}
.insight-post-thumb {
  flex: 1;
  min-width: 288px;
  max-width: 288px;
  display: flex;
  justify-content: flex-end;
}
.insight-post-thumb img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height:162px;
}
.insight-post-meta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  width: 100%;
  min-height: 56px;
}
.meta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.insight-post-author-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.insight-post-meta-text {
  color: rgba(192, 192, 192, 1);
  font-size: 15px;
  font-weight: 500;
}
.insight-post-cat {
  color: #222;
  font-weight: 700;
  margin-left: 6px;
}
.meta-center {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
}
.meta-center span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
}
.meta-center svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.meta-right {
  color: rgba(170, 170, 170, 1);
  font-size: 14px;
  font-weight: 500;
  min-width: 50px;
  text-align: right;
}
@media (max-width: 900px) {
  .insight-post-body {
    flex-direction: column;
    gap: 20px;
  }
  .insight-post-thumb {
    min-width: 0;
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .insight-post-meta-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.insight-topics-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.insight-topic-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
  padding: 20px 32px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 0;
}
.insight-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.insight-row-top {
  justify-content: flex-start;
  gap: 32px;
}
.insight-title {
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  min-width: 180px;
  margin-right: 24px;
  line-height: 1.1;
  text-transform: capitalize;
}
.insight-images {
  display: flex;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
}
.insight-images.is-slider {
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
  cursor: grab;
}
.insight-images.is-slider {
    justify-content: flex-start;
}
.insight-images.is-slider .insight-topic-post {
  scroll-snap-align: start;
}
.insight-topic-post {
  max-width: 246px;
  max-height: 138px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 rgba(60, 60, 60, 0.08);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insight-topic-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.insight-topic-post .img-placeholder {
  width: 100%;
  height: 100%;
  background: #E0E0E0;
  border-radius: 12px;
}
.insight-row-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.insight-count {
  font-size: 16px;
  color: rgba(192, 192, 192, 1);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 0;
}
.insight-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 32px;
}
.icon-bookmark, .icon-dots {
  display: inline-block;
  vertical-align: middle;
}
/* Style scrollbar cho đẹp */
.insight-images.is-slider::-webkit-scrollbar {
  height: 8px;
  background: #F2F4F7;
}
.insight-images.is-slider::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 4px;
}
.insight-actions span {
  display: flex;
  align-items: center;
}

.post-7298 .page-header {
  display: none;
}
.profile-name {
  display: flex;
  margin-bottom: 0;
  gap: 5px;
  font-family: "IBM Plex Sans SC Text", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}

.profile-avatar {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 20px;
}

.profile-avatar img {
  border-radius: 50%;
}
.section--lists-posts .insight-post-item {
  padding: 0;
}

.section--lists-posts .insight-post-block:hover .insight-post-item {
  box-shadow: none;
}

.section--lists-posts .insight-post-block:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(206, 206, 206, 1);
}

.section--lists-posts .insight-post-block {
  margin: 0;
  padding: 0;
  border: 0;
}

.section--lists-posts .see-more-wrapper {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.section--lists-posts .see-more-wrapper button {
  color: rgba(234, 33, 33, 1) !important;
  font-weight: 500;
}

.section--lists-posts .see-more-wrapper button span {
  display: flex !important;
}

.section--lists-posts .see-more-wrapper button span svg {
  width: 17px;
}

.section--lists-posts span.insight-post-cat {
  margin: 0;
}
@media (max-width: 900px) {
  .insight-row-top { flex-direction: column; align-items: flex-start; gap: 16px;}
  .insight-images, .insight-images.is-slider { gap: 10px;}
  .insight-title { margin: 0 0 8px 0;}
  .insight-topic-post {width: 100%;height: 80px;}
  .insight-topic-box {padding: 20px;padding-right: 0;}
  .insight-actions{
    margin-right:20px;
  }
}
@media(max-width:1024px){
  .button-pinted{
    left: 0;
    width: 25px;
    height: 25px;
  }
  .button-pinted svg{
    width: 15px;
    height: 15px;
  }
}
@media(max-width:768px){
  .insight-post-content{
    margin: 0;
  }
  .insight-post-readmore{
    margin-top:16px
  }
}
@media(max-width:500px){
  .profile-avatar {
      flex-direction: column;
      align-items: flex-start;
  }
  .insight-post-item{
    padding: 36px 20px 20px;
  }
  .meta-center{
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .insight-topic-post{
    width: 100%;
    height: 100%;
  }
  .insight-images.is-slider{
    align-items: center;
  }
}