.outage-shell > .admin-duty-shell {
  flex: 0 0 auto;
  padding-bottom: 0 !important;
}

.outage-shell > .admin-duty-shell > .top {
  margin-bottom: 0 !important;
}

.admin-duty-shell + main .outage-hero {
  padding-top: 26px;
}

body.dark .outage-shell > .admin-duty-shell > .top {
  border-color: var(--line) !important;
  background: rgba(24, 34, 29, .94) !important;
}

body.dark .outage-shell > .admin-duty-shell .toolbar {
  border-color: var(--line) !important;
  background: var(--surface-soft) !important;
}

@media (max-width: 560px) {
  .outage-shell > .admin-duty-shell {
    padding: 14px 14px 0 !important;
  }

  .admin-duty-shell + main .outage-hero {
    padding-top: 20px;
  }
}
