/* Mobile-first UI */
.arpp-box{margin:24px 0;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.arpp-title{font-size:18px;font-weight:700;margin-bottom:12px}
.arpp-item{display:flex;gap:12px;margin-bottom:12px}
.arpp-item img{width:96px;height:64px;border-radius:8px;object-fit:cover}
.arpp-item a{color:#111;font-weight:600;text-decoration:none}
.arpp-also-read{padding:12px;border-left:4px solid #2563eb;background:#f8fafc;margin:20px 0}
.arpp-ad{margin:20px 0;text-align:center}

@media(min-width:768px){
  .arpp-item img{width:140px;height:90px}
}
