.ai-prompts {
  background-color: rgba(102, 82, 231, 0.0392156863);
  margin-bottom: 36px;
  padding: 24px 32px;
  border-radius: 24px;
}
.ai-prompts__title {
  margin-bottom: 24px;
  color: #232834;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
}
.ai-prompts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.ai-prompts__item {
  padding: 8px 20px;
  -webkit-box-shadow: 4px 6px 12px 0 rgba(102, 82, 231, 0.3019607843);
          box-shadow: 4px 6px 12px 0 rgba(102, 82, 231, 0.3019607843);
  background: linear-gradient(81.27deg, #2A95E2 7.75%, #B000EE 65%, #C01CAF 101.46%);
  border-radius: 12px;
  position: relative;
  text-decoration: none;
}
.ai-prompts__item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #ffffff;
  border-radius: 12px;
}
.ai-prompts__item span {
  color: #232834;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.post-bullets {
  margin: 0 !important;
  padding: 32px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: linear-gradient(114.14deg, #2A95E2 27.68%, #B000EE 50.58%, #EE6B00 78.35%);
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  .post-bullets {
    gap: 16px;
    padding: 24px !important;
  }
}
@media screen and (max-width: 550px) {
  .post-bullets {
    gap: 8px;
    padding: 16px !important;
  }
}
.post-bullets:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFFFFF;
  border-radius: 24px;
}
.post-bullets.purple-bullets li:before {
  background-image: url("../images/singe-post/check-circle-purple.svg");
}
.post-bullets li {
  margin: 0 !important;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  position: relative;
  color: #232834;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .post-bullets li {
    font-size: 16px;
  }
}
.post-bullets li:last-child {
  margin-bottom: 0 !important;
}
.post-bullets li:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/singe-post/check-circle-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 550px) {
  .post-bullets li:before {
    width: 28px;
    height: 28px;
  }
}
.post-bullets br {
  display: none;
}

.post-banners {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 1200px) {
  .post-banners {
    gap: 24px;
  }
}

.post-banner {
  width: calc(50% - 18px);
  min-height: 284px;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  .post-banner {
    min-height: 250px;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 550px) {
  .post-banner {
    width: 100%;
    padding: 16px;
    min-height: unset;
  }
}
.post-banner__text p {
  margin-bottom: 12px !important;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .post-banner__text p {
    font-size: 18px;
  }
}
.post-banner__text p:last-child {
  margin-bottom: 0 !important;
}

.post-numbers {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 1200px) {
  .post-numbers {
    gap: 24px;
  }
}

.post-number {
  width: calc(33% - 22px);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background: linear-gradient(114.14deg, #2A95E2 27.68%, #B000EE 50.58%, #EE6B00 78.35%);
  border-radius: 24px;
  color: #232834;
}
@media screen and (max-width: 1200px) {
  .post-number {
    width: calc(33% - 16px);
  }
}
@media screen and (max-width: 550px) {
  .post-number {
    width: 100%;
    padding: 16px;
  }
}
.post-number:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFFFFF;
  border-radius: 24px;
}
.post-number__value {
  margin-bottom: 8px;
  position: relative;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.28;
}
@media screen and (max-width: 1200px) {
  .post-number__value {
    font-size: 46px;
  }
}
@media screen and (max-width: 550px) {
  .post-number__value {
    font-size: 40px;
  }
}
.post-number__text {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.single-content .elementor-container .elementor-widget-text-editor p:last-child {
  margin-bottom: 12px !important;
}

.single-blog__top-items {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .single-blog__top-items {
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__top-items {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.single-blog__creator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .single-blog__creator {
    gap: 4px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__creator {
    gap: 8px;
  }
}
.single-blog__creator-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1200px) {
  .single-blog__creator-avatar {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__creator-avatar {
    width: 48px;
    height: 48px;
  }
}
.single-blog__creator-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.single-blog__creator-name {
  display: block;
  color: #232834;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .single-blog__creator-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__creator-name {
    font-size: 18px;
  }
}
.single-blog__creator-position {
  display: block;
  color: #717b87;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .single-blog__creator-position {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__creator-position {
    font-size: 16px;
  }
}
.single-blog__updated,
.single-blog .single-blog-item__reading_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .single-blog__updated,
  .single-blog .single-blog-item__reading_time {
    gap: 4px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__updated,
  .single-blog .single-blog-item__reading_time {
    gap: 8px;
  }
}
.single-blog__updated img,
.single-blog .single-blog-item__reading_time img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .single-blog__updated img,
  .single-blog .single-blog-item__reading_time img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__updated img,
  .single-blog .single-blog-item__reading_time img {
    width: 24px;
    height: 24px;
  }
}
.single-blog__updated span,
.single-blog .single-blog-item__reading_time span {
  color: #717b87;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .single-blog__updated span,
  .single-blog .single-blog-item__reading_time span {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .single-blog__updated span,
  .single-blog .single-blog-item__reading_time span {
    font-size: 16px;
  }
}

.single-blog-item__reading_time {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=../sourcemaps/single-post.css.map */
