
.news-hero h1 {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    letter-spacing: .03em;
}

.news-hero p {
    font-size: 1rem;
    opacity: .95;
}

.news-search-wrap .input-group {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, .08);
}

.news-search-wrap .form-control,
.news-search-wrap .input-group-text {
    border-color: #dee2e6;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.news-card {
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, .12) !important;
}

.news-image-link {
    display: block;
    background: #f1f3f5;
}

.news-card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.news-title-link {
    color: inherit;
    text-decoration: none;
}

.news-title-link:hover .news-card-title {
    color: var(--bs-primary);
    text-decoration: underline;
}

.news-card-title {
    line-height: 1.25;
}

.news-meta {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--bs-primary);
}

.news-excerpt {
    font-size: .95rem;
    line-height: 1.55;
    color: #495057;
}

.news-sidebar {
    position: sticky;
    top: 1rem;
}

.sidebar-card {
    overflow: hidden;
}

.sidebar-card h2 {
    color: #212529;
}

.sidebar-card img {
    max-width: 100%;
}

.pagination .page-link {
    border-radius: .35rem;
    margin: 0 .15rem;
}

@media (max-width: 1199.98px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .news-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-hero {
        text-align: left !important;
    }

    .news-search-wrap .input-group {
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 400;
  color: rgba(250,250,250,.7);
	font-size: .95rem;
}

.sidebar .nav-link i {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover i,
.sidebar .nav-link.active i {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.form-group { margin: 1.1rem 0; }
 .noticeImg { margin-top: -175px; opacity: .75; }
footer { padding: 1.1rem; margin-top: 1.56rem;}
