﻿.highlighted-list .main-link {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #272727;
    padding: 14px 26px;
    margin-bottom: 24px;
}

.highlighted-list .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.highlighted-list .sublinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.highlighted-list .sublinks a {
    display: block;
    color: #A00000;
    margin: 24px;
    white-space: nowrap;
}
