/* Trendyol -> Ticimax urun detay yorum widget'i (v4) - tam genislik */
.tyr-wrap{width:100%;box-sizing:border-box;font-family:inherit;color:#2d2d2d;margin:8px 0 4px;}
.tyr-wrap *{box-sizing:border-box;}
.tyr-summary{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;background:#f7f8fa;border:1px solid #eef0f3;border-radius:12px;padding:16px 20px;margin:0 0 16px;}
.tyr-avg-num{font-size:30px;font-weight:700;line-height:1;color:#2d2d2d;}
.tyr-avg-stars{font-size:18px;letter-spacing:2px;line-height:1;}
.tyr-avg-count{font-size:14px;color:#666;}
.tyr-star{color:#d9dee6;}
.tyr-star.on{color:#f5a623;}
.tyr-star.half{background:linear-gradient(90deg,#f5a623 50%,#d9dee6 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#f5a623;}
.tyr-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;align-items:start;width:100%;}
.tyr-card{border:1px solid #eee;border-radius:12px;padding:14px 16px;background:#fff;}
.tyr-card-top{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap;}
.tyr-card-stars{font-size:14px;letter-spacing:1px;line-height:1;}
.tyr-card-name{font-size:13px;font-weight:600;color:#444;}
.tyr-card-date{font-size:12px;color:#999;margin-left:auto;}
.tyr-card-text{font-size:14px;line-height:1.5;color:#444;white-space:pre-wrap;word-break:break-word;}
.tyr-imgs{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.tyr-thumb{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #eee;cursor:zoom-in;}
.tyr-more-wrap{text-align:center;margin:18px 0 4px;}
.tyr-more{background:#fff;border:1px solid #f5a623;color:#d8841a;font-size:14px;font-weight:600;padding:10px 22px;border-radius:24px;cursor:pointer;}
.tyr-more:hover{background:#fff7ec;}
.tyr-title-count{vertical-align:middle;}
@media(max-width:640px){.tyr-list{grid-template-columns:1fr;}}
