/* Hourly Burn Widget Styles */
#wb-hourly-burn.wb-hourly-burn {
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px;
  margin:12px 0;
  background:#fff9f2;
}
#wb-hourly-burn .wb-hb-row { display:flex; gap:12px; align-items:center; }
#wb-hourly-burn .wb-hb-media img { width:96px; height:auto; border-radius:8px; }
#wb-hourly-burn .wb-hb-info { flex:1 1 auto; }
#wb-hourly-burn .wb-hb-title { font-weight:700; font-size:18px; line-height:1.2; margin-bottom:4px; }
#wb-hourly-burn .wb-hb-name { color:#374151; margin-bottom:6px; }
#wb-hourly-burn .wb-hb-price { font-size:16px; font-weight:600; margin-bottom:8px; }
#wb-hourly-burn .wb-hb-countdown { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
#wb-hourly-burn .button.alt { background:#f97316; border:none; border-radius:10px; padding:10px 16px; font-weight:700; color:#fff; cursor:pointer; }
#wb-hourly-burn .button.alt:hover { background:#ea580c; }
/* Responsive */
@media (max-width:640px){
  #wb-hourly-burn { padding:12px; }
  #wb-hourly-burn .wb-hb-row { flex-direction:column; align-items:stretch; }
  #wb-hourly-burn .wb-hb-media img { width:72px; }
  #wb-hourly-burn .button.alt { width:100%; }
}
@media (max-width:400px){
  #wb-hourly-burn .wb-hb-title { font-size:16px; }
  #wb-hourly-burn .wb-hb-price { font-size:15px; }
}
