.sr-cards-articles-02 .article-item > a:hover span.topic-name, .sr-cards-articles-02 .article-item > a:hover h5.post-name,.sr-cards-articles-02 .article-item > a:hover span.date {
    color: var(--primary);
}
.loading{
  display:none;
}
.sr-cards-articles-02 .article-item {
  display: flex;
  align-items: center;
  justify-content: center; 
}

.sr-cards-articles-02 .article-item .sr-border {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pagination-link--disabled {
  pointer-events: none;
}
.sear-wrap {
  position: relative;
}
.sr-cards-articles-02 .description a {
  text-decoration: underline;
}
.sr-cards-articles-02 .article-item .image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sr-cards-articles-02 .article-item .image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.sr-cards-articles-02 .author-details {
  line-height: 1;
}

.sr-cards-articles-02 .post-name {
  color: var(--heading);
  margin-bottom: 8px;
  word-break: break-word;
}

.sr-cards-articles-02 .article-readmore {
  color: var(--link_color);
}

.sr-cards-articles-02 .summary {
  color: var(--body_color);
  font-size: 0.9rem;
  line-height: 1.45rem;
}

.sr-cards-articles-02 .btn-wrapper {
  margin-top: auto;
}

.sr-cards-articles-02 .cards-row {
  row-gap: 30px;
}

.sr-cards-articles-02 .overlay-link * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  background: none !important;
  color: transparent !important;
  border: none !important;
}

{# pagination style  #}

.sr-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 32px;
}

.pagination {
  align-items: center;
  display: flex;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
  padding: 4px;
  gap: 8px;
  flex-wrap:wrap;
}


.sr-cards-articles-02 .pagination__link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right:8px;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  display: grid;
  height: 40px;
  margin: 0 4px;
  padding: 8px 10px;
  place-content: center;
  width:40px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height:24px;
  border-radius:0px;
  border: 1px #F1F1F1;
  background: #FFF;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  background: #5924AB;
  color: #fff !important;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 8px;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}

.pagination__link svg , .pagination__link svg g , .pagination__link svg path {
  fill: transparent;
}
.pagination__link--active {
  font-weight: 400;
}
.pagination__link-text {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pagination-link--disabled .pagination__link-text {
  color: #CCC;
}

.rl-loading-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.rl-loading-thumb {
  width: 10px;
  height: 40px;
  background-color: #5924AB;
  margin: 4px;
  box-shadow: 0 0 12px 3px #eddfff;
  animation: rl-loading 1.5s ease-in-out infinite;
}

.rl-loading-thumb-1 {
  animation-delay: 0s;
}

.rl-loading-thumb-2 {
  animation-delay: 0.5s;
}

.rl-loading-thumb-3 {
  animation-delay: 1s;
}
.rl-loading-container {
  height: 400px;
}
@keyframes rl-loading {
  0% {}
  20% {
    background: white;
    transform: scale(1.5);
  }
  40% {
    background: #5924AB;
    transform: scale(1);
  }
}

.loading-bars {
  padding: 22px 20px;
  text-align: center
}

.loading-bars .bar {
  animation: pulse 1.2s ease-out infinite;
  background: var(--primary);
  display: inline-block;
  height: 8px;
  width: 5px
}

.loading-bars .bar:nth-of-type(0n+1) {
  animation-delay: 0s
}
.error-message {
  display: none;
}
.loading-bars .bar:nth-of-type(0n+2) {
  animation-delay: .2s
}

.loading-bars .bar:nth-of-type(0n+3) {
  animation-delay: .4s
}

.loading-bars .bar:nth-of-type(0n+4) {
  animation-delay: .6s
}

.loading-bars .bar:nth-of-type(0n+5) {
  animation-delay: .8s
}

@keyframes pulse {
  0%,75% {
    transform: scale(1)
  }

  25% {
    transform: scaleY(3)
  }
}
