/*
Theme Name: Mobile Action
Author: Pixelate
Author URI: https://pixelate.com.tr/
*/
html {
  scroll-behavior: smooth;
}

.content {
  img {
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

.ajax-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.35);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-uppercase {
  text-transform: uppercase;
}

#ajax_response {
  min-height: 355px;
  min-height: unset;
}

/* Share */
.social .heateor_sss_sharing_ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.7rem;
  padding: 0;
}

.social .heateor_sss_sharing_ul a {
  margin: 0 !important;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.3rem;
  gap: 1.6rem;
}

.social .heateor_sss_sharing_ul a span {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 4.5rem !important;
  height: 4.5rem !important;
  border-radius: 50% !important;

  box-shadow: 0px 7.111px 10.667px -10.667px #b1bcd1;
}

.social .heateor_sss_sharing_ul a span svg {
  width: 30px;
  height: 30px;
}

.blog-social .heateor_sss_sharing_ul a span {
  display: block;
  width: 48px !important;
  height: 48px !important;
  border: none;
  border-radius: 0;
}

/* Pagination Styles */
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #1e2432;
  background-color: #fff;
  border: 1px solid #e5e9f2;
}

.pagination-wrapper .page-numbers:hover {
  background-color: #f7f9fc;
}

.pagination-wrapper .current {
  color: #fff !important;
  background: linear-gradient(225deg, #4318ff 0%, #9f69ff 100%) !important;
  border: none !important;
}

.pagination-wrapper .prev.page-numbers,
.pagination-wrapper .next.page-numbers {
  width: auto;
  padding: 0 2rem;
  border-radius: 2rem;
}

.pagination-wrapper .dots {
  border: none;
  background: none;
}
