﻿/* Add our custom style here if neede ... */
/* Define --pc in root: */
:root {
  --pc: #004c98;
}

.white {
  color: white !important;
}

@media (max-width: 991.9px) {
  .header .main-nav-dropdown ul > li > a {
    border-bottom: none !important;
  }
}
.header.sticky {
  padding-bottom: 30px;
}

.news-details--content .news-details--img img {
  max-width: 100%;
}
.news-details--content .news-details--desc img {
  max-width: 100% !important;
}

@media (min-width: 1200px) {
  .news-details--content .news-details--desc img {
    max-width: 980px !important;
  }
}
a.page-link {
  color: inherit;
}

a.page-link:visited {
  color: inherit;
}

/* Fix the overflow of some content: */
.inner-page--content p {
  white-space: normal !important;
}

a.link {
  color: #004c98;
}
a.link:hover {
  background-color: azure;
}

/* Added as patches: 2025-07: */
section#ListTableSection td {
  white-space: normal;
}

.form-check label {
  display: inline;
}
