﻿/*****************************
    General
*****************************/
.custom-btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.675rem;
    line-height: 1.5;
}

/*****************************
    Category List
*****************************/

.custom-category-list-div-content {
    height: 360px;
}

.custom-category-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-category-list-read-more {
    padding-top: 8px;
}

/*****************************
    Article List (Main Page)
*****************************/

.custom-article-list-div-content {
    height: 300px;
}

.custom-article-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-article-list-read-more {
    padding-top: 8px;
}

/*****************************
    Article Location List
*****************************/

.custom-location-list-div-content {
    height: 360px;
}

.custom-location-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-location-list-read-more {
    padding-top: 8px;
}

/*****************************
    Widget title (ex: Articles in list etc)
*****************************/

.custom-widget-title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*****************************
    Generic Content
*****************************/

.custom-generic-div-content {
    padding-top: 1em;
}

.custom-generic-lead-content {
    font-style: italic;
    color: #444;
}

/*****************************
    Scroll
*****************************/

.main-content-anchor {
    scroll-margin-top: 8em;
}

html {
    scroll-behavior: smooth;
}

/*****************************
    Rating
*****************************/

.rating {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Arial", "Helvetica Neue", sans-serif;
}

.rating-star {
    color: #FFD700; /* Gold – filled star */
}

.rating-half {
    position: relative;
    display: inline-block;
    color: #ccc; /* Grey background for half */
}

.rating-half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #FFD700;
}

.rating-empty {
    color: #ccc; /* Grey – empty star */
}

.rating-label {
    margin-bottom: 5px;
    display: block;
}

