/* TIL OBS-BESKEDER */
.asset_text-body--obs {
	margin: 10px;
}
.asset_text-body--obs .rich-text {
  padding: 20px 20px 10px 20px;
  background: #eee9e5;
  text-align: center;
  text-wrap-style: balance;
  font-size: clamp(1.125rem, 0.9506rem + 0.7442vw, 1.625rem);
  line-height: normal;
  border: 5px solid hsl(var(--identity-color-h), var(--identity-color-s), var(--identity-color-l), 1);
}
.asset_text-body--obs .rich-text h2, .asset_text-body--obs .rich-text h3 {
    color: initial;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    font-size: revert;
}
.asset_text-body--obs .rich-text a:hover {
    text-underline-offset: 0.3em;
}