/* Kill WoodMart progress/percentage bubble near our download button */
a.direct-download::after,
a.direct-download .wd-progress,
a.direct-download .wd-progress-count,
a.direct-download + .wd-progress,
a.direct-download + .wd-btn-progress,
.single-product .wd-progress,
.single-product .wd-progress-count,
.single-product [role="progressbar"],
.single-product .wd-btn-progress,
.single-product .progress { 
  display: none !important; 
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Keep your red rounded style intact (in case theme overrides) */
a.button.direct-download {
  background-color: #d32f2f !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border: none !important;
}
a.button.direct-download:hover {
  background-color: #b71c1c !important;
  color: #ffffff !important;
}
