.vt-status[hidden] {
  display: none !important;
}

.vt-status {
  box-sizing: border-box;
  min-height: 36px;
  max-width: 100%;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 5px;
  border: 1px solid rgba(22,163,74,.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34,197,94,.18), rgba(34,197,94,.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.46), 0 6px 18px rgba(22,163,74,.10);
  color: #08783d;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#virusTotalStatusText {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.vt-brand,
.vt-separator,
.vt-state {
  flex: none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.vt-separator {
  white-space: pre;
  opacity: .72;
}

.vt-state-mobile {
  display: none;
}

.vt-status:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(34,197,94,.14), rgba(82,115,255,.09));
  border-color: rgba(34,197,94,.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.40), 0 7px 20px rgba(22,131,71,.07);
}

.vt-status:focus-visible {
  outline: 2px solid rgba(82,115,255,.28);
  outline-offset: 3px;
}

.vt-status.is-warning {
  color: #c35f00;
  background: rgba(245,158,11,.11);
  border-color: rgba(245,158,11,.28);
}

.vt-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 1;
  opacity: .62;
}

html[data-theme="dark"] .vt-status {
  color: #6ee29d;
  background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(82,115,255,.08));
  border-color: rgba(100,217,148,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 5px 16px rgba(0,0,0,.10);
}

html[data-theme="dark"] .vt-status:hover {
  background: linear-gradient(135deg, rgba(34,197,94,.16), rgba(82,115,255,.11));
  border-color: rgba(100,217,148,.34);
}

html[data-theme="dark"] .vt-status.is-warning {
  color: #f6b94f;
  background: rgba(245,158,11,.13);
  border-color: rgba(246,185,79,.28);
}

.download-stack > .vt-status {
  margin-bottom: 12px;
}

@media (max-width:680px) {
  .vt-status {
    min-height: 34px;
    padding: 0 12px;
    font-size: .70rem;
  }
}

@media (max-width:430px) {
  .vt-status {
    min-height: 33px;
    padding: 0 11px;
    gap: 4px;
    font-size: .69rem;
  }

  .vt-state-desktop {
    display: none;
  }

  .vt-state-mobile {
    display: inline;
  }

  .vt-chevron {
    width: 9px;
    height: 9px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-status {
    transition: none;
  }
}
