/* Almarifa Widgets - minimal flat styling (inherits theme fonts/colors) */
.amw-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}
.amw-item{margin:0}
.amw-link{display:flex;gap:.65rem;align-items:flex-start;text-decoration:none}
.amw-thumb{flex:0 0 auto;border-radius:10px;object-fit:cover;background:#f2f2f2}
.amw-thumb--ph{display:inline-block;border-radius:10px;background:linear-gradient(90deg,#f3f3f3,#fafafa,#f3f3f3)}
.amw-body{display:flex;flex-direction:column;gap:.25rem;min-width:0}
.amw-title{font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amw-meta{font-size:.85rem;opacity:.75}
.amw-excerpt{margin:0;font-size:.92rem;opacity:.85;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amw-empty{margin:0;opacity:.7}
