*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.placeholder-banner {
  background: #fff7d6;
  border-bottom: 1px solid #e7d68a;
  color: #5b4a00;
  font: 13px/1.4 system-ui, -apple-system, "Segoe UI", sans-serif;
  padding: 8px 16px;
  text-align: center;
}

.placeholder-banner a {
  color: inherit;
  text-decoration: underline;
}
