.almf-full-controls{ text-align:center; margin:20px 0; }
.almf-loadmore-btn{ padding:10px 22px; border-radius:6px; cursor:pointer; border:0; background:#222; color:#fff; }
.almf-spinner{ display:inline-block; margin:8px 0; }
.almf-spinner .almf-bounce{ width:40px; height:8px; background:#333; animation: almf-bounce 1s infinite; border-radius:4px; opacity:0.7;}
@keyframes almf-bounce { 0%{ transform:scaleX(1); }50%{ transform:scaleX(0.4);}100%{ transform:scaleX(1);} }
.almf-full-item{ display:flex; gap:15px; margin-bottom:18px; align-items:flex-start; }
.almf-full-thumb img{ max-width:140px; height:auto; display:block; }
.almf-end{ color:#888; padding:10px 0; }
