/* Custom Reviews Page styles */

.custom-reviews-page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.reviews-banner {
  width: 100%;
  margin: 0 0 2rem;
  text-align: center;
}

.reviews-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.reviews-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.page-description {
  /* font-size: 1.2rem;
  color: #666; */
  max-width: 900px;
  margin: 0 auto;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.reviews-content {
  width: 100%;
  margin-bottom: 3rem;
  padding: 0;
}

.reviews-footer {
  text-align: center;
  padding: 2rem;
  background-color: #f9f9f9;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* Stamped Widget Count Title */
.path-our-reviews .stamped-widget-title {display:none;}

/* Top Fundraising Products */
.path-our-reviews .top_fundraising_products_section h2 {
  text-align: center;
}

.path-our-reviews .top_fundraising_products_section .row {
  justify-content:center;
}

.path-our-reviews .view-content .views-row {
    width: 20%;
    border: 2px solid #ece9e5;
    margin: 10px;
    border-radius: 2px;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
}

.path-our-reviews .view-content .view__title a {
    font-family: Helvetica Neue Bold;
    color: #464443;
    font-size: 17px;
    margin-bottom: 13px;
    letter-spacing: 0.5px;
    outline: none;
    line-height: 20px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.path-our-reviews .view-content .view__more {
    opacity: 1 !important;
    margin-top: 20px;
    position: initial !important;
    transform: none !important;
}
.path-our-reviews .view-content .view__more a {
    background: #f38c0d !important;
    color: #fff !important;
    border: 0 !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: "Helvetica";
    font-size: 12px;
    font-weight:600;
}
.path-our-reviews .view-content .view__more a::after {
    color: #464443;
    content: " ▶ ";
    width: 5px;
    height: 5px;
    background-size: 18px;
    line-height: 11px;
    margin-top: 3px;
    transition: 0.4s;
    margin-left: 6px;
    font-size: 9px;
    color: #fff !important;
    text-align:center;
}
.path-our-reviews .view-content .views-row ul {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
}
.view-content .views-row .view__description ul li::marker{
    color: #f38c0d;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .path-our-reviews .view-content .views-row {
    width: 100%;
  }
  .reviews-header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .reviews-header h1 {
    font-size: 1.75rem;
  }
}
