.container.single-page {
  margin-top: 4rem;
  display: flex;
}
.container.single-page .content-area {
  flex: auto;
}
.container.single-page .content-area .inner-content-area .post-thumbnail img {
  max-height: 500px;
  object-fit: cover;
  border-radius: 0px;
}
.container.single-page .content-area .inner-content-area .entry-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.container.single-page .content-area .inner-content-area .entry-header .text-title-post {
  font-weight: 700;
}
.container.single-page .sidebar-area {
  width: 30%;
}
.container.single-page .sidebar-area:not(:has(*)) {
  display: none;
}
.container.single-page .sidebar-area .section-solutions .text-header {
  font-size: 18px;
  font-weight: 700;
}
.container.single-page .sidebar-area .section-latest-news .text-header {
  font-size: 18px;
  font-weight: 700;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights .latest-insight-item {
  display: flex;
  gap: 0.5rem;
  background-color: rgb(243, 244, 246);
  border: 0px solid;
  border-radius: 3px;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights .latest-insight-item .latest-insight-title {
  font-size: 16px;
  flex: 1;
  padding: 10px 12px 10px 5px;
  display: flex;
  margin-bottom: auto;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights .latest-insight-item .latest-insight-title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights .latest-insight-item .latest-insight-thumb {
  font-size: 14px;
  color: #666666;
  flex: 0 0 96px;
}
.container.single-page .sidebar-area .section-latest-news .latest-insights .latest-insight-item:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  color: #000;
}
.container.single-page .sidebar-area .section-related-articles .text-header {
  font-size: 18px;
  font-weight: 700;
}
.container.single-page .sidebar-area .section-related-articles .related-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.container.single-page .sidebar-area .section-related-articles .related-grid .related-item {
  display: flex;
  gap: 0.5rem;
  background-color: rgb(243, 244, 246);
  border: 0px solid;
  border-radius: 3px;
}
.container.single-page .sidebar-area .section-related-articles .related-grid .related-item .related-title {
  font-size: 16px;
  flex: 1;
  padding: 10px 12px 10px 5px;
  display: flex;
  margin-bottom: auto;
}
.container.single-page .sidebar-area .section-related-articles .related-grid .related-item .related-title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.container.single-page .sidebar-area .section-related-articles .related-grid .related-item .related-thumb {
  font-size: 14px;
  color: #666666;
  flex: 0 0 96px;
}
.container.single-page .sidebar-area .section-related-articles .related-grid .related-item:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  color: #000;
}
.container.single-page .sidebar-area .section-post-tags .text-header {
  font-size: 18px;
  font-weight: 700;
}
.container.single-page .sidebar-area .section-post-tags .tags-list .tag-item {
  background-color: rgb(229, 231, 235);
  padding: 6px 12px;
  font-size: 14px;
}

.footer-form {
  background-color: #F4F4F4;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer-form .content-form {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  align-items: center;
}

.single-page p {
  margin: 0 0 0.5rem 0;
}
.single-page .flex p {
  margin-bottom: 0px;
}
.single-page ul {
  margin-bottom: 1rem;
}
.single-page ul li {
  position: relative;
  padding-top: 0px;
  padding-left: 20px;
  text-align: -webkit-match-parent;
}
.single-page ul li:before {
  top: 30%;
  left: 0;
  content: ">";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b9b3b3;
  -webkit-clip-path: polygon(2% 0, 100% 50%, 5% 99%, 0 100%, 19% 53%, 0 0);
  clip-path: polygon(2% 0, 100% 50%, 5% 99%, 0 100%, 19% 53%, 0 0);
}

.section-date-time {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .container.single-page .content-area {
    flex: auto;
  }
  .container.single-page .sidebar-area {
    width: 30%;
    min-width: 260px;
  }
}
@media screen and (max-width: 999px) {
  .container.single-page {
    flex-direction: column;
    gap: 2rem;
  }
  .container.single-page .content-area {
    width: 100%;
  }
  .container.single-page .inner-content-area {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .container.single-page .sidebar-area {
    width: 100%;
    margin-bottom: 4rem;
  }
  .footer-form .container {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-form .content-form {
    width: 100%;
  }
  .footer-form .forminator-custom-form {
    width: 100%;
  }
}
.copy-popup {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 16px;
}

.copy-popup.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

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