#sports-section-wrapper {
    position: relative;
    background-image: url("/_resources20/images/sports-ball.webp");
    background-size: cover;
}

#sports-section {
    background-color: #111111;
    padding: 5em 2em;
    position: relative;
    opacity: 0.9;
}

#sports-section-content {
    max-width: 1110px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3em;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
}

#upcoming-sporting-events,
#recent-sporting-events {
    width: calc(50% - 1em);
}

.sports-item-wrapper {
    display: flex;
    margin-top: 2em;
}

.sports-item p {
    margin-bottom: 0;
}

.sports-icon {
    font-size: 2.7em;
    padding-right: 1.4em;
    margin-top: -0.1em;
    width: 44px;
}

.sports-icon a:link,
.sports-icon a:visited,
.sports-icon a:hover,
.sports-icon a:active {
    color: #3a3a3a;
    text-decoration: none;
}

.sports-icon {
    background-image: linear-gradient(to right, #BA0C2F 20%, #FFD043);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

#sports-top-border {
    height: 46px;
    width: 100%;
    background-image: url("/_resources20/images/gradient/news-top.png");
    background-repeat: no-repeat;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    margin-top: 5em;
}

#sports-bottom-border {
    height: 59px;
    width: 100%;
    background-image: url("/_resources20/images/gradient/news-bottom.png");
    background-repeat: no-repeat;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background-position: right;
}

#all-upcoming-sporting-events {
    flex-basis: 100%;
}

#sports-section a.cta-button:hover,
#sports-section a.cta-button:focus {
    background: #111;
    color: #fff;
    transition-duration: .35s;
}

@media screen and (max-width: 900px) {

    #upcoming-sporting-events,
    #recent-sporting-events {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .sports-item-wrapper {
        flex-wrap: wrap;
    }

    .sports-icon {
        font-size: 1.5em;
        height: 1.4em;
    }
}