    body, h1, h2, h3, h4, h5, h6, p, a, span {
        font-family: 'Outfit', sans-serif !important;
    }
    
    .title {
        color: #cc0000;
        font-weight: 700;
    }

    /* Equal size for all images in the card */
    .card .col-sm-4 {
        height: 220px;
        overflow: hidden;
        padding: 0;
    }
    .card .col-sm-4 a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .card-img.fit-cover {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        position: static !important; /* override old absolute */
        border-radius: 8px 0 0 8px;
    }

    /* Enhance News Titles */
    .card-title a {
        font-weight: 700 !important;
        color: #cc0000 !important;
        line-height: 1.4;
        font-size: 1.25rem;
        transition: color 0.2s ease;
    }
    .card-title a:hover {
        color: #ff3333 !important;
        text-decoration: none !important;
    }

    /* Better styling for the news card */
    .card.bg-color {
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        border-radius: 8px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        margin-bottom: 25px !important;
    }
    .card.bg-color:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .card-text {
        font-size: 15px;
        color: #555;
        margin-top: 10px;
    }
    
    .card-footer {
        background-color: transparent !important;
        border-top: 1px solid #f0f0f0 !important;
        padding: 12px 15px;
    }

    .btn-custom {
        background-color: #cc0000;
        color: #ffffff;
        font-weight: 500;
        border-radius: 4px;
        padding: 6px 15px;
        transition: background-color 0.2s;
    }
    
    .btn-custom:hover {
        background-color: #aa0000;
        color: #ffffff;
    }

    @media (max-width: 768px) {
        .card .col-sm-4 {
            height: 200px;
        }
        .card-img.fit-cover {
            border-radius: 8px 8px 0 0;
        }
    }

    .fit-cover {
        object-fit: cover;
    }

    @media (min-width: 768px) {
        .fit-cover {
            position: absolute;
        }
    }

b.cust_classic_news {
    float: left;
    width: 100%;
}

b.cust_classic_news div {
    color: black;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 40px !important;
    float: right;
}

.table-price {
    float: left;
    width: 100%;

    margin-top: 20px;
}

.classic_pageLink {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 6px;
    padding-bottom: 6px;
    font-size: 12pt;
    font-weight: 700;
    background-image: url(../Images/selected.gif);
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.classic_pageLink_deselect {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 6px;
    font-size: 12pt;
    font-weight: 700;
    background-image: url(../Images/deselect.gif);
    text-align: center;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.classic_pageLink_First {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 6px;
    font-size: 8pt;
    background-image: url(../Images/left.gif);
    text-align: center;
    color: white;
    text-decoration: none;
}

.classic_pageLink_last {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 2px;
    padding-bottom: 6px;
    font-size: 8pt;
    background-image: url(../Images/right.gif);
    text-align: center;
    color: white;
    text-decoration: none;
}
