/* Compact reviews: one source link, concise cards and a shared control row. */
#recenze{padding-top:48px;padding-bottom:46px}
#recenze .section-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:22px}
#recenze .section-heading .eyebrow{font-size:10px;margin-bottom:10px;letter-spacing:.14em}
#recenze h2{font-size:clamp(29px,3vw,40px);line-height:1.2}
#recenze .reviews-summary{display:flex;flex-direction:row;align-items:center;gap:14px;margin:13px 0 0;font-size:12px}
#recenze .reviews-summary strong{font:500 21px Outfit,sans-serif;white-space:nowrap}
#recenze .reviews-summary .review-stars{font-size:14px;letter-spacing:2px;margin-left:6px}
#recenze .review-all{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;color:var(--wine);font-size:13px;font-weight:500;white-space:nowrap}
#recenze .review-all>span{display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;font-size:18px;transition:background .2s,color .2s}
#recenze .review-all:hover>span{background:var(--wine);color:white}
#recenze .testimonial-track{gap:18px;padding:4px 2px 9px}
#recenze .testimonial-card{flex:0 0 calc(50% - 9px);min-height:198px;border-radius:22px;padding:25px;background:#faf8f6}
#recenze .testimonial-person{gap:13px}
#recenze .testimonial-avatar{width:43px;height:43px;font-size:13px}
#recenze .testimonial-person>div{min-width:0}
#recenze .testimonial-person strong{display:block;font-size:15px;font-weight:500;line-height:1.4}
#recenze .testimonial-person .review-stars{display:block;font-size:11px;letter-spacing:2px;margin:4px 0 0;line-height:1.2}
#recenze .testimonial-card blockquote{font-family:Outfit,sans-serif;font-size:22px;line-height:1.45;font-weight:400;letter-spacing:-.015em;margin:21px 0 0;max-width:440px}
#recenze .review-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:10px}
#recenze .review-source-note{margin:0;font-size:10px;line-height:1.6;max-width:480px}
#recenze .testimonial-controls{margin:0;display:flex;gap:12px;flex-shrink:0;align-items:center}
#recenze .testimonial-controls button{width:36px;height:36px;font-size:19px}
#recenze .testimonial-controls>span{font-size:10px;min-width:40px;text-align:center}
@media(max-width:600px){#recenze{padding-top:35px;padding-bottom:35px}#recenze .section-heading{align-items:flex-start;gap:17px;flex-wrap:wrap;margin-bottom:17px}#recenze .testimonial-card{flex-basis:91%;min-height:185px;padding:22px}#recenze .testimonial-card blockquote{font-size:21px}#recenze .review-bottom{align-items:flex-start;gap:13px}#recenze .review-source-note{max-width:190px;font-size:9px}#recenze .testimonial-controls{gap:7px}#recenze .testimonial-controls button{width:32px;height:32px}#recenze .testimonial-controls>span{min-width:30px}#recenze .review-all{font-size:12px;gap:10px}#recenze .review-all>span{width:29px;height:29px}#recenze .reviews-summary{font-size:12px}}
