.component-inner-container .uptime-90-days-wrapper {
  display: none
}

.one-column  .component-container:has(> div[data-component-id="pb2r762161df"]) .component-inner-container {
  display: none;
}


/*
Find component-container that contains the component with ID pb2r762161df (PSPs) and add a margin at the top.
*/
.one-column  .component-container:has(> div[data-component-id="pb2r762161df"]) {
  margin-top: 1em;
  background: #eeeeee;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}


/*
Find component-container that contains the component with ID pb2r762161df (PSPs) and apply a background to
all subsequent siblings.
*/
.one-column  .component-container:has(> div[data-component-id="pb2r762161df"]) ~ div {
  background: #eeeeee;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}