mark {
  background-color: #ff0;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

#page-nav * {
    font-size: 14px;
}

.nav-link {
  color: #3366CC;
  font-size: 19px;
}

.indented {
  padding-left: 20px;
}

.theme-card img {
  width: 100%;
}

/* Scrollbar */

.slim-scroll::-webkit-scrollbar {
  width: 5px;
}

.slim-scroll::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 20px;
}

.slim-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

.slim-scroll-blue::-webkit-scrollbar {
  width: 5px;
}

.slim-scroll-blue::-webkit-scrollbar-thumb {
  background: #00b0ef;
  border-radius: 20px;
}

.slim-scroll-blue::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

/* Layout containers */

#flex-body {
  display: flex;
  flex: 1;
  align-items: start;
}

#content-wrapper {
  flex: 1;
  margin: 0 auto;
  min-width: 0;
  max-width: 1000px;
  overflow-x: auto;
  padding: 0.8rem 20px 0 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

#site-nav,
#page-nav {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--sticky-header-height);
  flex: 0 0 auto;
  max-width: 300px;
  max-height: calc(100vh - var(--sticky-header-height));
  width: 300px;
}

#site-nav {
  border-right: 1px solid lightgrey;
  padding-bottom: 20px;
  z-index: 999;
}

.site-nav-top {
  margin: 0.8rem 0;
  padding: 0 12px 12px 12px;
}

.nav-component {
  overflow-y: auto;
  font-size: 17px;
}

#page-nav {
  border-left: 1px solid lightgrey;
}

@media screen and (max-width: 1299.98px) {
  #page-nav {
    display: none;
  }
}

/* Bootstrap medium(md) responsive breakpoint */
@media screen and (max-width: 991.98px) {
  #site-nav {
    display: none;
  }
}

/* Bootstrap small(sm) responsive breakpoint */
@media (max-width: 767.98px) {
  .indented {
    padding-left: 10px;
  }

  #content-wrapper {
    padding: 0 10px;
  }

  table {
          font-size: 14px;
      }

      th, td {
          padding: 10px 8px;
      }
}

/* Bootstrap extra small(xs) responsive breakpoint */
@media screen and (max-width: 575.98px) {
  #site-nav {
    display: none;
  }
}

/* Hide site navigation when printing */
@media print {
  #site-nav {
    display: none;
  }

  #page-nav {
    display: none;
  }

  /* Reduce font size when printing */
  h1 {
      font-size: 1.2rem !important;
  }
  h2 {
      font-size: 1.0rem !important;
  }
  h3 {
      font-size: 0.9rem !important;
  }
  h4 {
      font-size: 0.8rem !important;
  }
  h5 {
      font-size: 0.7rem !important;
  }
  body {
      font-size: 0.65rem !important;
  }
  .btn {
      font-size: 0.65rem !important;
  }
  img {
      zoom: 0.8;  /* might not work on some browsers */
  }
}

h2,
h3,
h4,
h5,
h6 {
  color: #563517;
}

#developerTitle {
    font-family: "Copperplate";
    color: #660710;
    font-size: 4rem;
}

.developerHeader {
    color: #cc5500;
    font-weight: bold;
    font-size: 2.5rem;
}

.developerHeader2 {
    color: #800000;
    font-size: 2rem;
}

.developerHeader3 {
    color: #7b4019;
    font-size: 1.5rem;
}

.no-bullets {
    font-family: "Verdana";
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

th {
    background: #e6d8c3;
    color: #5d866c;
    font-weight: 600;
    padding: 16px 12px;
    text-align: left;
    font-size: 16px;
    border: none;
}

td {
    padding: 14px 12px;
    border-bottom: 1px solid #e1e5e9;
    vertical-align: top;
    line-height: 1.5;
}

tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Special characters styling */
#special-chars {
    font-family: 'Courier New', monospace;
    background-color: #f1f3f4;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 4px 0;
    border-left: 3px solid #667eea;
    font-size: 14px;
    word-break: break-all;
}

/* Requirement lists styling */
td ul {
    margin: 8px 0;
    padding-left: 20px;
}

td li {
    margin-bottom: 6px;
}

/* Zebra striping for better readability */
tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

td:first-child {
    font-weight: bold;
    color: #f4991a;
    width: 60px;
}

th:nth-child(2), td:nth-child(2) {
    width: 100px;
    font-weight: 600;
}

thead {
    position: sticky;
    top: 0;
}

.styled-contact-table .prefix {
    background-color: #f5f5f0;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.styled-contact-table .field-name {
    font-weight: 600;
    color: #2c3e50;
}

.optional-badge {
    background-color: #fff3cd;
    color: #856404;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ffeaa7;
}

.special-chars {
    font-family: 'Courier New', monospace;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 6px 0;
    border-left: 4px solid #667eea;
    font-size: 13px;
    word-break: break-all;
    line-height: 1.4;
}

.requirements ul {
    margin: 8px 0;
    padding-left: 20px;
}

.requirements li {
    margin-bottom: 4px;
    line-height: 1.4;
}

tbody tr:hover {
    background-color: #f1f3f4;
    transition: background-color 0.2s ease;
}
