/* Custom styles to match usm.tools */

:root {
  --bs-primary: #36589C;
  --bs-secondary: #F4DE4C;
  --bs-dark: #36589C;
  --bs-body-bg: #fefefe;
  --bs-link-color: #36589C;
  --bs-link-hover-color: #2b4678;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fefefe;
}

/* Navbar customization */
.navbar-brand {
  font-size: 1.5rem;
}

.navbar.bg-dark {
  background-color: #36589C !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
  font-weight: bold;
}

/* Content styling */
.subtitle {
  color: #36589C;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.content {
  line-height: 1.8;
}

/* Image responsiveness */
img {
  max-width: 100%;
}

/* List styling for browser default lists */
ul.browser-default {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ul.browser-default li {
  margin-bottom: 0.5rem;
}

/* Quote block styling */
cite {
  font-style: italic;
}

/* Footer styling to match usm.tools */
.page-footer {
  background-color: #37474f;
  color: #fefefe;
  padding: 40px 0;
  width: 100%;
}

.page-footer a {
  color: #039be5 !important;
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

.page-footer img {
  margin-bottom: 20px;
}

.page-footer h5 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.page-footer ul {
  margin-bottom: 1rem;
}

.page-footer ul li {
  margin-bottom: 0.5rem;
}

/* Custom spacing utilities */
.mt-3 { margin-top: 1rem; }
.mt-5 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.pb-0 { padding-bottom: 0; }
