.it-recht-mandantenhinweis {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem max(1rem, calc((100% - 72rem) / 2));
  border-block: 1px solid #b8d8c0;
  background: #eef7f0;
  color: #12351f;
  font: 500 0.875rem/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.it-recht-mandantenhinweis a {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 0.35rem;
}

.it-recht-mandantenhinweis a:focus-visible {
  outline: 3px solid #0b6b36;
  outline-offset: 4px;
}

.it-recht-mandantenhinweis img {
  display: block;
  width: 16.75rem;
  max-width: 100%;
  height: auto;
}

.it-recht-mandantenhinweis p {
  max-width: 32rem;
  margin: 0;
}

@media (max-width: 40rem) {
  .it-recht-mandantenhinweis {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }

  .it-recht-mandantenhinweis img {
    width: min(16.75rem, 78vw);
  }
}

@media (forced-colors: active) {
  .it-recht-mandantenhinweis {
    border: 1px solid CanvasText;
  }
}
