/*
 * BDA Mega Menu Latest News
 * Front-end styling is scoped to the BDA News & events MMM panel.
 */

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-news-column {
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding-right: 28px !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-news-links-column {
  padding-left: 24px !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news,
#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news * {
  box-sizing: border-box;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news {
  margin: 0;
  padding: 2px 0 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__title {
  position: relative !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__title::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #993333;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__link {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 0;
  padding: 16px 0;
  color: #ffffff;
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__item:first-child .bda-mega-latest-news__link {
  padding-top: 0;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__media {
  display: block;
  width: 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 10px;
  background: #303030;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #993333, #2a2a2a);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__content {
  display: block !important;
  min-width: 0 !important;
  padding-top: 2px !important;
  font-style: normal !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__post-title {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__excerpt {
  display: -webkit-box !important;
  max-width: 100% !important;
  margin-top: 7px !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__date {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__calendar {
  width: 16px;
  height: 16px;
  color: #b74242;
  flex: 0 0 auto;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__link:hover .bda-mega-latest-news__post-title,
#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__link:focus-visible .bda-mega-latest-news__post-title {
  text-decoration: underline;
  text-decoration-color: #b74242;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__link:focus-visible,
#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__all-news a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 4px;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__all-news {
  margin: 20px 0 0;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__all-news a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #993333;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__all-news a:hover,
#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__all-news a:focus-visible {
  color: #ffffff;
  border-bottom-color: #d05a5a;
}

#mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 1280px) {
  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-news-column {
    border-right: 0 !important;
    padding-right: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-news-links-column {
    padding-left: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news {
    padding-top: 0;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__title::before {
    top: -7px;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__link {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
    padding: 14px 0;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__media {
    width: 76px;
    height: 76px;
    border-radius: 8px;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__post-title {
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  #mega-menu-wrap-primary #mega-menu-item-10223 .bda-mega-latest-news__excerpt {
    display: none;
  }
}
