.rag-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem}
.rag-card{border:1px solid #ebedf0;border-radius:12px;background:#fff;padding:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.rag-imgwrap{height:150px;background:#f7f8fa;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.rag-imgwrap img{max-width:100%;max-height:100%;display:block}
.rag-imgph{width:100%;height:100%;background:linear-gradient(90deg,#f2f4f7 0,#eef1f4 50%,#f2f4f7 100%)}
.rag-name{font-weight:600;margin:.5rem 0;min-height:40px}
.rag-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;color:#333}
.rag-brand{opacity:.75;font-size:.9rem}
.rag-price{color:#11875d;font-weight:700}
.rag-btnlink{display:inline-block;margin-top:.25rem;padding:.4rem .6rem;border-radius:8px;background:#111827;color:#fff;text-decoration:none}
.rag-btnlink:hover{background:#0b1320}
.rag-why{margin-top:1rem;font-style:italic;color:#333}

.intimezza-chat .rag-card{border:1px solid #ebedf0!important;border-radius:12px!important;background:#fff!important;padding:.5rem!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}
