/* ============================================================================
 * xtract/plans/xtract-plans.css - Xtract API plan surface
 * ============================================================================
 * Extends /plans/plans.css so Xtract plan cards match the platform plans page.
 * ========================================================================== */

.fx-xtract-plans-page .fx-plans {
  min-height: 100vh;
}

.fx-xtract-plan-grid {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  justify-self: center;
  max-width: 1280px;
  padding-bottom: var(--space-10);
  width: 100%;
}

.fx-xtract-plan-grid .fx-plan-card {
  min-height: 290px;
}

.fx-xtract-plan-grid .fx-plan-button {
  margin-top: var(--space-1);
}

.fx-xtract-use-cases {
  justify-self: center;
  max-width: 1280px;
  width: 100%;
}

.fx-xtract-use-cases .fx-plans-section-title {
  border-bottom: 0;
  justify-items: center;
  padding-bottom: var(--space-2);
  text-align: center;
}

.fx-xtract-use-card {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 170px;
}

.fx-xtract-use-card .fx-feature-card__icon {
  align-items: center;
  background: rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.42);
  border-radius: var(--radius-sm);
  color: var(--accent-lt);
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.fx-xtract-use-card .fx-feature-card__icon svg {
  height: 22px;
  width: 22px;
}

.fx-xtract-use-card h3,
.fx-xtract-use-card p {
  grid-column: 1;
}

@media (max-width: 720px) {
  .fx-xtract-use-card {
    min-height: 150px;
  }
}
