.fds-network-bar {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.1rem;
  padding: 1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  color: #fff;
  background: #0d0d0d;
  font: 600 .82rem/1.5 "Segoe UI", Arial, sans-serif;
  text-align: center;
}

.fds-network-bar a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .48);
  text-underline-offset: .2em;
}

.fds-network-bar a:hover,
.fds-network-bar a:focus-visible {
  text-decoration-color: currentColor;
}

.hostinger-form-status {
  margin-top: .75rem;
  font-size: .92rem;
  line-height: 1.45;
}

.hostinger-form-status.is-success {
  color: #14783b;
}

.hostinger-form-status.is-error {
  color: #a52222;
}

@media (max-width: 520px) {
  .fds-network-bar {
    align-items: center;
    flex-direction: column;
    gap: 0.35rem 0.75rem;
    padding: 0.75rem max(0.85rem, env(safe-area-inset-right)) max(0.85rem, env(safe-area-inset-bottom)) max(0.85rem, env(safe-area-inset-left));
    font-size: 0.78rem;
    line-height: 1.4;
  }
}
