/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 05:23:20 */
.unstyled-list {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.related-article {
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
    margin-bottom: 1.125rem;
    position: relative;
}
.related-article__image {
    width: 40%;
    min-width: 40%;
}
.related-article__image img {
    margin: 0;
    width: 100%;
    height: auto;
}
.related-article__headings [role=doc-subtitle] {
    color: #ff6c08;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 1.2px;
    font-family: proxima_bold, "Open Sans", Arial, sans-serif;
    margin-bottom: 5px;
}
.related-article__headings h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.cover-link {
    text-decoration: none;
}
.cover-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.cover-link:focus, .cover-link:hover {
    text-decoration: underline;
	color: #fff;
}
.text-white {
    color: #fff;
}
@media screen and (min-width: 988px) {
    .related-article__image img {
        width: 180px;
    }
	.related-article__headings h2 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}