#global > .relative {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.dashboard-container > .container {
  padding-bottom: 5rem;
}

header > .container {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

header a.flex.items-center.gap-3 > div:first-child {
  width: min(14rem, 58vw);
  height: 3.5rem;
}

header a.flex.items-center.gap-3 img {
  object-position: left center;
  filter: none;
}

.dark header a.flex.items-center.gap-3 img {
  filter: brightness(0) invert(1);
}

header a.flex.items-center.gap-3 > div:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

footer {
  margin-top: 2rem;
}

footer a[title="Gatus on GitHub"] {
  display: none;
}

.text-emerald-800 {
  color: rgb(34 197 94);
}

@media (max-width: 640px) {
  header a.flex.items-center.gap-3 > div:first-child {
    width: min(12rem, 62vw);
    height: 3rem;
  }

  .dashboard-container > .container {
    padding-bottom: 3.5rem;
  }
}
