p {
  margin-bottom: 0.5rem;
}

.rule-of-three-example {
  line-height: 1;
}
.rule-of-three-example b {
  font-size: 1.25rem;
}
.rule-of-three-example small {
  font-size: 0.8em;
}

.btn {
  padding: 0.25rem 1rem;
}

.cookies-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.75rem;
  padding: 0.75rem;
  max-width: 100%;
  width: 450px;
  font-size: 0.875em;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 0.5rem;
  border: solid 1px #eee;
}
.cookies-consent button {
  font-size: 0.875em;
}
.cookies-consent b.title {
  font-size: 1rem;
}
