:root {
  --zuora-generic-header-height: 60px !important;
}

body {
  font-family: "Founders Grotesk", Helvitica, sans-serif !important;
}

.cookie-consent-banner {
  padding-bottom: 70px;
}

.updates-dropdown-container,
.custom-metrics-container,
.incidents-list,
.page-footer,
.history-backpage {
  display: none
}

.container {
  max-width: 1140px;
}

.status {
  color: #333333 !important
}

.page-status.status-none {
  margin-bottom: 0 !important
}

.unresolved-incident .incident-title a {
  color: #333333 !important
}

.unresolved-incident {
  background-color: white
}

.components-section .component-container {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: white;
  border: unset !important;
}

.personalized-updates {
  margin-bottom: 70px;
  border: 1px solid #D2DEE7;
}

.personalized-updates .font-large {
  background-color: #D2DEE7;
  padding: 0.85rem 1.25rem 0.75rem;
}

.personalized-updates .entry {
  font-weight: 400;
  background-color: white;
  padding: 0.85rem 1.25rem 0.75rem;
}

.personalized-updates a {
  text-decoration: underline;
}

.personalized-updates .entry {
  display: flex;
}

.personalized-updates .lcol {
  width: 80%
}

.components-container .component-inner-container .component-status {
  color: #333333 !important
}

.components-container .component-inner-container .component-status:before {
  content: "\25CF";
  font-size: large
}

.components-container .component-inner-container.status-green .component-status:before {
  color: #00D2B9
}

.components-container .component-inner-container.status-yellow .component-status:before {
  color: #E0B642
}

.components-container .component-inner-container.status-orange .component-status:before {
  color: #FBD6D3
}

.components-container .component-inner-container.status-red .component-status:before {
  color: #FF4635
}

.components-container .component-inner-container.status-blue .component-status:before {
  color: #b0ceef;
}