.knox-tamper-switch-note {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #555;
  display: flex;
  gap: 0.35rem;
  align-items: center;
  width: fit-content;
  margin-right: 3rem;
  opacity: 0.9;

  a {
    text-decoration: underline;
    color: #1c458f;
  }

  svg {
    flex-shrink: 0;
  }
}
