.single-title {
  margin-bottom: 12px;
}
.single-title .title-heading {
  color: var(--c-black);
  font-weight: 600;
}
.single-content {
  border: 1px solid #EAE9ED;
  border-radius: 28px;
  padding: 28px 24px;
  margin-bottom: 28px;
  overflow: hidden;
}
.help-heading {
  border-radius: 20px;
  background: #F7F8FA;

  max-width: 100%;
  position: relative;
  padding: 12px;
  margin-bottom: 24px;
}
.help-heading ul {
  position: relative;
  margin: 28px 0;
}
.help-heading > span {
  transition: .4s;
  border-radius: 12px;
  color: var(--c-black);
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center ;
  position: relative;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  margin: auto;
}
.help-heading > span i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  transform: rotate(180deg);
  margin-right: auto;
  color: var(--c-dark-secondary);
}
.help-heading > span.active i {
  transform: rotate(0deg);
}
.help-heading a {
  padding: 0 20px;
  display: block;
  position: relative;
  color: var(--c-black);
  font-size: 16px;
  line-height: 26px;
}
.help-heading a:hover {
  color: var(--c-dark-secondary);
}
.help-heading li {
  margin: 20px 0;
  position: relative;
}
.help-heading li:last-child {
  margin-bottom: 0;
}

.single-main .single-content {
  margin-top: 32px;
}
.access-post > a {
  display: block;
  border-radius: 20px;
  margin: 24px 0;
  padding: 19px 10px 19px;
  font-size: 20px;
  color: var(--c-black);
  transition: 0.4s ease;
  text-align: center;
  line-height: 32px;
  border: 12px solid #F7F8FA;
}
.access-post > a:hover {
  color: var(--c-black);
  border-color: var(--c-dark-secondary);
}
.banner-sidebar__item {
  display: block;
  border-radius: 32px;
  overflow: hidden;
}
.thumbnail-post-img {
  text-align: center;
  margin-bottom: 48px;
}
.thumbnail-post-img img {
  border-radius: 30px;
  width: 100%;
}
.thumbnail-img {
  float: none;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
}
.post-date {
  color: var(--c-black);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 13px;
}
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.category_post {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;

}
.category_post a {
  color: var(--c-blue-200);
  font-size: 14px;
  line-height: 24px;
}
.category_post a:hover {
  color: var(--c-dark-secondary);
}
.category_post i {
  background: #E0DFE3;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.category_post a:not(:last-child)::after  {
  content: "";
  width: 4px;
  height: 1px;
  background: var(--c-dark-secondary);
  margin: 0 8px 0 3px;
  display: inline-block;
 
}
.tag_post {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.tag_post a {
  background: #F7F8FA;
  min-width: 99px;
  height: 34px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s ease;
  color: var(--c-blue-200);
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  transition: 0.4s ease;
}
.tag_post a:hover {
  background: var(--c-primary);
  color: #fff;
}
.single-share {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  align-items: center;
}
.single-share-mobile.single-share {
  justify-content: center;
  margin-bottom: 20px;
}
.share-label {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #EAE9ED;
  color: var(--c-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  padding-bottom: 4px;
}
.share-items {
  display: flex;
  gap: 24px;
  padding: 0 14px;
  align-items: center;
  flex-direction: row-reverse;

}
.share-items .copy-url,
.share-items a {
  display: flex;
  font-size: 22px;
  color: #797E91;
  transition: 0.4s ease;
  width: 24px;
  text-align: center;
  position: relative;
}
.share-items a:hover {
  color: var(--c-primary);
}
.share-items a:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #E0DFE3;
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
}
.section-related-product {
  background: #F7F8FA;
  padding: 56px 0;
  margin: 40px 0;
}
.sidebar.sidebar-post {
  position: sticky;
  top: 143px;
}
.section-related-posts {
  margin: 40px 0;
}
#comments-single {
  margin: 20px 0;
}
@media screen and (min-width: 768px){
.thumbnail-img {
  max-width: 50%;
  float: left;
  margin-right: 30px;
}
}
@media screen and (max-width: 768px){
    .section-related-product {
      padding: 32px 0;
    }
    .help-heading li {
      margin: 13px 0;
      position: relative;
    }
    .help-heading a {
      font-size: 14px;
      line-height: 26px;
    }
    .single-content {
    
      border-radius: 20px;
      padding: 16px;
      
    }
}