.sports-home .topContainer {
  background: #d0021b;
}

.sports-home .footerMenuContainer {
  background: rgba(208, 2, 27, 0.9);
}

.sports-home .footerCopyrightContainer {
  background: #d0021b;
}

.sports-home footer .footerMenuContainer ul li a {
  color: #fff;
  opacity: 0.9;
}

.sports-home .threeGrid .boxTitle .vline {
  background: #d0021b;
}

.sports-home .mainMenu {
  background: rgba(208, 2, 27, 0.9);
}

.sports-home .mainMenu ul li a {
  color: #fff;
  opacity: 0.9;
}

.sports-home .boxTitle a {
  color: #4a4a4a;
  font-family: Oswald, Helvetica, sans-serif;
  font-size: 22px;
  /* font-weight: 700; */
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.sports-home .slick-list {
  /* border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
}

.sports-home .slick-list img {
  /* border-radius: 8px;
  overflow: hidden; */
}

@media (min-width: 768px) {
  .sports-home .featuredNews .newsBox .articleLink {
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
  }
}

.sports-home .featuredNews .newsBox-2 .articleLink img,
.sports-home .featuredNews .newsBox-3 .articleLink img,
.sports-home .featuredNews .newsBox-4 .articleLink img,
.sports-home .featuredNews .newsBox-5 .articleLink img {
  border-radius: 8px;
  overflow: hidden;
}

.sports-home .featuredNews .newsBox .articleLink img {
  border-radius: 8px;
  overflow: hidden;
}

.sports-home .articles .article a.imageContainer {
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
}

.sports-home .grayBG,
.sports-home .socialMediaBox {
  background-color: rgba(155, 86, 86, 0.1);
}

.sports-home .grayBG .articles .article a.imageContainer {
  /* border-radius: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; */

  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 0px;

  border-radius: 8px;
}

@media (min-width: 768px) {
  .sports-home .featuredGrid .articles {
    padding-right: 16px;
  }
}

.sports-home .featuredGrid .articles .article {
  border-radius: 8px;
  overflow: hidden;
}

.sports-home .grayBG .articles .article a.articleTitle {
  /* border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
}

.sports-home .threeGrid.grayBG .articles .article a.articleTitle {
  box-shadow: none;
}

.sports-home .videoFeature .videoInner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .videoFeature .videoInner {
    padding: 0px 0px;
    margin: 0px 8px;
  }
}

.sports-home .videoFeature .otherVideos .otherVideo .thumb {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.sports-home .videoFeature .otherVideos .otherVideo .thumb img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sports-home .videoFeature .videoInner .videoContainer {
  /* border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
}

.sports-home .videoFeature .videoInner .otherVideos {
  /* border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
}

@media (min-width: 768px) {
  .sports-home .featuredGrid .articles .article .articleTitle,
  .sports-home .featuredGrid .articles .article.article-1 .articleTitle {
    background: transparent;
    background-color: transparent;
  }

  .sports-home .featuredGrid .articles .article {
    border-bottom: 1px solid #e0e0e0;
  }
}

.secondary {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.secondary .secondary-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.secondary .small-article {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

.secondary .small-article .imageContainer {
  display: flex;
  flex: 0 0 30%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .secondary .secondary-inner {
    flex-direction: row;
    gap: 16px;
  }

  .secondary .small-article {
    flex: 1;
  }

  .secondary .small-article .imageContainer {
    flex: 0 0 40%;
  }
}

.secondary .small-article .imageContainer img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.secondary .small-article .articleTitle {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  color: #212121;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .secondary .small-article .articleTitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.secondary .small-article .articleTitle .date {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  line-height: 20px;
}

.featureSidebarSport {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0px;
  padding: 0px;
}

.featureSidebarSport .mostRead {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px;
  margin: 0px;
  height: auto;
}

.featureSidebarSport .mostRead .mrTitle {
  background: #d0021b;
  border-radius: 8px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.featureSidebarSport .mostRead .mrStories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featureSidebarSport .mostRead .mrStories .story {
  color: #212121;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  counter-increment: mrCounter;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0px 8px 0px;
}

.featureSidebarSport .mostRead .mrStories .story:last-child {
  border-bottom: none;
}

.featureSidebarSport .mostRead .mrStories .story::before {
  content: counter(mrCounter) ". ";
  color: #d0021b;
  font-weight: bold;
  margin-right: 4px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Oswald", Helvetica, sans-serif;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  flex-shrink: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .featureSidebarSport .mostRead .mrStories .story {
  }

  .featureSidebarSport .mostRead .mrStories {
    height: auto;
    max-height: none;
  }
}

.sports-home .basicGrayBG {
  background: rgb(184 184 184 / 10%);
}

.sports-home .mediaIcon {
  background: #d0021b;
}
