/* ALSO FROM THIS ISSUE STYLES */

.articlePromo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 400px;
}

p.storyLink {
    height: 100px;
    background-size: cover;
    border-radius: 10px;
}

.storyLink a {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    background-color: rgb(0 59 92 / 55%);
    padding: 41px 10px 41px;
    transition: 0.3s;
    border-radius: 10px;
}

.storyLink a:hover {
    color: #fff;
    background-color: rgb(0 59 92 / 80%);
}

.storyLink a::after {
    content: ' \276F \276F';
    padding-left: 8px;
    color: inherit;
    display: inline-block;
    font-style: normal;
}