.single-post-wrap .single-post-top-section {
  position: relative;
  height: 346px;
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section {
    height: unset;
  }
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .breadcrumbs {
    display: none;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text {
  padding: 30px 0 100px 15%;
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .text {
    padding: 30px;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text .heading h1 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .text .heading h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .text .heading h1 {
    font-size: 21px;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text .date {
  margin: 7px 0 20px 0;
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text .date p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text .categories {
  gap: 15px;
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .text .categories p {
  border: 1px solid #002147;
  padding: 8px 25px;
  font-size: 17px;
  color: #002147;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .text .categories p {
    font-size: 15px;
    padding: 6px 20px;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .image {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .image {
    height: 263px;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .image img {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .inner-content {
  display: block;
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .inner-content {
    display: none;
  }
}
.single-post-wrap .single-post-top-section .single-post-top-section-inner .mobile-inner-content {
  display: none;
}
@media screen and (max-width: 1023px) {
  .single-post-wrap .single-post-top-section .single-post-top-section-inner .mobile-inner-content {
    display: block;
  }
}
.single-post-wrap .single-post-content p {
  margin-bottom: 1.5em;
}
.single-post-wrap .single-post-content p img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  margin: 25px 0;
}
.single-post-wrap .single-post-content p:last-child {
  margin-bottom: 3em;
}
.single-post-wrap .single-post-content h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .single-post-wrap .single-post-content h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.single-post-wrap .single-post-content h3 + ul {
  margin-bottom: 3em;
}
.single-post-wrap .single-post-content h3 + ul li a {
  font-size: 15px;
  line-height: 22px;
}
.single-post-wrap .single-post-share-section .share-content-inner {
  gap: 60px;
  height: 56px;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner {
    height: 36px;
    gap: 30px;
  }
}
@media screen and (max-width: 340px) {
  .single-post-wrap .single-post-share-section .share-content-inner {
    height: fit-content;
    padding: 20px;
  }
}
.single-post-wrap .single-post-share-section .share-content-inner p {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner p {
    font-size: 15px;
  }
}
@media screen and (max-width: 340px) {
  .single-post-wrap .single-post-share-section .share-content-inner p {
    width: 100%;
    text-align: center;
  }
}
.single-post-wrap .single-post-share-section .share-content-inner .share-icons {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner .share-icons {
    gap: 12px;
  }
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link .share-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #fff;
  color: #002147;
  font-size: 12px;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link .share-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #fff;
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link:hover .share-tooltip, .single-post-wrap .single-post-share-section .share-content-inner .share-link:focus-visible .share-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link .sr-only {
  display: none;
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner .share-link img {
    height: 18px;
    width: 18px;
  }
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link .copy-text {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: #002147;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner .share-link .copy-text {
    height: 13px;
    width: 13px;
  }
}
.single-post-wrap .single-post-share-section .share-content-inner .share-link .copy-text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: #002147;
  top: -6px;
  right: -6px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .single-post-wrap .single-post-share-section .share-content-inner .share-link .copy-text::before {
    height: 13px;
    width: 13px;
  }
}
.single-post-wrap .related-content .outer-heading {
  margin-bottom: 30px;
}
.single-post-wrap .related-content .outer-heading .h5 {
  font-weight: 500;
  text-transform: uppercase;
}
.single-post-wrap .related-content .card .text {
  background: #fff;
}

/*# sourceMappingURL=single-posts.css.map */
