﻿/* Shared responsive tweaks for inner menu pages */
body {
  background-color: #111213 !important;
  color: #f8f9fa;
}

body.text-bg-dark {
  background-color: #111213 !important;
  color: #f8f9fa !important;
}

.cover-container,
.site-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header img {
  max-width: 220px;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.featurette {
  background: #17191c;
  border: 1px solid #2d3237;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  row-gap: 0.75rem;
}

.featurette h3,
.featurette h4,
.featurette h5 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.featurette img {
  border-radius: 0.8rem;
}

.featurette-divider {
  display: none;
}

.simple-nav {
  margin: 0.6rem 0 1rem;
}

.simple-nav-track {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.2rem 0.1rem 0.45rem;
  scrollbar-width: thin;
}

.simple-nav-track::-webkit-scrollbar {
  height: 6px;
}

.simple-nav-track::-webkit-scrollbar-thumb {
  background: #3a4047;
  border-radius: 999px;
}

.simple-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  color: #e9ecef;
  border: 1px solid #3a4047;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
  background: #1a1d20;
}

.simple-nav-link.active {
  border-color: #ffc107;
  color: #ffc107;
}

@media (max-width: 767.98px) {
  .cover-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .featurette-divider {
    display: none;
  }

  h2, h3, h4, h5 {
    text-align: left;
  }

  .featurette {
    padding: 0.85rem;
  }

  .simple-nav-link {
    font-size: 0.82rem;
    padding: 0.45rem 0.75rem;
  }
}
