/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.8_sass@1.101.0_webpack@5.108.4/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./widgets/testimonials/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Testimonials widget - card + modal styling. Genuinely new CSS (no
 * reused Gutenberg block stylesheet, unlike Slider/youtube-feed) - follows
 * the same var(--wp--preset--color--*, #fallback) convention the other
 * card widgets (manual-card/category-card/product-card) already use.
 */
.gws-testimonial-slide {
  height: auto;
}

.gws-testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 32px 24px;
  border-radius: 12px;
  background: var(--wp--preset--color--white, #fff);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.gws-testimonial-card__photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}
.gws-testimonial-card__quote {
  margin: 0 0 12px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--wp--preset--color--contrast, #0e1422);
}
.gws-testimonial-card__quote p {
  margin: 0 0 0.75em;
}
.gws-testimonial-card__quote p:last-child {
  margin-bottom: 0;
}
.gws-testimonial-card__read-more {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 16px;
  font-family: var(--wp--preset--font-family--ui);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  color: var(--wp--preset--color--primary, #0e1422);
}
.gws-testimonial-card__read-more.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.gws-testimonial-card__author {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gws-testimonial-card__author-name {
  font-family: var(--wp--preset--font-family--ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--wp--preset--color--contrast, #0e1422);
}
.gws-testimonial-card__author-title {
  font-family: var(--wp--preset--font-family--ui);
  font-size: 12px;
  color: var(--wp--preset--color--muted, #8e8e93);
}

.gws-testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gws-testimonial-modal[hidden] {
  display: none;
}
.gws-testimonial-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gws-testimonial-modal.is-open .gws-testimonial-modal__overlay {
  opacity: 1;
}
.gws-testimonial-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 560px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 12px;
  background: var(--wp--preset--color--white, #fff);
  text-align: center;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gws-testimonial-modal.is-open .gws-testimonial-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.gws-testimonial-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--wp--preset--color--muted, #8e8e93);
}
.gws-testimonial-modal__close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.gws-testimonial-modal__photo-wrap img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  display: block;
}
.gws-testimonial-modal__content {
  margin: 0 0 16px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--wp--preset--color--contrast, #0e1422);
}
.gws-testimonial-modal__content p {
  margin: 0 0 1em;
}
.gws-testimonial-modal__content p:last-child {
  margin-bottom: 0;
}
.gws-testimonial-modal__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gws-testimonial-modal__author-name {
  font-family: var(--wp--preset--font-family--ui);
  font-size: 15px;
  font-weight: 600;
  color: var(--wp--preset--color--contrast, #0e1422);
}
.gws-testimonial-modal__author-title {
  font-family: var(--wp--preset--font-family--ui);
  font-size: 13px;
  color: var(--wp--preset--color--muted, #8e8e93);
}

/*# sourceMappingURL=style-style.css.map*/