:root {
/* commonly used colour across turas design system, but doesn't exist as a variable */
  --turas-dark-blue: #0556ad;
}

/**
 * Application-specific custom styles
 * Keep customizations minimal - prefer using Turas components and bootstrap utility classes
 */

footer .footer-build-info {
  color: rgb(141 156 171);
  opacity: 0.8;
}

/* image sizes to avoid using inline styles in the markup */
#universal-nav .navbar-brand img {
  width: 85px;
}

.ms-logo {
  width: 44px;
}

/* Page contents navigation */

#page-contents ul li a {
  color: var(--turas-dark-blue);
}

#page-contents ul li a:hover {
  background: none;
  border-color: transparent;
  text-decoration: underline;
}

/* cookie banner */

.cookie-banner {
  background-color: var(--bs-gray-200); /* closest match to #EBEBEB; */
  border-color: var(--turas-dark-blue) !important;
}

/* Fixes layout shifting left/right due to page length */

html {
  scrollbar-gutter: stable;
}
