/* Supporting definitions and resources, shared by the Developer Intelligence family. */
.di-details { padding-top: 80px; padding-bottom: 88px; color: #4a545e; }
.di-details__intro { max-width: 820px; display: grid; gap: 16px; margin-bottom: 32px; }
.di-details h2, .di-resource h2 { color: #1b242c; font-size: var(--text-section); line-height: var(--leading-section); letter-spacing: var(--tracking-display); font-weight: 400; font-family: var(--font-display); }
.di-details h3, .di-resource h3 { color: #1b242c; font-size: var(--text-card); line-height: var(--leading-card); font-weight: 500; }
.di-details p, .di-resource p, .di-resource li { font-size: var(--text-body); line-height: var(--leading-body); }
.di-details a, .di-resource a { color: #4c45c0; text-underline-offset: 4px; }
.di-details a:hover, .di-resource a:hover { text-decoration: underline; }
.di-details a:focus-visible, .di-details summary:focus-visible, .di-resource a:focus-visible, .di-details__table:focus-visible { outline: 3px solid #8e87fe; outline-offset: 5px; }
.di-details__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 32px 0; }
.di-details__grid article { border-top: 2px solid #4c45c0; padding-top: 20px; }
.di-details__grid h3 { margin-bottom: 12px; }
.di-details__table { overflow-x: auto; max-width: 100%; margin: 32px 0; border: 1px solid #e0e4ec; }
.di-details table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: var(--text-secondary); line-height: var(--leading-secondary); text-align: left; }
.di-details caption { text-align: left; padding: 16px 20px; font-weight: 500; color: #1b242c; background: #f6f8fc; }
.di-details th, .di-details td { padding: 16px 20px; border-top: 1px solid #e0e4ec; vertical-align: top; }
.di-details th { color: #1b242c; font-weight: 500; }
.di-details thead { background: #f6f8fc; }
.di-details__questions { max-width: 900px; margin: 48px 0 32px; }
.di-details__questions h3 { margin-bottom: 16px; }
.di-details details { border-top: 1px solid #e0e4ec; padding: 18px 0; }
.di-details details:last-child { border-bottom: 1px solid #e0e4ec; }
.di-details summary { cursor: pointer; color: #1b242c; font-weight: 500; font-size: var(--text-body); line-height: var(--leading-body); }
.di-details details p { padding: 14px 0 0; }
.di-details__resources { display: flex; flex-wrap: wrap; gap: 12px 28px; padding-top: 16px; }
.di-details__resources h3 { flex-basis: 100%; }
.di-details__resources a { display: inline-flex; gap: 8px; align-items: baseline; font-size: var(--text-body); line-height: var(--leading-body); font-weight: 500; }
.di-details__example { background: #f6f8fc; border-left: 3px solid #4c45c0; padding: 28px; display: grid; gap: 16px; scroll-margin-top: 120px; }
.di-details .di-details__note { font-size: var(--text-secondary); color: #6b7585; }
body main .di-hero .seo-breadcrumbs a { color: #d7d6f5; }
body main .di-hero .seo-breadcrumbs a:hover { color: #fff; }
body main .di-details__grid h3 { margin-bottom: 12px; }
body main .di-details__questions h3 { margin-bottom: 16px; }
body main .di-checklist h2 { margin: 48px 0 24px; }
body main .di-checklist h3 { margin: 32px 0 20px; }
body main .di-checklist p, body main .di-checklist ul { margin-bottom: 20px; }
.di-module-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.di-module-grid a { display: block; height: 100%; padding: 24px; border: 1px solid #e0e4ec; color: #1b242c; transition: border-color .2s, background .2s; }
.di-module-grid a:hover { background: #f6f8fc; border-color: #4c45c0; }
.di-module-grid strong { display: block; font-size: var(--text-body); font-weight: 600; margin-bottom: 10px; }
.di-module-grid span { font-size: var(--text-secondary); line-height: var(--leading-secondary); color: #4a545e; }
.di-module-grid a:focus-visible { outline: 3px solid #8e87fe; outline-offset: 3px; }
.di-example-action { flex-shrink: 0; text-decoration: none; }
.di-example-action:focus-visible { outline: 3px solid #ffffff; outline-offset: 4px; }
.di-resource { max-width: 960px; }
.di-resource section { display: grid; gap: 20px; padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid #e0e4ec; scroll-margin-top: 120px; }
.di-resource h3 { margin-top: 8px; }
.di-resource ul, .di-resource ol { padding-left: 24px; }
.di-resource code { font-size: .9em; overflow-wrap: anywhere; }
.di-resource pre { padding: 24px; background: #f6f8fc; border: 1px solid #e0e4ec; overflow-x: auto; font-size: var(--text-secondary); line-height: var(--leading-secondary); }
.di-resource__hero .di-hero__inner { display: block; }
.di-resource__hero .di-hero__copy { max-width: 880px; }
.di-resource__hero .di-hero__title { max-width: 880px; }
.di-checklist { max-width: 1200px; }
.di-checklist h2 { margin: 48px 0 24px; }
.di-checklist h3 { margin: 32px 0 20px; }
.di-checklist p, .di-checklist ul { margin-bottom: 20px; }
.di-checklist > table { display: block; overflow-x: auto; min-width: 0; margin: 24px 0 40px; border: 1px solid #e0e4ec; }
.di-checklist table th, .di-checklist table td { min-width: 120px; }
.di-checklist table thead th:nth-child(2), .di-checklist table tbody td:nth-child(2) { min-width: 60px; }
.di-public-note { color: #6b7585; font-size: var(--text-secondary); line-height: var(--leading-secondary); padding-top: 20px; }
.di-public-note a { color: #4c45c0; text-decoration: underline; }
.page-askai .aa-composer { flex-wrap: wrap; }
@media (max-width: 1024px) { .di-module-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 700px) {
  .di-hero--center .di-hero__copy { width: 100%; max-width: 100%; min-width: 0; }
  .di-hero--center .di-hero__title, .di-hero--center .di-hero__sub { max-width: 100%; min-width: 0; }
  .di-hero--center .di-hero__eyebrow { max-width: 100%; white-space: normal; }
  .di-details { padding-top: 48px; padding-bottom: 56px; }
  .di-details__grid { grid-template-columns: 1fr; }
  .di-module-grid { grid-template-columns: 1fr; }
  .di-details__example { padding: 20px; }
  .di-resource pre { padding: 16px; }
  .page-askai .hero-composer-text { flex: 1; min-width: 180px; }
  .page-askai .di-example-action { width: 100%; justify-content: center; }
}
