.news-tabs-wrapper .news-grid-content {
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 150px 150px auto;
  gap: 10px;
  height: auto;
}
.news-tabs-wrapper .news-grid-content.active {
  display: grid;
}
.news-tabs-wrapper .news-grid-content.no-post {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: auto;
}
.news-tabs-wrapper .news-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news-tabs-wrapper .news-card .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(transparent, var(--e-global-color-secondary));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.news-tabs-wrapper .news-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.news-tabs-wrapper .news-card:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.news-tabs-wrapper .news-card:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.news-tabs-wrapper .news-card:nth-child(4) {
  display: none;
  grid-column: 2/3;
  grid-row: 2/3;
}
.news-tabs-wrapper .news-card-rows {
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
  margin-top: 5px;
}
.news-tabs-wrapper .news-card-rows .news-card-small {
  display: flex;
  gap: 15px;
  align-items: center;
  height: calc(50% - 7.5px);
}
.news-tabs-wrapper .news-card-rows .news-card-small img {
  width: 120px;
  flex-shrink: 0;
}
.news-tabs-wrapper .news-card-rows .news-card-small .card-info {
  color: var(--e-global-color-secondary);
  flex: 1;
}
.news-tabs-wrapper .news-card-rows .news-card-small .card-info .card-date {
  color: #7F7F7F;
}
.news-tabs-wrapper .card-thumbnail {
  display: block;
  height: 100%;
}
.news-tabs-wrapper .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-tabs-wrapper .card-info {
  font-size: var(--e-global-typography-f66d336-font-size);
  font-weight: var(--e-global-typography-f66d336-font-weight, revert);
  font-weight: 500 !important;
}
.news-tabs-wrapper .card-info .card-title {
  font-size: var(--e-global-typography-f66d336-font-size);
  font-weight: var(--e-global-typography-f66d336-font-weight, revert);
  text-transform: uppercase;
  margin: 0;
  font-weight: 600 !important;
  line-height: 130%;
}
.news-tabs-wrapper .card-info .card-title a {
  color: inherit;
}
.news-tabs-wrapper .card-info .card-date {
  line-height: 120%;
}
.news-tabs-wrapper .card-info .card-excerpt {
  line-height: 120%;
  margin: 0;
}
@media (min-width: 768px) {
  .news-tabs-wrapper .news-grid-content {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 525px;
  }
  .news-tabs-wrapper .news-card .card-info {
    padding: 30px;
  }
  .news-tabs-wrapper .news-card .card-info .card-title {
    font-size: var(--e-global-typography-2b8af3c-font-size);
    font-weight: var(--e-global-typography-2b8af3c-font-weight, revert);
  }
  .news-tabs-wrapper .news-card .card-info .card-date {
    font-size: var(--e-global-typography-e22c695-font-size);
    font-weight: var(--e-global-typography-e22c695-font-weight, revert);
    line-height: 150%;
  }
  .news-tabs-wrapper .news-card:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .news-tabs-wrapper .news-card:nth-child(4) {
    display: block;
  }
  .news-tabs-wrapper .news-card-rows {
    grid-column: 3/4;
    grid-row: 2/3;
    margin-top: 0;
  }
  .news-tabs-wrapper .news-card-rows .news-card-small img {
    width: 120px;
  }
}

/*# sourceMappingURL=news-tabs-grid.css.map */
