.reviews-page-section {
  padding: 80px 0;
}
@media screen and (max-width: 1299px) {
  .reviews-page-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-section {
    padding: 40px 0;
  }
}

.reviews-page-wrapper {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.reviews-page-wrapper .pagination-block {
  padding: 24px 0 0 0;
}

.reviews-page-title {
  text-align: center;
  padding: 0 0 48px 0;
}
.reviews-page-title h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  color: #121212;
  margin: 0 0 24px 0;
  font-family: "clarendon-urw";
}
@media screen and (max-width: 1500px) {
  .reviews-page-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .reviews-page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-title h1 {
    line-height: normal;
    font-size: 32px;
    margin: 0 0 16px 0;
  }
}
.reviews-page-title h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 24px 0;
  font-family: "clarendon-urw";
  color: #121212;
}
.reviews-page-title h3 span {
  font-weight: 300;
}
@media screen and (max-width: 1299px) {
  .reviews-page-title h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-title h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 16px 0;
  }
}
.reviews-page-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #515C60;
  margin: 0 0 0px 0;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1299px) {
  .reviews-page-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page-title p {
    font-size: 14px;
  }
}

.reviews-block {
  text-align: center;
  padding: 40px;
  background-color: #FCE6EC;
  border-radius: 12px;
  margin: 0 0 24px 0;
  position: relative;
}
.reviews-block:nth-of-type(7n+1) {
  background-color: #FCE6EC;
}
.reviews-block:nth-of-type(7n+2) {
  background-color: #E4F6D8;
}
.reviews-block:nth-of-type(7n+3) {
  background-color: #D6EDEC;
}
.reviews-block:nth-of-type(7n+4) {
  background-color: #EDE5EE;
}
.reviews-block:nth-of-type(7n+5) {
  background-color: #FBE9CC;
}
.reviews-block:nth-of-type(7n+6) {
  background-color: #EEE3D4;
}
.reviews-block:nth-of-type(7n+7) {
  background-color: #E4F6D8;
}
.reviews-block a.view-review-link {
  position: absolute;
  top: 0;
  right: 0;
  background: indianred;
  padding: 5px 10px;
  border-radius: inherit;
  color: black;
  display: none;
}
.reviews-block:hover .view-review-link {
  display: block;
}

.reviews-block-content h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
  color: #121212;
}
.reviews-block-content h6 img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7084%) hue-rotate(18deg) brightness(90%) contrast(86%);
}
.reviews-block-content p {
  font-family: "clarendon-urw";
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0 0 24px 0;
  color: #121212;
  text-overflow: unset;
}
.reviews-block-content h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0 0 16px 0;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-block-content h5 img {
  height: 20px;
  display: inline-block;
  margin: 0 2px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7084%) hue-rotate(18deg) brightness(90%) contrast(86%);
}
.reviews-block-content h5 img:first-child {
  margin-left: 6px;
}
.reviews-block-content h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #121212;
}

.review-card {
  background-color: #ffecec;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@keyframes shimmer {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500px);
  }
}
.review-card {
  /* Individual skeleton elements */
}
.review-card .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.review-card .username {
  width: 100px;
  height: 16px;
  border-radius: 4px;
}
.review-card .rating {
  width: 120px;
  height: 16px;
  border-radius: 4px;
}
.review-card .date {
  width: 80px;
  height: 12px;
  border-radius: 4px;
}
.review-card .review-text {
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
.review-card .skeleton {
  background-color: #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.review-card .skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 1.5s infinite;
}