/**
FCI colors
    dark red #e10019
*/

h3.ahz-more-news {
    display: inline-block;
    padding: .25em;
    background-color: #e10019;
    color: #fff;
    font-weight: 900;
    font-size: 1em;
    margin-bottom: 0;
}

.ahz-news-tiles-container {
    display: flex;
    border-top: 1px dashed #444;
}

.ahz-news-tile {
    margin: 5px;
    background-color: #fff;
}

.ahz-news-tile img {
    height: 235px;
    object-fit: cover;
}

.ahz-news-tile h4 {
    font-size: 1em;
    font-weight: 800;
    padding: 0 .5em;
}

.ahz-news-tile a {
    text-decoration: none;
    color: #000;
}

.ahz-news-tile a:hover {
    text-decoration: underline;
}

.ahz-news-tile p {
    font-size: .6em;
    padding: 0 .5em;
}

.ahz-news-tile span.category {
    color: #e10019;
    font-weight: 500;
}
