
/* ========================================
   CUSTOM CSS FOR WAGTAIL NEWS WEBSITE
   ======================================== */

/* CSS Custom Properties (Variables) */
h1 {
    font-size: 1.8rem;
}

h2 {
   font-size: 1.5rem;
}

h5 {
    font-size: 1rem !important;
}

h6 {
    font-size: 0.8rem !important;
}

.engage {
    color: #bbb !important;
}

.news-src img {
    max-width: 80px !important;
    max-height: 80px !important;
}

.engage span {
    margin-right: 0.25rem !important;
}

/*Popular news class*/
.popular-news-block{

}

/* pagination 
.page-item .page-link{
    color:#CC7700;
}

/* Active pagination item styling 
.page-item.active .page-link {
    background-color: #CC7700;
    border-color: #997700;
    color: white; /* Optional: for better contrast */


/* Optional: Add hover state for active item 
.page-item.active .page-link:hover {
    background-color: #997700;
    border-color: #775500;
}
*/
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #CC7700;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
 
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #CC7700;
    border-color: #996600;
}
.category-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0.5rem;
}

.category-bullet-list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5a5c60; /* or #222 for a darker dot */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
