.company-identification {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.75rem max(1rem, env(safe-area-inset-right)) calc(0.75rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  color: #6b7280;
  font-family: inherit;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.company-identification p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.35em;
  margin: 0;
  overflow-wrap: anywhere;
}

.company-identification__tax-id {
  white-space: nowrap;
}

.company-identification__copyright {
  flex-direction: column;
  margin-top: 0.2rem;
  color: #9ca3af;
}

@media (max-width: 320px) {
  .company-identification__tax-id {
    white-space: normal;
  }
}
