.blog-main-section {
  background-color: #0086ff;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 80px;
  position: relative;
}

.no-posts {
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
  color: #666;
  background: #f5f5f5;
  border-radius: 8px;
  margin: 20px 0;
}
.blog-main-section .breadcrumbs {
  padding-top: 0;
}
.blog-main-section .breadcrumbs > li > a {
  color: #fff;
  opacity: 0.5;
}
.blog-main-section .breadcrumbs > li > span.current {
  color: #fff;
}
.blog-main-section .breadcrumbs > li > svg {
  filter: invert(1);
}
.blog-main-section .breadcrumbs > li > svg > path {
  opacity: 1;
}
.blog-main-section .blog-main-part {
  padding-bottom: 114px;
  padding-top: 80px;
}
.blog-main-section .blog-main-part > .content {
  gap: 0;
}
.blog-main-section .blog-main-part > .content > .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 12px;
}
.blog-main-section .blog-main-part > .content > p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.blog-main-section .blog-main-part > .img-box {
  width: 396px;
  height: 283px;
}

.wp-posts-style {
  margin-bottom: 120px;
  gap: 40px;
}
.wp-posts-style > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.wp-posts-style > .items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 32px;
  max-height: 780px;
  overflow-y: hidden;
}
.wp-posts-style > .items > .item {
  width: 100%;
  gap: 16px;
  min-height: 370px;
}
.wp-posts-style > .items > .item > img {
  max-width: 100%;
  width: 100%;
  height: 232px;
  border-radius: 16px;
  margin-bottom: 8px;
  object-fit: cover;
}
.wp-posts-style > .items > .item > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #1c1d1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wp-posts-style > .items > .item > .date-reading-time-box > .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #1c1d1f;
  opacity: 0.4;
  font-family: "IRANSansXNum";
}
.wp-posts-style > .items > .item > .date-reading-time-box > .reading-time-box {
  gap: 16px;
}
.wp-posts-style
  > .items
  > .item
  > .date-reading-time-box
  > .reading-time-box
  > span {
  padding: 0px 16px;
  height: 32px;
  background: rgba(0, 134, 255, 0.04);
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #0086ff;
}
.wp-posts-style
  > .items
  > .item
  > .date-reading-time-box
  > .reading-time-box
  > .reading-time {
  gap: 10px;
  padding: 0px 16px;
  height: 32px;
  background: #f0faf7;
  border-radius: 16px;
}
.wp-posts-style
  > .items
  > .item
  > .date-reading-time-box
  > .reading-time-box
  > .reading-time
  > span {
  font-weight: 500;
  font-size: 11px;
  line-height: 32px;
  color: #2dbd96;
  font-family: "IRANSansXNum";
}
.wp-posts-style > .see-more-content {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  gap: 16px;
  cursor: pointer;
}
.wp-posts-style > .see-more-content > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}

.Digital-currency-analysis > .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebf5ff;
  position: relative;
}
.Digital-currency-analysis > .title::after {
  content: "";
  width: 236px;
  height: 4px;
  background-color: #0086ff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Digital-currency-analysis > .items {
  max-height: 365px;
}

.Digital-currency-news {
  padding-bottom: 120px;
  background: linear-gradient(180deg, #ffffff 0%, #e6f3ff 100%);
  margin-bottom: 120px;
}
.Digital-currency-news .news-box {
  gap: 40px;
}
.Digital-currency-news .news-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.Digital-currency-news .news-box > .sidebar-content {
  gap: 24px;
}
.Digital-currency-news .news-box > .sidebar-content > a {
  width: 100%;
  gap: 16px;
}
.Digital-currency-news .news-box > .sidebar-content > a > img {
  width: 100%;
  height: 477px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 16px;
}
.Digital-currency-news .news-box > .sidebar-content > a > p {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  color: #1c1d1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > a
  > .date-reading-time-box
  > .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #1c1d1f;
  opacity: 0.4;
  font-family: "IRANSansXNum";
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > a
  > .date-reading-time-box
  > .reading-time-box {
  gap: 16px;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > a
  > .date-reading-time-box
  > .reading-time-box
  > span {
  padding: 0px 16px;
  height: 32px;
  background: rgba(0, 134, 255, 0.04);
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #0086ff;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > a
  > .date-reading-time-box
  > .reading-time-box
  > .reading-time {
  gap: 10px;
  padding: 0px 16px;
  height: 32px;
  background: rgba(45, 189, 150, 0.08);
  border-radius: 16px;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > a
  > .date-reading-time-box
  > .reading-time-box
  > .reading-time
  > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #2dbd96;
}
.Digital-currency-news .news-box > .sidebar-content > .sidebar {
  max-width: 545px;
  min-width: 545px;
  gap: 24px;
}
.Digital-currency-news .news-box > .sidebar-content > .sidebar > a {
  gap: 16px;
  width: 100%;
}
.Digital-currency-news .news-box > .sidebar-content > .sidebar > a > img {
  width: 249px;
  min-width: 249px;
  height: 143.18px;
  border-radius: 16px;
  object-fit: cover;
}
.Digital-currency-news .news-box > .sidebar-content > .sidebar > a > .content {
  gap: 32px;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > .sidebar
  > a
  > .content
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #1c1d1f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > .sidebar
  > a
  > .content
  > .actions {
  gap: 16px;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > .sidebar
  > a
  > .content
  > .actions
  > span {
  padding: 0px 16px;
  height: 32px;
  background: rgba(0, 134, 255, 0.04);
  border-radius: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  color: #0086ff;
}
.Digital-currency-news
  .news-box
  > .sidebar-content
  > .sidebar
  > a
  > .content
  > .actions
  > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  color: #1c1d1f;
  opacity: 0.4;
  font-family: "IRANSansXNum";
}

.popup-container {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .popup-container {
    display: none !important;
  }
  .blog-main-section {
    margin-bottom: 36px;
    padding-top: 80px;
  }
  .blog-main-section .breadcrumbs {
    margin-bottom: 24px;
  }
  .blog-main-section .blog-main-part {
    padding-bottom: 40px;
    padding-top: 24px;
    gap: 16px;
    flex-direction: column;
  }
  .blog-main-section .blog-main-part > .content > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .blog-main-section .blog-main-part > .content > p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-main-section .blog-main-part > .img-box {
    width: 241px;
    height: 172px;
  }
  .blog-main-section .blog-main-part > .img-box > img {
    max-width: 240px;
  }
  .wp-posts-style {
    margin-bottom: 64px;
    gap: 12px;
  }
  .wp-posts-style > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .wp-posts-style > .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-height: 1050px;
  }
  .wp-posts-style > .items > .item {
    min-height: 340px;
  }
  .wp-posts-style > .items > .item > img {
    margin-bottom: 0;
  }
  .wp-posts-style > .items > .item > p {
    font-size: 14px;
    line-height: 21px;
  }
  .wp-posts-style > .items > .item > .date-reading-time-box > .date {
    font-size: 12px;
  }
  .wp-posts-style
    > .items
    > .item
    > .date-reading-time-box
    > .reading-time-box
    > span {
    font-size: 12px;
  }
  .wp-posts-style
    > .items
    > .item
    > .date-reading-time-box
    > .reading-time-box
    > .reading-time {
    gap: 8px;
    padding: 0px 12px;
  }
  .wp-posts-style
    > .items
    > .item
    > .date-reading-time-box
    > .reading-time-box
    > .reading-time
    > span {
    font-size: 12px;
  }
  .Digital-currency-analysis > .title {
    padding-bottom: 16px;
  }
  .Digital-currency-analysis > .title::after {
    content: "";
    width: 143px;
    height: 2px;
  }
  .Digital-currency-analysis > .items {
    max-height: 935px;
  }
  .Digital-currency-news {
    padding-bottom: 24px;
    margin-bottom: 64px;
  }
  .Digital-currency-news .news-box > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .Digital-currency-news .news-box > .sidebar-content {
    flex-direction: column;
  }
  .Digital-currency-news .news-box > .sidebar-content > a > img {
    margin-bottom: 0;
    height: 267px;
  }
  .Digital-currency-news .news-box > .sidebar-content > a > p {
    font-size: 14px;
    line-height: 21px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > a
    > .date-reading-time-box
    > .date {
    font-size: 12px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > a
    > .date-reading-time-box
    > .reading-time-box
    > span {
    font-size: 12px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > a
    > .date-reading-time-box
    > .reading-time-box
    > .reading-time {
    gap: 8px;
    padding: 0px 12px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > a
    > .date-reading-time-box
    > .reading-time-box
    > .reading-time
    > span {
    font-size: 12px;
  }
  .Digital-currency-news .news-box > .sidebar-content > .sidebar {
    max-width: 100%;
    min-width: 100%;
    gap: 40px;
  }
  .Digital-currency-news .news-box > .sidebar-content > .sidebar > a {
    flex-direction: column;
  }
  .Digital-currency-news .news-box > .sidebar-content > .sidebar > a > img {
    width: 100%;
    height: 188px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > .sidebar
    > a
    > .content {
    gap: 16px;
  }
  .Digital-currency-news
    .news-box
    > .sidebar-content
    > .sidebar
    > a
    > .content
    > p {
    line-height: 24px;
  }
}

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