 .testimonios-grid{column-count:3;column-gap:20px;width:100%}@media (max-width:768px){.testimonios-grid{column-count:2}}@media (max-width:480px){.testimonios-grid{column-count:1}}.testimonio-item{break-inside:avoid;margin-bottom:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;display:inline-block;width:100%}.testimonio-header{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f0f0f0}.testimonio-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:15px;flex-shrink:0}.testimonio-avatar img{width:100%;height:100%;object-fit:cover}.testimonio-meta{flex-grow:1}.testimonio-name{font-weight:bold;margin:0 0 5px;font-size:16px;line-height:1.2}.testimonio-source{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-left:5px}.testimonio-date{font-size:12px;color:#666;margin:0}.testimonio-rating{margin-top:5px;font-size:14px;color:#ffc107}.testimonio-content{padding:15px}.testimonio-text{margin:0;font-size:14px;line-height:1.5;color:#333}