.md-banner {
  background: #000;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
  position: relative;
  z-index: 1000;
  border: none;
}

.md-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.md-banner a {
  color: #00d4aa;
  text-decoration: none;
  font-weight: 500;
  margin-left: 0.5rem;
}

.md-banner a:hover {
  color: #00bfa5;
  text-decoration: underline;
}

/* Tab styling - full border around tabbed content */
.tabbed-set {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 1.5em;
  padding: 0 1em 1em 1em;
}
.tabbed-set .tabbed-content {
  padding-top: 0.5em;
}
[data-md-color-scheme="slate"] .tabbed-set {
  border-color: #404040;
}
