/* QubixPay brand mark */
.qp-logo {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 14px;
}

.qp-logo--sm {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
}

.qp-logo--lg {
  width: 2.75rem;
  height: 2.75rem;
}

.qp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.qp-brand:focus-visible {
  outline: 2px solid #10b981;
  outline-offset: 3px;
  border-radius: 12px;
}

.dash-brand-icon {
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.dash-brand-icon .qp-logo {
  width: 2.75rem;
  height: 2.75rem;
}

.qp-logo-full {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}
