.mag-latest, .mag-year-list {
    list-style: none;
    padding: 0;
}

.mag-latest li, .mag-year-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.mag-latest li svg, .mag-year-list li svg {
    width: 30px;
    height: 30px;
    fill: #c00000;
    margin-right: 30px;
}

.mag-latest a, .mag-year-list a {
    text-decoration: none;
    font-size: 2rem;
    color: black;
    transition: color 0.3s ease-in-out;
}

.mag-latest a:hover, .mag-year-list a:hover {
    color: black;
}

.mag-year-list {
    list-style: none;
    padding: 0;
}

.mag-year-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.mag-year-list li svg {
    width: 30px;
    height: 30px;
    fill: #c00000;
    margin-right: 30px;
}

.mag-year-list a:hover {
    color: black;
}

.mag-year-list h3 {
    margin-top: 20px;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
    margin-top: 25px;
}

.mag-year-list hr,
.mag-latest hr {
    border: 0;
    height: 1px;
    margin-left: inherit;
    max-width: none;
    padding: 0;
    background: #ddd;
    width: 70%;
    max-width: 350px;
}
