
/* YorumKarti — koyu lüks yorum kartı. */

.cc_Z0fv8wUkj4_JCLBiCmW52 .yk, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid;
  border-radius: 14px;
  padding: 18px;
  min-width: 0;
  font-family: system-ui, -apple-system, sans-serif;
  /* --ai: parent section'ın alt ışık rengi (yoksa saydam) */
  box-shadow: 0 16px 38px -14px var(--ai, transparent);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.cc_Z0fv8wUkj4_JCLBiCmW52 .yk:hover, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk:hover {
  border-color: color-mix(in srgb, var(--yk-accent, #c68f61) 55%, transparent) !important;
  transform: translateY(-2px);
}

.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-head, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-avatar, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--yk-accent, #c68f61);
  background: color-mix(in srgb, var(--yk-accent, #c68f61) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--yk-accent, #c68f61) 35%, transparent);
}

.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-meta, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-name, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--yk-text, #f3ece3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-stars, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-stars {
  display: flex;
  gap: 2px;
  line-height: 0;
}

.cc_Z0fv8wUkj4_JCLBiCmW52 .yk-text, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk-text {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--yk-muted, #b7ac9f);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .cc_Z0fv8wUkj4_JCLBiCmW52 .yk, .cc_Z0fv8wUkj4_P0gw6ePuGm .yk { transition: none; }
}
