/* Standardise Material content tabs across the docs site. */
.md-typeset .tabbed-set {
  margin-top: 1.25rem;
}

.md-typeset .tabbed-labels > label {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.55rem 0.7rem 0.5rem;
}

.md-typeset .tabbed-content {
  padding-top: 0.75rem;
}
