.jko-testimonials-section {
  background: #fff8f1;
  padding: 34px 20px;
}

.jko-testimonials-header,
.jko-testimonials-carousel-wrapper,
.jko-reviews-container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.jko-testimonials-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.jko-testimonials-title h2,
.jko-reviews-header h1,
.jko-reviews-cta h3 {
  color: #193b2f;
  font-family: Georgia, "Times New Roman", serif;
}

.jko-testimonials-title h2 {
  font-size: 28px;
  line-height: 1.12;
  margin: 0 0 5px;
}

.jko-testimonials-title p,
.jko-reviews-header p,
.jko-reviews-cta p {
  color: #695d52;
  margin: 0;
}

.jko-testimonials-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.jko-btn-orange,
.jko-testimonials-all {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  text-decoration: none;
}

.jko-btn-orange {
  background: #dc6f24;
  border: 1px solid #dc6f24;
  color: #fff;
}

.jko-testimonials-all {
  background: #fff;
  border: 1px solid #ead8c0;
  color: #193b2f;
}

.jko-testimonials-carousel-wrapper {
  position: relative;
}

.jko-testimonials-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 3px 2px 10px;
  scroll-snap-type: x mandatory;
}

.jko-testimonials-carousel::-webkit-scrollbar {
  height: 5px;
}

.jko-testimonials-carousel::-webkit-scrollbar-thumb {
  background: #d9c8b5;
  border-radius: 999px;
}

.jko-testimonials-prev,
.jko-testimonials-next {
  align-items: center;
  background: #fff;
  border: 1px solid #ead8c0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(74, 47, 21, .12);
  color: #193b2f;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  top: 42%;
  width: 38px;
  z-index: 2;
}

.jko-testimonials-prev {
  left: -18px;
}

.jko-testimonials-next {
  right: -18px;
}

.jko-testimonial-card {
  background: #fff;
  border: 1px solid #ead8c0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(74, 47, 21, .06);
  box-sizing: border-box;
  flex: 0 0 330px;
  padding: 18px;
  scroll-snap-align: start;
}

.jko-testimonial-user {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.jko-testimonial-user img {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.jko-testimonial-info strong {
  color: #193b2f;
  display: block;
  font-size: 15px;
}

.jko-testimonial-info span {
  color: #7a6d61;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.jko-testimonial-stars {
  color: #dc6f24;
  font-size: 13px;
  margin-bottom: 12px;
}

.jko-testimonial-stars strong {
  color: #193b2f;
  margin-left: 5px;
}

.jko-testimonial-quote {
  color: #3f3a34;
  font-size: 14px;
  line-height: 1.55;
  min-height: 78px;
}

.jko-testimonial-quote > i {
  color: #ead8c0;
  margin-right: 5px;
}

.jko-testimonial-text {
  display: inline;
}

.jko-read-more {
  color: #dc6f24;
  font-weight: 800;
  text-decoration: none;
}

.jko-testimonial-store {
  align-items: center;
  border-top: 1px solid #f0e4d8;
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding-top: 13px;
}

.jko-testimonial-store > i,
.jko-testimonial-store > img {
  align-items: center;
  background: #fff8f1;
  border-radius: 50%;
  color: #dc6f24;
  display: flex;
  height: 30px;
  justify-content: center;
  object-fit: cover;
  width: 30px;
}

.jko-testimonial-store strong,
.jko-testimonial-store strong a {
  color: #193b2f;
  display: block;
  font-size: 13px;
  text-decoration: none;
}

.jko-testimonial-store span {
  color: #7a6d61;
  font-size: 12px;
}

.jko-testimonial-empty {
  background: #fff;
  border: 1px dashed #d9c8b5;
  border-radius: 10px;
  color: #695d52;
  padding: 22px;
}

.jko-testimonial-empty strong,
.jko-testimonial-empty span {
  display: block;
}

.jko-reviews-page {
  background: #fff8f1;
  min-height: 60vh;
  padding: 54px 20px;
}

.jko-reviews-header {
  margin-bottom: 30px;
  text-align: center;
}

.jko-reviews-header span {
  color: #dc6f24;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.jko-reviews-header h1 {
  font-size: 42px;
  line-height: 1.08;
  margin: 0 0 12px;
}

.jko-reviews-header p {
  font-size: 17px;
  margin: 0 auto;
  max-width: 720px;
}

.jko-reviews-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.jko-reviews-grid .jko-testimonial-card {
  flex: none;
}

.jko-reviews-cta {
  background: #fff;
  border: 1px solid #ead8c0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(74, 47, 21, .06);
  margin-top: 28px;
  padding: 28px;
  text-align: center;
}

.jko-reviews-cta h3 {
  font-size: 27px;
  margin: 0 0 8px;
}

.jko-reviews-cta p {
  margin-bottom: 18px;
}

.jko-modal-overlay {
  align-items: center;
  background: rgba(25, 59, 47, .48);
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 100000;
}

.jko-modal-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  max-width: 560px;
  padding: 26px;
  position: relative;
  width: 100%;
}

.jko-modal-close {
  color: #193b2f;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 14px;
}

.jko-modal-content h3 {
  color: #193b2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin: 0 34px 8px 0;
}

.jko-modal-content p {
  color: #695d52;
}

.jko-review-form .frm-group {
  margin-bottom: 14px;
}

.jko-review-form label {
  color: #193b2f;
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
}

.jko-review-form input,
.jko-review-form select,
.jko-review-form textarea {
  border: 1px solid #d9c8b5;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: inherit;
  padding: 11px 12px;
  width: 100%;
}

.jko-review-form textarea {
  min-height: 110px;
  resize: vertical;
}

.jko-review-form button {
  border: 0;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 760px) {
  .jko-testimonials-section,
  .jko-reviews-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .jko-testimonials-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .jko-testimonial-card {
    flex-basis: 86%;
  }

  .jko-testimonials-prev,
  .jko-testimonials-next {
    display: none;
  }

  .jko-reviews-header h1 {
    font-size: 32px;
  }
}
