/* Light visual polish for Material theme CTAs and docs consistency */

/* Keep primary/secondary CTA buttons readable and evenly spaced */
.md-typeset .md-button {
  margin: 0.35rem 0.5rem 0.35rem 0;
}

.md-typeset .md-button--primary {
  font-weight: 600;
}

/* Tighter language switcher line under page titles */
.md-typeset > p:first-of-type {
  margin-top: 0.25rem;
}

/* Soften wide tables on small screens without breaking layout */
.md-typeset table:not([class]) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
