.mscdh-inline-actions {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: 6px;
  vertical-align: middle;
}

.mscdh-inline-button,
.mscdh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  border: 1px solid #c8d0d8;
  background: #fff;
  color: #1f2d3d;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.mscdh-inline-button {
  min-width: 23px;
  min-height: 22px;
}

.mscdh-inline-button:hover,
.mscdh-button:hover {
  border-color: #2271b1;
  color: #0a4b78;
}

.mscdh-button:disabled,
.mscdh-button[disabled] {
  cursor: not-allowed;
  opacity: .45;
}

.mscdh-folder-icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 2px;
  box-sizing: border-box;
}

.mscdh-folder-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -2px;
  width: 8px;
  height: 5px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  background: inherit;
}

.mscdh-inline-button .mscdh-folder-icon {
  width: 13px;
  height: 9px;
  border-width: 1px;
}

.mscdh-inline-button .mscdh-folder-icon::before {
  top: -4px;
  left: -1px;
  width: 6px;
  height: 4px;
  border-width: 1px;
  border-bottom: 0;
}

.mscdh-popover {
  position: absolute;
  z-index: 999999;
  max-width: 340px;
  padding: 10px 12px;
  border: 1px solid #c8d0d8;
  border-radius: 6px;
  background: #fff;
  color: #1f2d3d;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .22);
  font-size: 13px;
  line-height: 1.35;
}

.mscdh-popover.is-busy {
  border-color: #2271b1;
}

.mscdh-popover.is-done {
  border-color: #2f8f46;
}

.mscdh-popover.is-warning {
  border-color: #dba617;
}

.mscdh-popover.is-error {
  border-color: #c0392b;
}

.mscdh-download-widget .wpsc-widget-body {
  display: grid;
  gap: 10px;
}

.mscdh-widget-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: baseline;
}

.mscdh-widget-summary strong {
  font-size: 20px;
  line-height: 1;
}

.mscdh-widget-summary span,
.mscdh-widget-summary em,
.mscdh-widget-status {
  color: #667085;
  font-size: 12px;
  font-style: normal;
}

.mscdh-widget-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.mscdh-button[data-mscdh-action="folder"] {
  display: none;
}

.mscdh-folder-capable .mscdh-button[data-mscdh-action="folder"] {
  display: inline-flex;
}

.mscdh-button {
  width: 42px;
  min-height: 34px;
  padding: 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.mscdh-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 20px;
  border-radius: 3px;
  background: #eef5fb;
  color: #0a4b78;
  font-size: 10px;
}

.mscdh-widget-status.is-busy {
  color: #2271b1;
}

.mscdh-widget-status.is-done {
  color: #2f8f46;
}

.mscdh-widget-status.is-warning {
  color: #9a6700;
}

.mscdh-widget-status.is-error {
  color: #c0392b;
}
