:root {
  --ppb-primary: #0d6efd;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.hero {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

.provider-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: 1px solid #eee;
}

.provider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.provider-logo-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 0.75rem;
}

.provider-logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.provider-logo-fallback {
  width: 56px;
  height: 56px;
  font-size: 1.25rem;
}

.step-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ppb-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.admin-sidebar .nav-link.disabled {
  opacity: 0.5;
}
