/* Dedicated page CSS: /trends/how-issuers-verify-ai-agents-during-authorization */
@import url("/assets/affix-page-trends.css?v=20260717w");

.trends-hub-page--issuers-auth {
  --iss-ink: #101317;
  --iss-muted: #5a6570;
  --iss-line: #d5dbe3;
  --iss-card: #ffffff;
  --iss-band: #eef2f6;
  --iss-verdict: #1a4d6d;
  --iss-bronze: #8a6742;
}

.trends-hub-page--issuers-auth .tr-definition {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.55;
  max-width: 48rem;
}

.trends-hub-page--issuers-auth .iss-flow {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: iss-step;
}

.trends-hub-page--issuers-auth .iss-flow li {
  counter-increment: iss-step;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--iss-line);
  border-radius: 10px;
  background: var(--iss-card);
}

.trends-hub-page--issuers-auth .iss-flow li::before {
  content: counter(iss-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--iss-verdict) 12%, #fff);
  color: var(--iss-verdict);
  font-weight: 700;
  font-size: 0.9rem;
}

.trends-hub-page--issuers-auth .iss-flow h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--iss-ink);
}

.trends-hub-page--issuers-auth .iss-flow p {
  margin: 0;
  color: var(--iss-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.trends-hub-page--issuers-auth .iss-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--iss-line);
  border-radius: 10px;
  background: var(--iss-card);
}

.trends-hub-page--issuers-auth .iss-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 36rem;
  font-size: 0.88rem;
}

.trends-hub-page--issuers-auth .iss-table th,
.trends-hub-page--issuers-auth .iss-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--iss-line);
  vertical-align: top;
  line-height: 1.45;
}

.trends-hub-page--issuers-auth .iss-table th {
  background: var(--iss-band);
  color: var(--iss-ink);
  font-weight: 700;
}

.trends-hub-page--issuers-auth .iss-table tr:last-child td {
  border-bottom: 0;
}

.trends-hub-page--issuers-auth .iss-table td:first-child {
  font-weight: 650;
  color: var(--iss-ink);
  white-space: nowrap;
}

.trends-hub-page--issuers-auth .iss-cite {
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--iss-verdict);
  background: color-mix(in srgb, var(--iss-verdict) 6%, #fff);
  color: var(--iss-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.trends-hub-page--issuers-auth .iss-cite a {
  color: var(--iss-verdict);
  font-weight: 600;
}

.trends-hub-page--issuers-auth .iss-code {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: #101317;
  color: #e8ecf2;
  font-family: ui-monospace, "IBM Plex Mono", Menlo, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  overflow-x: auto;
  white-space: pre;
}

@media (max-width: 720px) {
  .trends-hub-page--issuers-auth .iss-flow li {
    grid-template-columns: 2.25rem 1fr;
    padding: 0.85rem 0.9rem;
  }

  .trends-hub-page--issuers-auth .iss-table td:first-child {
    white-space: normal;
  }
}
