.archive-callout {
  border: 1px solid #dce1e7;
  border-left: 3px solid #337ab7;
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 30px;
  background: #ffffff;
}
.archive-callout .archive-heading {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  color: #333;
}
.archive-callout .archive-text {
  color: #555;
}
.archive-callout .btn {
  font-weight: bold !important;
}
/* Override Views footer blue background on Board Actions */
footer:has(.archive-callout) {
  background: transparent !important;
  padding-top: 0 !important;
}