  .mcla-news {
  padding: 42px 0;
}
.mcla-news .mcla-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.mcla-news__section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.mcla-news::-moz-selection { /* Code for Firefox */
  background: var(--preset-color-brand-dark-blue);
  color: var(--preset-color-brand-electric-yellow);
}
.mcla-news::selection {
  background: var(--preset-color-brand-dark-blue);
  color: var(--preset-color-brand-electric-yellow);
}

.mcla-news__section-title.mcla-type__section-title, .mcla-news__section-sub.mcla-type__section-sub {
  text-align: left;
}

.mcla-news__section-title {
  transform: translateY(45px);
  opacity: 0;
  transition: all 0.6s;
}
.mcla-news__section-sub {
  transform: translateY(45px);
  opacity: 0;
  transition: all 0.6s 0.15s;
}

.mcla-news__feed {}
.mcla-news__feed-feature {
  width: calc(100% + 36px);
  margin-left: -18px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s 0.15s;
}
.mcla-news__feed-feature-link {
  text-decoration: none;
}
.mcla-news__feed-feature-img {
  aspect-ratio: 1.66 / 1;
  overflow: hidden;
}
.mcla-news__feed-feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.mcla-news__feed-feature-content {
  padding: 15px 0px 21px 0px;
  margin: 0 18px;
  border-bottom: 1px solid rgba(0, 43, 73, 0.3);
}
.mcla-news__feed-feature-content-title {
  font-family: Knockout52Cruiserweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 375;
  font-size: 19px;
  line-height: 27px;
  color: var(--preset-color-brand-dark-blue);
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-image: linear-gradient(to bottom, var(--preset-color-brand-dark-blue), var(--preset-color-brand-dark-blue));
  transition: background-size 0.3s;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  display: inline;
}
.mcla-news__feed-feature-content-date {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 12px;
}
.mcla-news__feed-feature-content-date svg {
  fill: var(--preset-color-brand-dark-blue);
}
.mcla-news__feed-feature-content-date span {
  font-family: Knockout32JuniorCruiserweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 330;
  font-size: 14px;
  line-height: 18px;
  color: var(--preset-color-brand-dark-blue);
}

.mcla-news__feed-feature-link:hover .mcla-news__feed-feature-img img {
  transform: scale(1.05);
}

.mcla-news__feed-listing {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 21px;
}
.mcla-news__feed-listing-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 21px;
  border-top: 1px solid rgba(0, 43, 73, 0.3);
  transition: all 0.6s 0.15s;
  opacity: 0;
  transform: translateY(30px);
}
.mcla-news__feed-listing-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.mcla-news__feed-listing-item:nth-child(2) {
  transition-delay: 0.3s;
}
.mcla-news__feed-listing-item:nth-child(3) {
  transition-delay: 0.45s;
}
.mcla-news__feed-listing-item-link {
  text-decoration: none;
}
.mcla-news__feed-listing-item-title {
  font-family: Knockout52Cruiserweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 375;
  font-size: 16px;
  line-height: 24px;
  color: var(--preset-color-brand-dark-blue);
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-image: linear-gradient(to bottom, var(--preset-color-brand-dark-blue), var(--preset-color-brand-dark-blue));
  transition: background-size 0.3s;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  display: inline;
}
.mcla-news__feed-listing-item-date {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 9px;
}
.mcla-news__feed-listing-item-date svg {
  fill: var(--preset-color-brand-dark-blue);
}
.mcla-news__feed-listing-item-date span {
  font-family: Knockout32JuniorCruiserweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 330;
  font-size: 14px;
  line-height: 18px;
  color: var(--preset-color-brand-dark-blue);
}

/* Button Styling Below */
.mcla-news__feed-listing-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.6s 0.3s;
}
.mcla-news__feed-listing-btn {}
.mcla-news__feed-listing-btn-link {
  text-decoration: none;
  font-family: Knockout52Cruiserweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 375;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--preset-color-brand-dark-blue);
  background-color: var(--preset-color-brand-electric-yellow);
  padding: 10px 15px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: all 0.3s;
  display: block;
}

.mcla-news__feed-listing-btn-link:hover {
  background-color: var(--preset-color-brand-light-blue);
  transform: translateY(-3px);
}

/* Link Hover Styling Below */
.mcla-news__feed-feature-link:hover .mcla-news__feed-feature-content-title {
  background-size: 100% 2px;
}
.mcla-news__feed-listing-item-link:hover .mcla-news__feed-listing-item-title {
  background-size: 100% 2px;
}

/* Animation Styles */
.mcla-news.in-view .mcla-news__section-title {
  opacity: 1;
  transform: translateY(0);
}
.mcla-news.in-view .mcla-news__section-sub {
  opacity: 1;
  transform: translateY(0);
}
.mcla-news.in-view .mcla-news__feed-feature {
  opacity: 1;
  transform: translateY(0);
}
.mcla-news.in-view .mcla-news__feed-listing-item {
  opacity: 1;
  transform: translateY(0);
}
.mcla-news.in-view .mcla-news__feed-listing-btns {
  opacity: 1;
}

@media (min-width: 750px) {
  .mcla-news {
    padding: 90px 0;
  }
  .mcla-news .mcla-container {
    gap: 42px;
  }
  .mcla-news__section {
    align-items: center;
    gap: 12px;
  }
  
  .mcla-news__section-title.mcla-type__section-title, .mcla-news__section-sub.mcla-type__section-sub {
    text-align: center;
  }
  .mcla-news__feed {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 42px;
  }
  .mcla-news__feed-feature {
    max-width: 600px;
    width: 100%;
    margin-left: 0;
  }
  .mcla-news__feed-feature-content {
    border-bottom: 0;
    padding: 18px 18px 0 18px;
    margin: 0;
  }
  .mcla-news__feed-feature-content-title {
    font-size: 21px;
    line-height: 30px;
  }
  .mcla-news__feed-feature-content-date span {
    font-size: 18px;
    line-height: 24px;
  }

  .mcla-news__feed-listing {
    flex-grow: 1;
    max-width: 360px;
    padding-top: 0;
  }
  .mcla-news__feed-listing-item-date {
    padding-top: 12px;
  }
  .mcla-news__feed-listing-item-title {
    font-size: 21px;
    line-height: 30px;
  }

  .mcla-news__feed-listing-btns {
    padding-top: 9px;
    justify-content: flex-start;
  }
  .mcla-news__feed-listing-btn-link {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 21px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  
}
@media (min-width: 1025px) {
  .mcla-news__feed-listing {
    flex-grow: 1;
    max-width: 100%;
  }
  .mcla-news__feed {
    gap: 90px;
  }
  .mcla-news__feed-feature-content-title {
    font-size: 24px;
    line-height: 36px;
  }
}