﻿/* Shared 3270 suite docs refinements */
:root {
  --md-primary-fg-color: #0f766e;
  --md-accent-fg-color: #06b6d4;
}

.md-header__title {
  font-weight: 600;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: -0.01em;
}

.md-typeset img {
  border-radius: 10px;
  border: 1px solid var(--md-default-fg-color--lightest);
}

.md-typeset .doc-medal-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.md-typeset img.doc-medal {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .md-typeset .doc-medal-wrap img.doc-medal {
    width: 960px;
    max-width: none;
  }
}
