.post-page__preview-image {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.post-page__preview-image img {
  width: 100%;
}
.post-page__flex {
  margin-bottom: 50px;
  display: flex;
  gap: 105px;
}
@media (max-width: 992px) {
  .post-page__flex {
    gap: 40px;
    flex-direction: column;
  }
}
.post-page__sidebar {
  width: 370px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .post-page__sidebar {
    width: 100%;
  }
}
.post-page .post-cart__info {
  justify-content: flex-end;
}
.post-page .actions {
  background: none;
  padding: 0;
  margin: 60px 0;
}
.post-page .actions__flex {
  flex-direction: column;
  gap: 16px;
}
.post-page .actions__flex a {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.post-page__content {
  width: 100%;
}
.post-page #ez-toc-container {
  border-radius: 30px;
  background: #f5f5f4;
  border: none;
  padding: 30px;
  width: 100%;
}
.post-page #ez-toc-container .ez-toc-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  display: block;
}
.post-page #ez-toc-container ul li {
  padding: 14px 0;
  border-bottom: 1px solid #595959;
}
.post-page #ez-toc-container ul li:last-child {
  border-bottom: none;
}
.post-page #ez-toc-container ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #000;
  text-decoration: none;
}

.related-posts__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 22px;
  text-align: center;
}
.related-posts__flex {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.post-cart {
  position: relative;
}
.post-cart:hover .post-cart__img img {
  transform: scale(1.05);
}
.post-cart__info {
  display: flex;
  gap: 50px;
  margin-bottom: 14px;
}
.post-cart__icon {
  display: flex;
  flex-shrink: 0;
}
.post-cart__date {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  align-items: center;
}
.post-cart__views {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  align-items: center;
}
.post-cart__img {
  margin-bottom: 14px;
  border-radius: 30px;
  overflow: hidden;
}
.post-cart__img img {
  width: 100%;
  transition: 0.3s;
}
.post-cart__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
.post-cart__name:hover {
  color: #00478e;
}
.post-cart__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.actions {
  background: #f5f5f4;
  padding: 30px;
}
.actions__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .actions__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.actions__call {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .actions__call {
    padding: 10px 20px;
  }
}
.actions__call:hover {
  background: #00478e;
}
.actions__call:active {
  background: #1d1d1f;
}
.actions__services {
  border: 1px solid #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #000;
  background: #fff;
  border-radius: 30px;
  padding: 9px 57px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
.actions__services:hover {
  background: #00478e;
  color: #fff;
  border: 1px solid #00478e;
}
.actions__services:active {
  background: #1d1d1f;
}

/*# sourceMappingURL=singlePost~9b88d46cd1c2375facdd.css.map*/