.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .news-illustration {
    position: absolute;
    transform: translateY(100%);
  }
  .news-items-container {
    width: 100%;
    max-width: 658px;
    margin-left: auto;
    gap: 48px;
  }
  .news-item {
    flex-direction: row;
    align-items: baseline;
  }
  .row-section .section-container, .news-section .section-container {
    flex-direction: row;
  }
}
.news-badge {
  background-color: #534741;
  color: #fff;
  border-radius: 5px;
  padding: 3px 12px;
  text-align: center;
}

.news-date {
  text-align: center;
}

.news-title {
  margin: 0;
  font-size: 1rem;
}

.news-title a {
  text-decoration: underline;
  color: var(--text-base-color);
}

.news-title a:hover {
  color: #d35833;
}

@media (min-width: 768px) {
  .news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.news-box__title {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
}

#topNewsItem {
  overflow: hidden;
}

#topNewsItem p {
  margin: 0;
  line-height: 1.5;
  padding: 15px;
  border-bottom: 2px solid var(--primary-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}

#topNewsItem a {
  text-decoration: underline;
}

@media (min-width: 576px) {
  #topNews.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-box {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .news-box__post a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news-box__title {
    padding: 0.5em 1.5em 0.5em 2em;
    border-radius: 2em 0 0 2em;
    text-align: left;
  }
  #topNewsItem {
    overflow: hidden;
  }
  #topNewsItem p {
    margin: 0;
    line-height: 1.5;
    padding: 0.5em 2em 0.5em 1.5em;
    border-radius: 0 2em 2em 0;
    border: 2px solid var(--primary-color);
  }
  #topNewsItem a {
    display: inline;
    margin-left: 0.5em;
  }
}
#dataNews .blogItemCategory {
  background: #000000;
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: 0.7em;
}

#dataNews a {
  text-decoration: underline;
  color: var(--text-color-base);
}

#dataNews .webgene-item {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  align-items: baseline;
}

#dataNews .webgene-item:last-of-type {
  border: none;
}

#dataNews h2 {
  line-height: 1.6;
  grid-column: 1/3;
  grid-row: 2/3;
}

#dataNews .webgene-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  list-style: none;
  padding: 0;
}

#dataNews .webgene-pagination a {
  text-decoration: none;
  border: 1px solid #534741;
  background-color: #fff;
  color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0.2em 0.5em;
  transition: 0.3s;
}

#dataNews .webgene-pagination .selected a, #dataNews .webgene-pagination a:hover {
  background-color: #534741;
  color: #fff;
}

@media (min-width: 768px) {
  #dataNews .webgene-item {
    grid-template-columns: auto auto 1fr;
    gap: 1.5em;
  }
  #dataNews h2 {
    grid-column: unset;
    grid-row: unset;
  }
}
#singleNews .blogItemCategory {
  background-color: #000;
  color: #fff;
  padding: 0.7em 1.5em;
  font-size: 0.7em;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.text-lead_area {
  border-bottom: 1px solid #ccc;
}
.text-lead_area .text-lead {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  font-size: 1.7rem;
  text-align: left;
  color: #000;
}
.text-lead_area .text-lead .time {
  margin-right: 20px;
}/*# sourceMappingURL=news.css.map */