body p.development-notice.development-notice {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(113, 214, 168, 0.42);
  border-radius: 999px;
  background: rgba(7, 35, 24, 0.78);
  color: #d9f1df;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body p.development-notice.development-notice::before {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #71d6a8;
  box-shadow: 0 0 0 0.2rem rgba(113, 214, 168, 0.16);
  content: "";
}

body p.prototype-notice.prototype-notice {
  width: 100%;
  max-width: 72ch;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(181, 38, 52, 0.28);
  border-left: 0.28rem solid #b52634;
  border-radius: 0.7rem;
  background: rgba(181, 38, 52, 0.08);
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: left;
}

body p.prototype-notice.prototype-notice strong {
  color: #a51f2d;
}

@media (max-width: 30rem) {
  body p.development-notice.development-notice {
    border-radius: 0.8rem;
    font-size: 0.6rem;
    letter-spacing: 0.075em;
  }

  body p.prototype-notice.prototype-notice {
    padding: 0.75rem 0.85rem;
  }
}
