.md-header__topic {
  display: none !important;
}

:root>* {
  --md-primary-fg-color: #D92D20;
  --md-primary-fg-color--light: #FFE3E3;
  --md-primary-fg-color--dark: #B3190C;
}

.md-nav__title {
  display: none !important;
}

.img-bordered {
  border: 2px solid #000;
  border-radius: 6px;
  padding: 2px;
}

.md-header {
  position: relative;
}

.md-header::after {
  content: "Help Center";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.6px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
}

@media (max-width: 600px) {
  .md-header::after {
    font-size: 1rem;
  }
}

.q24-beta-btn {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  margin-right: 10px;

  border: 2px solid #000000;
  border-radius: 10px;

  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;

  background: #000000;
  z-index: 6;
}

.q24-beta-btn:hover {
  background: #333333;
}

@media (max-width: 600px) {
  .q24-beta-btn {
    height: 30px;
    padding: 0 10px;
    font-size: 0.85rem;
    margin-right: 8px;
  }
}

/* Custom Navigation Styling */
/* Style for section titles (non-link items in nav) */
.md-nav__item--nested>.md-nav__link {
  font-weight: 700;
  text-transform: uppercase;
  color: #383e42;
  /* Anthracite */
  opacity: 1;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

/* Adjustment for the first item to avoid double spacing if needed, though usually fine */
.md-nav__item--nested:first-child>.md-nav__link {
  margin-top: 0.5em;
}