.legend-item.legend-item-uptime-value{
 display: none;
}
.shared-partial.uptime-90-days-wrapper .legend .spacer{
  display: none;
}
.components-uptime-link{
  display: none;
}

.month-uptime {
  display: none;
}

a[aria-label="Uptime"] {
  display: none !important;
}



.logo-container img{
  max-width: 40%;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.layout-content.status .custom-header-container {
  margin-bottom: 0px;
}

.header-container {
  margin: 50px auto 0 auto;
  max-width: 850px;
}

.header {
  background-color: #ffffff;
  padding: 16px 24px;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 48px;
  width: auto;
}

.subscribe-btn {
  background-color: white;
  border: 1px solid;
  border-color: rgb(179, 186, 197);
  border-radius: 7px;
  padding: 7.5px 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.subscribe-btn:empty {
  display: none;
}

.subscribe-btn:hover {
  background-color: rgb(179, 186, 197);
}


.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
}

.about-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 16px;
}

.about-content p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 12px;
}

.about-content a {
  color: #207ab6;
  text-decoration: none;
}

.about-content a:hover {
  text-decoration: underline;
}

.about-content .secondary-text {
  color: #6b6b6b;
}