.istores-enterprise-security {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  margin: 2px 0 4px;
}

.istores-enterprise-turnstile {
  max-width: 100%;
  width: 100%;
}

.istores-enterprise-security-status {
  color: #52616b;
  font-family: Almoni, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  min-height: 19px;
  text-align: center;
}

.istores-enterprise-security-status.is-error {
  color: #b42318;
}

@media (max-width: 767px) {
  .istores-enterprise-security {
    margin-bottom: 2px;
  }
}
