/*
|---------------------------------------------------------------
| ec-connector-2025 News css
|---------------------------------------------------------------
*/
.footerTop__services {
  display: block;
}

/*
 * Block
------------------------------------------------*/
.ecc-news__list {
  grid-gap: 20px;
}

.ecc-news-block {
  grid-template-columns: 6.25em minmax(0, 1fr);
  grid-template-areas: "category date" "title title" "excerpt excerpt";
  box-shadow: var(--ecc-box-shadow);
  color: #000000;
  background-color: #ffffff;
}
.ecc-news-block__excerpt {
  display: block;
}
@media (min-width: 750.02px) {
  .ecc-news-block {
    color: #000000;
    background-color: #e7edf4;
    box-shadow: none;
  }
}

.ecc-news-title {
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "halt" 1;
}
@media (min-width: 750.02px) {
  .ecc-news-title {
    font-size: 20px;
  }
}

.ecc-news-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: normal;
}
@media (min-width: 750.02px) {
  .ecc-news-excerpt {
    font-size: 16px;
  }
}

/*
 * Nav
------------------------------------------------*/
.news-nav {
  display: block;
  width: 100%;
}
.news-nav__list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 750.02px) {
  .news-nav__list {
    grid-gap: 10px;
  }
}
.news-nav-link {
  display: block;
  width: 7.14em;
  font-size: 14px;
  line-height: 1.25;
  padding-top: 0.73em;
  padding-bottom: 0.73em;
  text-align: center;
  font-weight: 600;
  border: 1px solid currentColor;
  border-radius: 2em;
  color: #000000;
  background: #ffffff;
}
@media (min-width: 750.02px) {
  .news-nav-link {
    width: 11.25em;
    font-size: 16px;
    line-height: 1.25;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-width: 2px;
  }
}
.news-nav-link.is-active {
  color: #ffffff;
  background: #004688;
}
.news-nav-link[href] {
  text-decoration: none;
  transition: all 0.25s;
}
.news-nav-link[href]:hover {
  opacity: 1;
  color: #ffffff;
  background: #004688;
}

/*
 * News Archive
------------------------------------------------*/
.news-archive {
  --ecc-container-padding: 20px;
  background-color: var(--ecc-light-color);
}
.news-archive__nav {
  margin: 0 0 20px;
  padding: 10px 0;
}
@media (min-width: 750.02px) {
  .news-archive__nav {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.news-archive__content {
  display: block;
  width: 100%;
}

.news-archive-content {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .news-archive-content .ecc-news {
    padding: 30px 30px;
    border-radius: 5px;
    color: #000000;
    background: #ffffff;
    box-shadow: var(--ecc-box-shadow);
  }
}

/*
 * News Article
------------------------------------------------*/
.news-article {
  --ecc-container-padding: 20px;
  --ecc-document-heading-theme-color: #000000;
  --ecc-document-font-size: 14px;
}
@media (min-width: 750.02px) {
  .news-article {
    --ecc-document-font-size: 16px;
  }
}
.news-article .ecc-page__header {
  padding: 20px 0;
  margin-bottom: 15px;
}
@media (min-width: 750.02px) {
  .news-article .ecc-page__header {
    padding: 40px 0;
  }
}
.news-article .ecc-page__header__breadcrumb {
  --ecc-container-maxwidth: 1500px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .news-article .ecc-page__header__breadcrumb .ecc-breadcrumb {
    width: auto;
    margin-right: calc(-1 * var(--ecc-container-padding));
    overflow-x: auto;
  }
  .news-article .ecc-page__header__breadcrumb .ecc-breadcrumb__list {
    flex-wrap: nowrap;
  }
  .news-article .ecc-page__header__breadcrumb .ecc-breadcrumb-text {
    white-space: nowrap;
  }
}
.news-article .ecc-page__header__heading {
  display: flex;
  align-items: center;
  min-height: 200px;
}
@media (min-width: 750.02px) {
  .news-article .ecc-page__header__heading {
    min-height: 300px;
  }
}
.news-article .ecc-document h2 {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .news-article .ecc-document h2,
  .news-article .ecc-document h3,
  .news-article .ecc-document h4,
  .news-article .ecc-document h5,
  .news-article .ecc-document h6 {
    font-size: 1em;
  }
  .news-article .ecc-document h2 {
    padding-left: calc(var(--ecc-document-padding) + var(--ecc-container-padding));
  }
  .news-article .ecc-document h2::before {
    left: 0;
  }
}
.news-article__content {
  display: block;
  width: 100%;
}
.news-article__share {
  margin: 25px 0;
}
@media (min-width: 750.02px) {
  .news-article__share {
    margin: 35px 0;
  }
}
.news-article__image {
  display: block;
  width: 100%;
}

.news-article-mainImage {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 25px 4px;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
}
.news-article-mainImage img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750.02px) {
  .news-article-mainImage {
    padding: 8px 8px;
    margin-bottom: 40px;
  }
}

/*--------------- Heading ---------------*/
.news-heading {
  display: block;
  width: 100%;
}
.news-heading__title {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.news-heading__meta {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 14px;
}
.news-heading__meta__category {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
}
.news-heading__meta__category .ecc-news-category {
  font-size: 12px;
  line-height: 1.25;
  padding: 0.21em 0.75em;
  font-weight: 700;
}
@media (min-width: 750.02px) {
  .news-heading__meta__category .ecc-news-category {
    font-size: 14px;
    line-height: 1.25;
    padding: 0.45em 1em;
  }
}
.news-heading__meta__date {
  flex: 0 0 auto;
  max-width: 100%;
}
.news-heading__meta__date .ecc-news-date {
  color: inherit;
  font-weight: 700;
}

.news-heading-title {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  line-height: 1.75;
  font-feature-settings: "halt" 1;
}
@media (min-width: 750.02px) {
  .news-heading-title {
    font-size: clamp(18px, 2.4vw, 36px);
  }
}
