/* Müşteri yorumu kartı — DESIGN.md dil: düz (flat) beyaz kart, 1px hairline
   kenarlık (#E5E7EB), 8px köşe, gölge YOK, çoğunlukla gri tonlama. Tek vurgu
   yıldız satırı; ürün strip'i sessiz ikinci vurgu. Palette --ali-ts-* gelir;
   parent grid/carousel/list kartı boyutlandırır. */
.cc_xqaduz1e_izDo32bABP .ali-ts__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: clamp(20px, 2.2vw, 26px);
  background: var(--ali-ts-card, var(--ali-bg));
  border: 1px solid var(--ali-border, #e5e7eb);
  border-radius: var(--ali-radius-md, 8px);
  color: var(--ali-ts-text, var(--ali-overlay));
  height: 100%;
  box-sizing: border-box;
}

/* The single accent: the star row. */
.cc_xqaduz1e_izDo32bABP .ali-ts__stars {
  --pd-accent: var(--ali-ts-accent, var(--ali-accent));
  --ali-accent: var(--ali-ts-accent, #c2410c);
}

.cc_xqaduz1e_izDo32bABP .ali-ts__quote {
  margin: 0;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--ali-ts-text, var(--ali-overlay));
}

/* ----- Author ----- */
.cc_xqaduz1e_izDo32bABP .ali-ts__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: var(--ali-radius-full, 999px);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ali-muted, #f3f4f6);
}
.cc_xqaduz1e_izDo32bABP .ali-ts__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__avatar-initial {
  font-weight: var(--ali-weight-strong);
  color: var(--ali-secondary, #2b2b2b);
  line-height: 1;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__author-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__author-name {
  font-weight: var(--ali-weight-strong);
  color: var(--ali-ts-text, var(--ali-overlay));
}
.cc_xqaduz1e_izDo32bABP .ali-ts__author-meta {
  color: var(--ali-ts-muted, var(--ali-tertiary));
}

/* ----- Related product preview (auto image + name + price → product) ----- */
.cc_xqaduz1e_izDo32bABP .ali-ts__product {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--ali-border, #e5e7eb);
  text-decoration: none;
  color: var(--ali-ts-text, var(--ali-overlay));
  cursor: pointer;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-thumb {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: var(--ali-radius-sm, 4px);
  overflow: hidden;
  background: var(--ali-muted, #f3f4f6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-noimg {
  color: var(--ali-tertiary, #6b7280);
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-eyebrow {
  font-weight: var(--ali-weight-strong);
  letter-spacing: 0.06em;
  color: var(--ali-ts-muted, var(--ali-tertiary));
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-name {
  font-weight: var(--ali-weight-medium);
  color: var(--ali-ts-text, var(--ali-overlay));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product-price {
  font-weight: var(--ali-weight-strong);
  color: var(--ali-ts-text, var(--ali-overlay));
}
/* Arrow is the accent affordance; nudges on hover. */
.cc_xqaduz1e_izDo32bABP .ali-ts__product-arrow {
  flex: 0 0 auto;
  color: var(--ali-ts-accent, var(--ali-accent));
  transition: transform var(--ali-dur-base, 0.25s) var(--ali-spring, ease);
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product:hover .ali-ts__product-arrow {
  transform: translateX(3px);
}
.cc_xqaduz1e_izDo32bABP .ali-ts__product:hover .ali-ts__product-name {
  text-decoration: underline;
  text-underline-offset: 2px;
}
