.single-post {
  position: relative;
}

.single__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 26px 26px;
  padding: 0px 16px;
  background: #26465366;
  border-radius: 256px;
  margin-left: 0px;
  gap: 20px;
  width: max-content;
  @media (width<992px) {
    margin-bottom: 30px;
  }
}

.single__share i {
  color: var(--color4);
  vertical-align: middle;
  transition: 0.22s all linear;
  font-size: 22px !important;
  @media (width>=992px) {
    font-size: 24px;
  }
}

.single__share a:hover,
.single__share a i:hover {
  color: var(--color1) !important;
}

.single__share > div > a {
  color: #858686;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  @media (width>=992px) {
    font-size: 16px;
  }
}

.single__share i.icon-copy {
  font-size: 24px !important;
}

.single__share .icon-share {
  background-color: var(--color1);
  color: white;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-left: -15px;
  flex: none;
}

.single-side {
  padding-top: 3.5rem;
}

.sidebar.sidebar-post {
  position: sticky;
  top: 110px;
  transition: 0.4s;
}

.faqs__single {
  margin-top: 32px;
}

.faqs__single .heading-inner--center {
  align-items: center;
  @media (width>=992px) {
    align-items: flex-start;
  }
}

.help-heading > span.active::after {
  transform: rotateX(180deg);
}

.help-heading > span:before {
  content: "";
  display: block;
  z-index: -1;
  background-color: var(--color2);
  width: calc(100% - 32px);
  height: 40px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 75px;
  border-radius: 15px;
}

.help-heading-list {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.35s,
    opacity 0.2s;
  @media (width>=992px) {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}

.help-heading-list > * {
  overflow: hidden;
  min-height: 0;
}

.help-heading-list.show {
  opacity: 1;
  grid-template-rows: 1fr;
  transition:
    grid-template-rows 0.35s,
    opacity 1s;
}

.help-heading > ul {
  padding-inline: 9px;
  @media (width<992px) {
    display: block;
  }
}

.help-heading a:hover {
  color: var(--color1);
}

.help-heading a {
  color: #252525;
  line-height: 32px;
  display: block;
  font-size: 15px;
}

.help-heading li {
  border-bottom: 1px solid #eceaea;
  padding: 8px 0px;
}

.help-heading li:last-child {
  border-bottom: 0;
}

/* .single-post
  .editor-content
  p:not(.single-post .faqs-answer .editor-content p) {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 35px;
} */

.single__title {
  color: var(--color4);
  font-size: 22px;
  line-height: 38px;
  @media (width>=992px) {
    font-size: 32px;
    line-height: 44px;
  }
  @media (width<992px) {
    /* text-align: center; */
  }
}

.side-pic {
  margin-top: 24px;
  display: block;
}

.side-pic img {
  border-radius: 36px;
}

.help-heading {
  @media (width>=992px) {
    padding: 55px 14px 0px;
    margin-bottom: 24px;
    border-radius: 22px;
    border: 1px solid #f2f2f2;
    background-color: #fcfcfd;
  }
}

.help-heading > span {
  @media (width>=992px) {
    border-radius: 15px;
    padding: 20.5px 16px;
    background: var(--color3);
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin-top: -5.5rem;
    position: relative;
  }
  @media (width<992px) {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    margin-top: unset !important;
  }
}

.single-post .comment-custom-field {
  @media (width<576px) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* .single-post .nav-pagi--light-mob {
  position: static;
  z-index: 1;
  transform: unset;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 12rem;
  margin-inline: auto;
  margin-top: 32px !important;
  @media (width>=992px) {
    margin-top: 50px;
  }
} */

.faqs__single .heading__title {
  font-size: 24px !important;
  line-height: 40px;
  text-align: center;
  margin: auto;
}

.titr-single-post {
  margin-bottom: 49px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.read-tab,
.access-tab {
  @media (width<992px) {
    margin-bottom: 16px !important;
  }
}

.access-post > a:hover {
  background-color: var(--color1);
  color: #fff !important;
}

.access-post > a:first-child {
  margin-top: 0;
}

.access-post > a {
  position: relative;
  padding: 16px 14px;
  color: #252525;
  border-radius: 22px;
  background-color: #fcfcfd;
  border: 1px solid #f2f2f2;
  display: block;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  margin-bottom: 8px;
}

.access-post > a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color1);
  display: inline-block;
  margin-left: 9px;
}

.access-post > a:hover:before {
  background-color: white;
}

.socials-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  padding: 5px 10px;
}
.single-top {
  overflow: hidden;
}
.single__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 25px 26px;
  padding: 0px 12px;
  background: #26465366;
  border-radius: 256px;
  margin-right: 3px;
  overflow: hidden;
  /* width: max-content; */
}

.single__date {
  display: flex;
  gap: 12px;
  color: #585859;
  line-height: 2;
  align-items: center;
  font-size: 13.5px;
}

.category_post {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.category_post_wrap a:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color1);
  display: inline-block;
  margin-right: 8px;
}

.category_post_wrap a:hover {
  color: var(--color1) !important;
}

.category_post_wrap a {
  font-size: 14px;
  /* line-height: 32px; */
  color: #ffffff;
}

.category_post_wrap {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
}

.single__date i {
  color: var(--color1);
  font-size: 14px;
  transform: translateY(-2px);
}

.category_post i {
  background-color: var(--color1);
  color: white;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-right: -15px;
  flex: none;
}

#copyMessage {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  background-color: var(--color1);
  line-height: 1;
  position: absolute;
  right: -65px;
}

.excerpt-content {
  margin-bottom: 24px;
}

.thumbnail-post-img {
  height: auto;
  object-fit: cover;
  max-width: 100%;
  display: block;
  margin-inline: auto;
  border-radius: 12px;
  @media (width>=992px) {
    display: block;
    margin-inline: auto;
    border-radius: 40px;
  }
}

.thumbnail-post-image {
  margin-bottom: 24px;
  border-radius: 12px;
  @media (width>=992px) {
    margin-bottom: 40px;
    border-radius: 40px;
  }
}

.thumbnail-img {
  float: none;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
  @media (width>=768px) {
    max-width: 50%;
    float: left;
    margin-right: 30px;
  }
}

.tags_post a {
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  color: #252525;
  gap: 10px;
}

.tags_post a:hover {
  color: var(--color1) !important;
}

.tags_post a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color1);
}

.tags_post i {
  color: var(--color1);
  font-size: 24px;
  margin-left: 0px;
}

.tags_post span {
  font-size: 13.5px;
  color: var(--color1);
  display: inline-block;
  line-height: 2;
}

.tags_post {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #26465333;
  @media (width<992px) {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}

.social-div-mob {
  @media (width<992px) {
    margin-bottom: 40px;
  }
}

.category_post_wrap a,
.single__date {
  @media (width<992px) {
    font-size: 14px;
  }
}

.single__share > i,
.category_post i,
.single__date i {
  @media (width<992px) {
    font-size: 18px;
  }
}

.single__share,
.single__meta {
  @media (width<992px) {
    margin-inline: auto;
  }
}

.access-post-mob,
.read-post-mob {
  @media (width<992px) {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 20px;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

.page-id-186.page-template-template-blog .section-editor .editor-content {
  border: 1px solid #2a9d8f;
  border-radius: 30px;
  padding: 42px 28px;
  position: relative;
  overflow: hidden;
}

.page-id-186.page-template-template-blog .section-editor .editor-content:after {
  left: -3px;
  border-radius: 0 40px 40px 0;
}

.page-id-186.page-template-template-blog
  .section-editor
  .editor-content:before {
  right: -3px;
  border-radius: 40px 0 0 40px;
}

.page-id-186.page-template-template-blog .section-editor .editor-content:before,
.page-id-186.page-template-template-blog .section-editor .editor-content:after {
  content: "";
  display: block;
  z-index: 9;
  background-color: var(--color1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 68px;
}

.page-id-186.page-template-template-blog .section-editor .editor-content p {
  text-align: justify;
  color: #252525;
  font-size: 16px;
  line-height: 36px;
}

.page-id-186.page-template-template-blog
  .section-editor
  .editor-content
  :is(h1, h2, h3, h4, h5, h6) {
  color: #252525;
  font-size: 24px;
  line-height: 34px;
  margin-block: 0 15px;
}
