/* Shared, page-scoped presentation fixes for DigitalBhai browser tools. */
@media (max-width: 640px) {
  .dbt-has-image-tool .generate-back-to-top {
    display: none !important;
  }
}

/* Image-to-PDF batch actions. */
.dbt-pdf-files__head > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.dbt-pdf-files__head .dbt-pdf-clear {
  border-color: #efc3c7;
  background: #fff7f7;
  color: #9c3540;
}
