﻿.newsContent > li
    {
    background-color: #e3eded;
}

    .newsContent > li:nth-of-type(odd) {
        background-color: #cee0e0;
    }

.newsContent a {
    color: blue;
}

@media (min-width: 768px) {
    main {
        min-height: calc(100vh - 128px);
    }
}

.breadcrumb-nav {
    --bs-breadcrumb-divider: '>';
}

.news-badge {
    background-color: #3abda8;
    border-radius: 5px;
    padding: 0 10px;
}