body { font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif; }
.navbar-brand { font-weight: 600; }
pre { white-space: pre-wrap; }

.portal-logo { object-fit: contain; }
.nav-logo { height: 30px; width: auto; }
.login-logo { max-height: 64px; width: auto; }


.provider-logo {
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

.provider-cell .provider-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
  background: #fff;
  object-fit: contain;
  padding: 4px;
}

.provider-logo.placeholder {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px dashed var(--bs-border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #6c757d;
}
