/* Pull quote testimonials section */
#pull-quote-testimonials .embla-wrapper {
  /*margin-block-start: 3rem;*/
}

/* Embla Carousel */
.embla-wrapper { position: relative; }
.embla { overflow: hidden; }
.embla__container { display: flex; }
.embla__slide { flex: 0 0 100%; min-width: 0; }

.embla-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-block-start: 1rem;
}

.embla__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid #555;
  background: transparent;
  padding: 0; cursor: pointer;
}

.embla__dot.is-selected { background: #555; }

.embla__prev,
.embla__next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  background: none;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease;
}

.embla__prev { left: 0; justify-content: flex-start; padding-inline-start: 0.5rem; }
.embla__next { right: 0; justify-content: flex-end; padding-inline-end: 0.5rem; }

.embla__prev:hover,
.embla__next:hover {
  color: rgba(0, 0, 0, 0.7);
}
