.p-declaration-sign::before {
  content: "";
  display: block;
  width: 72%;
  min-height: 48px;
  margin: -52px auto 3px;
  background: url("/static/assets/carimbo-climesa.png") center bottom / contain no-repeat;
}

body:has(#doc-omit-stamp:checked) .p-declaration-sign::before {
  display: none;
}
