.rap-auction-gallery{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:16px 0}
.rap-auction-gallery img{max-width:260px;height:auto;border:1px solid #ddd;padding:6px;border-radius:6px}
.rap-auction-panel{border:1px solid #eee;background:#fff;padding:16px;margin:12px 0}
.rap-info h3{margin-top:0}
.rap-bid-list{padding-left:20px}
.rap-bid-time{color:#666;margin-left:6px}
#rap-message{margin-top:8px;font-weight:600}
.rap-admin-tools{margin-top:16px;padding-top:12px;border-top:1px dashed #ddd}
.rap-refresh-btn{margin-left:6px}
#rap-countdown.rap-urgent{ color:#d00; font-weight:700; }
/* Recent auctions grid */
.rap-recent{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:16px 0}
.rap-card{display:flex;flex-direction:column;text-decoration:none;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}
.rap-card-img{height:140px;background-size:cover;background-position:center}
.rap-card-img--placeholder{display:flex;align-items:center;justify-content:center;color:#777;background:#f6f6f6}
.rap-card-body{padding:10px}
.rap-card-title{font-weight:600;margin-bottom:6px;color:#111}
.rap-card-meta{font-size:12px;color:#666;margin-bottom:6px}
.rap-card-price{font-size:16px;font-weight:700;color:#111}
.rap-badge{display:inline-block;padding:2px 6px;border-radius:999px;font-size:11px;border:1px solid #ddd;background:#fafafa;margin-right:6px}
.rap-badge--open{border-color:#3aa65533;color:#267c3a;background:#eaffea}
.rap-badge--ended{border-color:#9993;color:#666;background:#f3f3f3}
.rap-home-recent-wrap{margin-top:24px}
.rap-home-recent-title{margin:0 0 8px 0;font-size:1.25rem}


/* Footer "Ending soon" strip */
.rap-footer-recent{border-top:1px solid #eee;margin-top:24px;padding:14px 0;background:#fafafa}
.rap-footer-inner{max-width:1200px;margin:0 auto;padding:0 16px}
.rap-footer-title{font-weight:700;margin-bottom:8px;font-size:14px;color:#333}
.rap-footer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.rap-footer-card{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;gap:6px;text-decoration:none;border:1px solid #e8e8e8;background:#fff;border-radius:8px;padding:6px}
.rap-footer-thumb{width:48px;height:48px;border-radius:6px;background:#f2f2f2;background-size:cover;background-position:center;grid-row:1/3}
.rap-footer-thumb--ph{display:flex;align-items:center;justify-content:center;font-size:11px;color:#777}
.rap-footer-titleline{font-size:13px;line-height:1.2;color:#111}
.rap-footer-meta{font-size:12px;color:#555}
@media (max-width:600px){
  .rap-footer-grid{grid-template-columns:1fr}
}


/* Ensure the 'Ending soon' bar appears flush at top of theme footer area */
.rap-footer-recent{margin-top:0;padding-top:16px;border-top:none;border-bottom:1px solid #eee}
.rap-footer-thumb{background-color:#f0f0f0}


/* Footer image thumb (img element) */
.rap-footer-thumbimg{width:48px;height:48px;border-radius:6px;object-fit:cover;grid-row:1/3;background:#f2f2f2}

/* Above-footer spacing (appears before theme footer) */
.rap-footer-recent{margin-bottom:16px}
