/* Hodnotenia obchodu – 4 kompaktné karty v riadku */ .hp-ratings .votes-wrap { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; } .hp-ratings .vote-wrap { width: calc(25% - 15px) !important; margin: 0 !important; min-height: 190px !important; max-height: 190px !important; padding: 15px !important; box-sizing: border-box !important; overflow: hidden !important; } .hp-ratings .vote-content { padding: 0 !important; } .hp-ratings .vote-avatar img, .hp-ratings .vote-avatar { width: 48px !important; height: 48px !important; } .hp-ratings .vote-text, .hp-ratings .vote-content p { font-size: 14px !important; line-height: 1.4 !important; max-height: 95px !important; overflow: hidden !important; display: block !important; } .hp-ratings h2 { margin-bottom: 20px !important; } /* tablet */ @media (max-width: 1024px) { .hp-ratings .vote-wrap { width: calc(50% - 10px) !important; } } /* mobil */ @media (max-width: 768px) { .hp-ratings .vote-wrap { width: 100% !important; max-height: none !important; min-height: auto !important; } .hp-ratings .vote-text, .hp-ratings .vote-content p { max-height: none !important; } }