.amgs-brand { gap: 11px; }

.amgs-mark {
  position: relative;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  background: #070d18 !important;
  box-shadow: 0 12px 28px rgba(7,13,24,.18);
}

.amgs-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/brand/amgs_logo_512.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.amgs-live-dot {
  width: 24px !important;
  height: 24px !important;
  border-radius: 8px !important;
  background-image: url('/assets/brand/amgs_logo_512.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #070d18 !important;
}

.amgs-livebar.is-working .amgs-live-dot,
.amgs-working .amgs-mark {
  animation: amgsPulse 1.15s ease-in-out infinite;
}
