/* TK Woo Reviews - Front styles */
.tkwr{margin:1rem 0}
.tkwr-head{display:flex;gap:.75rem;align-items:center}
.tkwr-avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.06)}
.tkwr-meta{display:flex;flex-direction:column}
.tkwr-row{display:flex;align-items:center;gap:.5rem}
.tkwr-subrow{display:flex;align-items:center;gap:.5rem;margin-top:.1rem;font-size:.85em;opacity:.8}
.tkwr-stars-wrap{font-size:1rem;letter-spacing:.02em;font-variant-numeric:tabular-nums}
.tkwr-verified{background:#eef8f1;color:#137a3a;border:1px solid #cfead9;border-radius:999px;padding:.1rem .5rem;font-size:.75rem}
.tkwr-on-product a{text-decoration:none;border-bottom:1px dotted currentColor}
.tkwr-date{white-space:nowrap}
.tkwr-list{display:grid;grid-template-columns:1fr;gap:.9rem;align-items:stretch}
@media(min-width:680px){.tkwr-list{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.tkwr-list{grid-template-columns:repeat(3,1fr)}}
.tkwr-item{border:1px solid #e9e9ec;border-radius:12px;padding:.75rem .9rem;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);height:100%;display:flex;flex-direction:column;}
.tkwr-content{margin:.35rem 0 .5rem;font-size:.95rem;line-height:1.5;color:#222;flex:1 1 auto}
/* Slider */
.tkwr-slider{position:relative;border-radius:10px;overflow:hidden;background:#f8f8fb;border:1px solid #ececf1;min-height:220px;max-height:220px;margin-top:.5rem}
.tkwr-track{display:flex;transition:transform .35s ease;will-change:transform;height:220px}
.tkwr-slide{min-width:100%;flex:0 0 100%;display:flex;align-items:center;justify-content:center;height:100%}
.tkwr-slide-media{width:100%;height:100%;object-fit:cover;display:block}
.tkwr-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}
.tkwr-prev{left:8px}
.tkwr-next{right:8px}
/* Se una sola immagine, nascondi frecce */
.tkwr-slider.tkwr-single .tkwr-nav{display:none}
/* Form */
.tkwr-form{margin-top:1rem;border:1px solid #ececf1;border-radius:12px;padding:1rem;background:#fff}
.tkwr-stars-select button{font-size:1.1rem;border:1px solid #ddd;border-radius:6px;margin-right:.25rem;cursor:pointer;background:#fff;padding:.2rem .35rem;line-height:1}
.tkwr-inline-gallery{margin-top:.5rem}
.tkwr-inline-thumb img{border-radius: 4px;display: inline-block !important;margin: 0 5px !important;height: 100px !important;}
/* Pagination */
.tkwr-pagination{margin-top:1rem;display:flex;justify-content:center}
.tkwr-pages{list-style:none;margin:0;padding:0;display:flex;gap:.4rem;align-items:center}
.tkwr-page a,.tkwr-page span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e0e0e5;border-radius:8px;text-decoration:none;color:#222;background:#fff}
.tkwr-page a:hover{border-color:#bbb}
.tkwr-current a{background:#111;color:#fff;border-color:#111}
.tkwr-disabled span{opacity:.4}
.tkwr-ellipsis{padding:0 .25rem;color:#666}
