/*
 * Jakarta Agentic AI project site.
 *
 * Layers on top of https://jakarta.ee/css/styles.v2.css, which supplies the toolbar,
 * navigation, grid, typography, tables, code highlighting, and footer. Only the two
 * components that stylesheet has no equivalent for live here.
 */

/* ---------- milestone banner ---------- */

.milestone-banner {
  margin: 0 0 30px;
  padding: 15px 20px;
  background: #f7f8f9;
  border-left: 4px solid #f7941e;
  line-height: 1.6;
}
.milestone-banner .label {
  margin-right: 8px;
  font-family: Menlo, Consolas, "Liberation Mono", monospace;
  vertical-align: baseline;
}

/* ---------- workflow phases ---------- */

.agent-flow {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px;
  padding: 0;
}
.agent-flow li {
  flex: 1 1 170px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #dfe3e6;
  border-top: 3px solid #f7941e;
  border-radius: 4px;
}
.agent-flow li code {
  display: block;
  padding: 0;
  background: none;
  border: 0;
  font-weight: 600;
}
.agent-flow li span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #6c757d;
}

/* ---------- tweaks ---------- */

.api-table td:first-child { white-space: nowrap; }
.api-table code { background: none; padding: 0; border: 0; }

.download-list { line-height: 1.9; }

@media (max-width: 767px) {
  .agent-flow li { flex-basis: 100%; }
}
