.skylotus-feedback-cta {
  margin: -20px auto 34px;
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #d4e0d0;
  border-radius: 20px;
  padding: 20px 22px;
  background: #f0f4ee;
}

.skylotus-feedback-cta strong,
.skylotus-feedback-cta span {
  display: block;
}

.skylotus-feedback-cta strong {
  color: #354033;
  font-size: 1rem;
}

.skylotus-feedback-cta span {
  margin-top: 5px;
  color: #667063;
  font-size: 0.86rem;
  line-height: 1.5;
}

.skylotus-feedback-cta a {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 11px 18px;
  background: #7f9376;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.skylotus-feedback-cta a:hover {
  background: #5f7859;
}

.skylotus-feedback-cta a:focus-visible {
  outline: 3px solid rgba(127, 147, 118, 0.4);
  outline-offset: 3px;
}

.skylotus-feedback-gallery[hidden] {
  display: none !important;
}

.skylotus-feedback-gallery {
  max-width: 1120px;
  margin: 0 auto 42px;
}

.skylotus-feedback-gallery__heading {
  margin-bottom: 20px;
  text-align: center;
}

.skylotus-feedback-gallery__heading h3 {
  margin: 0;
  color: #354033;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.skylotus-feedback-gallery__heading p {
  margin: 8px 0 0;
  color: #667063;
  font-size: 0.9rem;
}

.skylotus-feedback-gallery__controls[hidden] {
  display: none !important;
}

.skylotus-feedback-gallery__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -4px 2px 12px;
}

.skylotus-feedback-gallery__control {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d4e0d0;
  border-radius: 999px;
  background: #fff;
  color: #354033;
  box-shadow: 0 8px 22px rgba(53, 64, 51, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 900;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.skylotus-feedback-gallery__control:hover:not(:disabled) {
  border-color: #7f9376;
  background: #7f9376;
  color: #fff;
  transform: translateY(-1px);
}

.skylotus-feedback-gallery__control:disabled {
  opacity: 0.38;
  cursor: default;
}

.skylotus-feedback-gallery__control:focus-visible,
.skylotus-feedback-gallery__list:focus-visible {
  outline: 3px solid rgba(127, 147, 118, 0.42);
  outline-offset: 3px;
}

.skylotus-feedback-gallery__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 3px 16px;
  scroll-padding-inline: 3px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-color: #7f9376 transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.skylotus-feedback-video {
  width: auto;
  flex: 0 0 300px;
  flex: 0 0 clamp(250px, 28vw, 300px);
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d4e0d0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(53, 64, 51, 0.08);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.skylotus-feedback-video__media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(127, 147, 118, 0.2), transparent 34%),
    linear-gradient(145deg, #f7faf5, #dfe9dc);
}

.skylotus-feedback-video__media video,
.skylotus-feedback-video__poster {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

.skylotus-feedback-video__media video {
  background: #e7efe4;
  object-fit: contain;
}

.skylotus-feedback-video__poster {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.92), transparent 25%),
    linear-gradient(145deg, #f7faf5, #dfe9dc);
  color: #354033;
  cursor: pointer;
}

.skylotus-feedback-video__poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.skylotus-feedback-video__poster[data-poster-state="ready"] img {
  opacity: 1;
}

.skylotus-feedback-video__poster-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #71816b;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.skylotus-feedback-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(53, 64, 51, 0.84);
  box-shadow: 0 12px 30px rgba(53, 64, 51, 0.24);
  transform: translate(-50%, -50%);
  transition: background-color 160ms ease, transform 160ms ease;
}

.skylotus-feedback-video__play::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
  content: "";
  transform: translate(-35%, -50%);
}

.skylotus-feedback-video__poster:hover .skylotus-feedback-video__play {
  background: #5f7859;
  transform: translate(-50%, -50%) scale(1.05);
}

.skylotus-feedback-video__poster:focus-visible {
  outline: 3px solid rgba(127, 147, 118, 0.72);
  outline-offset: -4px;
}

.skylotus-feedback-video__poster[data-playback-state="error"] {
  box-shadow: inset 0 0 0 3px rgba(151, 74, 62, 0.34);
}

.skylotus-feedback-video__body {
  padding: 16px 18px 18px;
}

.skylotus-feedback-video__body strong {
  display: block;
  color: #354033;
  font-size: 0.98rem;
}

.skylotus-feedback-video__body p {
  margin: 7px 0 0;
  color: #667063;
  font-size: 0.86rem;
  line-height: 1.55;
  white-space: pre-line;
}

@media (max-width: 700px) {
  .skylotus-feedback-cta {
    margin-top: -18px;
    align-items: stretch;
    flex-direction: column;
  }

  .skylotus-feedback-cta a {
    width: 100%;
    box-sizing: border-box;
  }

  .skylotus-feedback-gallery__controls {
    margin-bottom: 10px;
  }

  .skylotus-feedback-video {
    flex-basis: 280px;
    flex-basis: min(82vw, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skylotus-feedback-gallery__list {
    scroll-behavior: auto;
  }

  .skylotus-feedback-gallery__control {
    transition: none;
  }
}
