.explore-question-card{width:100%;text-align:left;font-size:13px;line-height:1.4;color:var(--text-secondary);padding:7px 12px;border-radius:8px;border:.5px solid #e2e8f0;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer;font-family:inherit;transition:background .12s,color .12s,box-shadow .12s}.explore-question-card:hover{background:#f8fafc;color:var(--text-primary);box-shadow:0 1px 3px rgba(0,0,0,.08)}