.news-img-wrap {
  float: right;
  margin-left: 30px;
  clear: both;
}

.news-list-date {
  float: right;
  font-size: 80%;
  margin-bottom: 5px;
}

.news-list-view .article {
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0, 121, 67);
}
.news-list-view .article:after {
  content: "";
  display: table;
  clear: both;
}
.news-list-view .header {
  position: relative;
}
.news-list-view h3 {
  padding-right: 80px;
  margin-top: 10px;
}
.news-list-view .news-list-date {
  font-size: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
}
.news-list-view .news-img-wrap {
  float: right;
  margin: 0 0 0 30px;
}

.news-backlink-wrap {
  margin: 30px 0;
}

/* Paginator Styling */
.f3-widget-paginator {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.f3-widget-paginator li {
  margin: 0;
}
.f3-widget-paginator li a, .f3-widget-paginator li.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
}
.f3-widget-paginator li a:hover, .f3-widget-paginator li a:focus {
  font-weight: 600;
}
.f3-widget-paginator li.current {
  font-weight: 700;
  cursor: default;
}
.f3-widget-paginator li.next a {
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .news-single .news-list-date {
    float: none;
    display: block;
    text-align: right;
    position: static;
  }
  .news-single .news-img-wrap {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .news-single .news-img-wrap img {
    width: 100%;
    height: auto;
  }
  .news-list-view h3 {
    padding: 25px 0 0 0;
  }
  .news-list-view .news-list-date {
    top: 0;
  }
  .news-list-view .news-img-wrap {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .news-list-view img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=news.css.map */
