.edr-testimonials {
  background: #0b1724;
  color: #ffffff;
  padding: 60px 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.edr-testimonials-inner {
  padding: 0;
  box-sizing: border-box;
}

.edr-testimonials-header {
  text-align: center;
  margin-bottom: 24px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.edr-testimonials-header h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 0;
}

.edr-testimonials-header p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Scroll container */
.edr-testimonial-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.edr-testimonial-scroll::-webkit-scrollbar {
  display: none;
}

/* Grid strip */
.edr-testimonial-strip {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: flex-start;
}

/* Each card */
.edr-testimonial {
  background: #ffffff;
  color: #222222;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 320px;
  align-self: flex-start;
  height: auto;
}

.edr-testimonial-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #f6a623;
}

.edr-testimonial-stars {
  color: #f6a623;
  letter-spacing: 1px;
}

.edr-testimonial-source {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888888;
}

.edr-testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #222222;
  flex-grow: 1;
}

.edr-testimonial-meta {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0b1724;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 12px;
}

.edr-testimonial-name {
  display: inline;
}

.edr-testimonial-dumpster-type {
  display: inline;
  font-weight: 400;
  color: #666666;
  font-size: 0.85rem;
}

.edr-testimonial-dumpster-type::before {
  content: " - ";
}

.edr-testimonial-location {
  display: inline;
  font-weight: 400;
  color: #666666;
  font-size: 0.85rem;
}

.edr-testimonial-location::before {
  content: " - ";
}

@media (min-width: 992px) {
  .edr-testimonials {
    padding: 70px 0;
  }

  .edr-testimonial {
    width: 360px;
  }
}
