[data-md-color-primary=white] {
  --md-typeset-a-color: var(--md-accent-fg-color) !important;
}

img[alt="logo"] {
    width: auto !important;
    height: 0.7rem !important;
}

.md-header__button.md-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 60em) {
  .nav-text {
    display: none;
  }
}

.md-feedback__prompt {
  margin-bottom: .3em;
  margin-top: .3em;
  font-size: .8rem;
}

.md-feedback__text {
  display: inline-block;
  vertical-align: middle;
}

.md-feedback__button {
  cursor: pointer;
  color: var(--md-typeset-color) !important;
}

.md-feedback__icon {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

#article-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback-selected {
  color: var(--md-accent-fg-color) !important;
}