/*
 * Additional customizations for the Defining Tipping Points and Transformation documentation site.
 *
 * This file replaces the stylesheet that used to be generated by the
 * bootstrap automation workflow.  It intentionally keeps the overrides
 * lightweight so that future teams can extend them as needed while
 * ensuring MkDocs always has a valid asset to load during builds.
 */

:root {
  /* Provide a subtle brand accent that matches the ESIIL palette. */
  --oasis-accent: #135d7f;
}

/* Make hero images and other wide media scale gracefully. */
.md-content img {
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Improve the spacing for long bullet lists used in the templates. */
.md-typeset ul {
  margin-bottom: 0.8em;
}

/* Highlight inline code a little more to help with command visibility. */
.md-typeset code {
  background-color: rgba(19, 93, 127, 0.08);
  border-radius: 4px;
  padding: 0.1rem 0.25rem;
}
