/* Liveblog Slider */
/*crypto news spotlight*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.liveblog-card {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.04),
    0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

.liveblog-time {
  font-size: 14px;
  color: #616161;
  margin-bottom: 8px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.liveblog-time .icon {
  display: flex;
  align-items: center;
}
.liveblog-card .liveblog-title {
  margin-bottom: 0;
}
.liveblog-card .liveblog-title a {
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;
  min-height: 44px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 600;
}
section.m-hero.crypto_news {
  padding: 24px 0;
}
.no-records-found p {
  color: red;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.liveblog-excerpt {
  font-size: 16px;
  color: #404040;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em; /* required for some browsers */
  line-height: 24px;
  margin: 0;
}

/* Optional: adjust Swiper arrows and pagination */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}
.swiper-pagination-bullet {
  background: #333;
}

/* add css for details page*/
.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-hero.crypto_news {
  background: var(--grey-7);
}
.crypto_news .live-blog-redirect {
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.live-blog-left {
  border-radius: 4px;
  background: linear-gradient(296deg, #0f2d75 50.49%, #1b51d3 92.04%);
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.pulse-container {
  position: absolute;
  left: 12px;
  z-index: 0;
  top: 12px;
}
.live-blog-left .m-hero--title {
  color: #eceff5;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 53px;
  max-width: 120px;
  z-index: 14;
  position: relative;
}
.live-blog-left .m-hero--description {
  text-align: center;
  color: #eceff5;
  font-size: 16px;
  z-index: 11;
  position: relative;
  margin: 0;
  letter-spacing: -0.1px;
}
.live-blog-right {
  width: calc(100% - 250px);
  position: relative;
}

.m-hero.crypto_news .m-hero--content {
  background: linear-gradient(
    90deg,
    #113283 10.99%,
    #5b8aff 48.37%,
    #fff 84.43%
  );
  padding: 16px;
  display: flex;
  gap: 16px;
  padding-right: 0;
}
.pulse-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-center {
  width: 13px;
  height: 13px;
  background: #ed2939;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(255, 50, 50, 0.5);
}

.ring {
  position: absolute;
  border-radius: 50%;
  animation: pulse 2s infinite ease-out;
  opacity: 0.7;
}
.ring.r1 {
  width: 30px;
  height: 30px;
  background: rgba(2, 21, 66, 1);
}
.ring.r2 {
  width: 50px;
  height: 50px;
  background: rgba(2, 21, 66, 0.5);
  animation-delay: 0.2s;
}
.ring.r3 {
  width: 70px;
  height: 70px;
  background: rgba(6, 27, 80, 0.4);
  animation-delay: 0.3s;
}
.ring.r4 {
  width: 90px;
  height: 90px;
  background: rgba(9, 33, 92, 0.3);
  animation-delay: 0.4s;
}
.ring.r5 {
  width: 110px;
  height: 110px;
  background: rgba(14, 42, 109, 0.2);
  animation-delay: 0.5s;
}
.ring.r6 {
  width: 130px;
  height: 130px;
  background: rgba(6, 29, 86, 0.1);
  animation-delay: 0.6s;
}
.live-blog-mob,
.live-blog-right .swiper-pagination.swiper-pagination-clickable,
.live-blog-right .swiper-button-prev,
.live-blog-right .swiper-button-next {
  display: none;
}
.live-blog-right .left-arrow,
.live-blog-right .right-arrow {
  border-radius: 100%;
  background: #163eb2;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}

.live-blog-right .left-arrow:hover,
.live-blog-right .right-arrow:hover {
  background: #0e2a6d;
}
.live-blog-right .left-arrow {
  left: -30px;
  right: auto;
}

.live-blog-right .right-arrow {
  right: 0;
  left: auto;
}
.live-blog-right .left-arrow:after {
  content: 'prev';
  left: 20px;
}
.live-blog-right .right-arrow:after {
  content: 'next';
}
.live-blog-right .left-arrow:after,
.live-blog-right .right-arrow:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.live-blog-right .left-arrow:after,
.live-blog-right .right-arrow:after {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.live-blog-right .left-arrow:after {
  left: 20px;
}

.live-blog-right .right-arrow:after {
  left: 21px;
}

.live-blog-right .swiper-wrapper {
  height: auto;
}
/* .live-blog-right:after {
    content: '';
    display: block;
    width: 75px;
    height: 100%;
    background: linear-gradient(270deg, #F5F5F5 68.95%, rgba(245, 245, 245, 0.39) 86.21%);
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
    opacity: 0.5;
} */
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  25% {
    transform: scale(0.92);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
  50% {
    transform: scale(0.92);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
}
.crypto_news .mob_icon_bg {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
}

.live-blog-mob h4 {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 2px solid #ed2939;
  color: #ed2939;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
}
.live-blog-cont .live-updates-label {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 2px solid #ed2939;
  color: #ed2939;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
}
.live-blog-mob h4 span,
.live-blog-cont .live-updates-label span {
  display: flex;
  align-items: center;
}

.liveblog-slider .swiper-slide {
  width: 260px;
  margin-right: 12px;
}
/*live blog content*/
.live-blog-cont .liveblog-cont-box {
  padding-left: 44px;
  position: relative;
  margin-bottom: 40px;
}
.live-blog-cont .liveblog-cont-box:before {
  content: '';
  width: 1px;
  height: calc(100% - 25px);
  background: #9e9e9e;
  display: block;
  position: absolute;
  left: 5px;
  top: 25px;
}
.live-blog-cont .m-post-archive-preview {
  background: #f5f5f5;
  padding: 24px;
  margin-bottom: 16px;
}
.live-blog-cont .m-post-archive-preview:last-child {
  margin-bottom: 0;
}
.live-blog-cont .m-post-archive-preview:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #1e49b1;
  display: block;
  position: absolute;
  border-radius: 100%;
  left: 0px;
}
.m-post-archive-preview .m-post-card-content {
  padding: 0;
}
.m-post-card-content .liveblog-title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.m-post-card-content .liveblog-time {
  font-size: 16px;
  margin-bottom: 16px;
}
.live-blog-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 16px;
}
.live-updates-label {
  font-weight: 700;
}
.liveblog-updates-label-container {
  display: flex;
}
.live-blog-top .live-blog-title h1 {
  color: #060606;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.live-blog-top .live-blog-description {
  color: #404040;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.author-section {
  margin: 16px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  color: #757575;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.4px;
}
.author-section .author-hover-card {
  display: none;
  top: 15px;
  left: 20px;
  z-index: 1050;
  border-radius: 4px;
  position: absolute;
  width: 327px;
  padding-top: 15px;
}
.author-section .author-name:hover .author-hover-card {
  display: block;
}
.author-hover-card .author-hover-card-cont {
  padding: 24px;
  background-color: #fff;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  display: flex;
}
.author-hover-card-cont:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 18px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1060;
}
.author-img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.author-img img {
  max-width: 100%;
  vertical-align: middle;
}
.author-section .author-name {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  margin: 0;
}
span.author-title {
  cursor: pointer;
}
.author-section .author-role {
  margin: 0;
}
.authod-hover-title {
  display: flex;
  gap: 16px;
  align-items: center;
}
.authod-hover-title .author-img {
  width: 56px;
  height: 56px;
}
.authod-hover-title .author-hover-name {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.authod-hover-title .author-hover-role {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.author-hover-card .authod-hover-description {
  color: #424242;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.author-view-all-link a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
}
.liveblog-post-bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liveblog-post-bottom .full-post {
  color: #163eb2;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.social-icon .social-sharing-dropdown {
  left: auto;
  right: 0;
}
section.m-advantages-list {    margin-bottom: 0;}
/*paginaton*/
.archive-pagination {
  margin-bottom: 41px;
  margin-top: 24px;
}
nav.navigation.pagination {
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navigation.pagination .nav-links {
  border: none;
  display: flex;
  justify-content: center;
  text-align: center;
  width: auto;
}
.nav-links .page-numbers {
  height: 44px;
  margin-bottom: 10px;
}
.nav-links .page-numbers {
  border: 1px solid #e0e0e0;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  min-height: 44px;
  min-width: 44px;
  padding: 9px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background-color: #eee;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  align-items: center;
  color: #616161;
  display: flex;
  font-family: var(--sub-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 0;
  margin-right: 0;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
    background-image: url(/wp-content/themes/sage/public/images/arrow-prev.0b681d.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #0000;
    font-size: 0;
    max-width: 44px;
}

.next.page-numbers,
.prev.page-numbers {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
  max-width: 44px !important;
  width: 48%;
}
.prev.page-numbers {
  background-position: 15px !important;
  padding-left: 36px;
  text-align: left;
}
.nav-links .page-numbers.next {
    background-image: url(/wp-content/themes/sage/public/images/arrow-next.a6f476.svg);
}
.next.page-numbers {
  background-position: 50% !important;
  order: 2;
  padding-right: 36px;
  text-align: right;
}
.m-post-card-title:hover,
.m-post-card a:hover {
  color: inherit;
  -webkit-text-decoration: none !important;
  text-decoration: none;
}
section.m-advantages-list {
  margin-bottom: 0;
}
.live-blog-desk {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .live-blog-mob,
  .crypto_news .mob_icon_bg {
    display: block;
  }

  .live-blog-right .left-arrow,
  .live-blog-right .right-arrow,
  .live-blog-desk,
  .pulse-container {
    display: none;
  }
  .m-hero.crypto_news .m-hero--content {
    background: transparent;
    padding: 0;
    display: block;
    margin-right: -16px;
  }
  .live-blog-left {
    background: transparent;
    padding: 0 0 16px;
  }
  .live-blog-right {
    width: 100%;
  }

  .live-blog-mob p {
    color: #404040;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }
  .live-blog-right .left-arrow {
    left: 10px;
    right: auto;
  }

  .live-blog-right .right-arrow {
    right: 10px;
    left: auto;
  }
  section.m-hero.crypto_news {
    padding: 24px 0;
  }
  .live-blog-cont .liveblog-cont-box {
    padding-left: 16px;
  }
  .live-blog-cont .m-post-archive-preview {
    padding: 16px;
  }
   .liveblog-time{
     margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .author-section .author-hover-card {
    width: 310px;
    left: 0;
  }
  .author-hover-card-cont:before {
    left: 48px;
  }
  .m-post-card-content .liveblog-time .icon,
  .live-blog-cont .m-post-archive-preview:before {
    width: 13px;
    height: 13px;
  }
  .navigation.pagination .nav-links {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .author-section .author-hover-card {
    width: 310px;
    left: 0;
  }
  .author-hover-card-cont:before {
    left: 48px;
  }
  .m-post-card-content .liveblog-time .icon,
  .live-blog-cont .m-post-archive-preview:before {
    width: 13px;
    height: 13px;
  }
  .navigation.pagination .nav-links {
    flex-wrap: wrap;
  }
}
