/* minimal styles for list/cards */
.otr-user-storys ul.otr-story-list{list-style:none;padding:0;margin:0}
.otr-story-item{display:flex;gap:12px;padding:12px;border-bottom:1px solid #eee;align-items:center}
.otr-thumb{width:120px;height:120px;object-fit:cover;border-radius:8px}
.otr-actions{margin:12px 0}
.otr-approved{color:#090}
.otr-pending{color:#d00}
.otr-draft{color:#999}
.otr-actions-right{margin-left:auto}
.otr-view{text-decoration:none;font-size:20px}
