/* === base.css === */
body {
    height: 100vh;
}

h1 {
    margin-bottom: 50px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline;
    max-width: 50%;
}
.notification-badge {
  display: inline-block;
  min-width: 19px;
  padding: 2px 7px;
  margin-left: 7px;
  font-size: 0.92em;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
  border-radius: 1em;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07);
  line-height: 1.2;
}

/* Visually hidden helper for accessibility */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.no-content-message {
    text-align: center;
    color: #888;
    font-size: 1.06em;
    padding: 2.2em 1em;
}


