.ppp-testimonial-slider-wrapper {
  width: 100%;
}

.ppp-testimonial-slider {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}

.ppp-testimonial-card {
  background-color: #a7725f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ppp-testimonial-slider .swiper-slide:nth-child(even) .ppp-testimonial-card {
  background-color: #6f8d7c;
}

.ppp-testimonial-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.ppp-testimonial-top {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

.ppp-testimonial-message {
  color: #fff;
  line-height: 1.8;
  margin: 0;
}

.ppp-testimonial-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  text-align: left;
}

.ppp-testimonial-name {
  color: #fff;
  margin: 0;
}

.ppp-testimonial-arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease;
  width: 42px;
  z-index: 5;
}

.ppp-testimonial-arrow:hover {
  opacity: 0.85;
}

.ppp-testimonial-arrow-prev {
  left: 12px;
}

.ppp-testimonial-arrow-next {
  right: 12px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.ppp-testimonial-empty {
  background: #f8f3ef;
  border: 1px solid #ead8cc;
  color: #5b463b;
  padding: 18px;
  text-align: center;
}

.ppp-review-form-wrapper {
  width: 100%;
}

.ppp-review-notice {
  border: 1px solid transparent;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.ppp-review-notice-success {
  background: #edf8f0;
  border-color: #bde5c8;
  color: #285f35;
}

.ppp-review-notice-error {
  background: #fff1f0;
  border-color: #f3c1bd;
  color: #8a2c24;
}

.ppp-review-form {
  display: grid;
  gap: 18px;
}

.ppp-review-field {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.ppp-review-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.ppp-review-field input,
.ppp-review-field select,
.ppp-review-field textarea {
  border: 1px solid #d8cec7;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 46px;
  padding: 11px 13px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.ppp-review-field input:focus,
.ppp-review-field select:focus,
.ppp-review-field textarea:focus {
  outline: none;
}

.ppp-review-field textarea {
  min-height: 140px;
  resize: vertical;
}

.ppp-review-website-field {
  left: -9999px;
  position: absolute;
}

.ppp-review-submit {
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  justify-self: start;
  padding: 13px 22px;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
