/* ========================================================================== 
   static/dash/offer_api.css
   Dedicated API offer stylesheet. API is intentionally scaffold-only.
   Future documentation, tools, endpoint tables and examples stay here.
   ========================================================================== */

.offer-root--api .offer-family-card{
  border-color:rgba(255,255,255,.075) !important;
  background:rgba(0,0,0,.72) !important;
}

.offer-root--api .offer-family-cta.is-disabled{
  opacity:.78 !important;
}

/* Reserved namespaces for future API UI. */
.offer-api-docs,
.offer-api-tools,
.offer-api-endpoints,
.offer-api-auth,
.offer-api-examples{
  position:relative;
  min-width:0;
}
