/* 1Password — layout provided by service-shell.css */

.onepass-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.onepass-audience-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
}

.onepass-audience-icon {
  font-size: 1.75rem;
  margin-bottom: 0.6rem;
}

.onepass-audience-role {
  font-weight: 700;
  font-size: 0.95rem;
  color: #111;
  margin-bottom: 0.15rem;
}

.onepass-audience-type {
  font-size: 0.78rem;
  font-weight: 600;
  color: #b35000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.onepass-audience-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.onepass-audience-card li {
  font-size: 0.87rem;
  color: #444;
  line-height: 1.55;
  margin-bottom: 0.35rem;
}

/* ── STACHE MIGRATION BANNER ── */
.onepass-migrate-banner {
  background: #fff8f0;
  border: 1px solid #f5a461;
  border-radius: 10px;
  padding: 1.75rem 2rem;
  margin-top: 1.5rem;
}

.onepass-migrate-timeline {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.onepass-migrate-step {
  flex: 1;
  min-width: 160px;
}

.onepass-migrate-date {
  font-size: 1.05rem;
  font-weight: 800;
  color: #b35000;
  margin-bottom: 0.35rem;
}

.onepass-migrate-label {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
}

.onepass-migrate-arrow {
  font-size: 1.5rem;
  color: #c8b49a;
  flex-shrink: 0;
}
