/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center; }
  .pagination .facetwp-facet {
    margin-bottom: 0; }
  .pagination .nav-links,
  .pagination .facetwp-pager {
    display: flex;
    align-items: center;
    gap: 10px; }
  .pagination .page-numbers,
  .pagination .facetwp-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid var(--dark-blue);
    background-color: var(--background-color);
    margin: 0;
    padding: 1px 0 0 0;
    font-size: 14px;
    text-decoration: none;
    transition: ease-in-out 200ms background-color, ease-in-out 200ms border-color; }
    .pagination .page-numbers:hover, .pagination .page-numbers.active, .pagination .page-numbers.current,
    .pagination .facetwp-page:hover,
    .pagination .facetwp-page.active,
    .pagination .facetwp-page.current {
      background-color: var(--light-sand);
      border-color: var(--light-sand); }
    .pagination .page-numbers.prev, .pagination .page-numbers.next,
    .pagination .facetwp-page.prev,
    .pagination .facetwp-page.next {
      width: 20px;
      height: 20px;
      background-color: var(--dark-blue);
      color: var(--white);
      border: 0;
      font-size: 10px; }

.section-news .container {
  display: flex;
  flex-direction: column;
  gap: 50px 30px; }
  @media (min-width: 981px) {
    .section-news .container {
      flex-direction: row; } }

@media (min-width: 981px) {
  .section-news .filter {
    width: 300px;
    flex-shrink: 0; } }

@media (min-width: 1200px) {
  .section-news .filter {
    width: 350px; } }

.section-news .filter h3 {
  background-color: var(--white);
  padding: 5px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 10px; }
  @media (min-width: 981px) {
    .section-news .filter h3 {
      background-color: transparent;
      padding: 0; }
      .section-news .filter h3 span {
        display: none; } }

.section-news .filter .filter-item {
  margin-bottom: 5px; }
  .section-news .filter .filter-item a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    background: none;
    transition: ease-in-out color 200ms; }
    .section-news .filter .filter-item a:hover {
      color: var(--light-blue); }

.section-news .filter .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-news .filter .checkbox.checked {
    background-color: var(--dark-blue);
    color: var(--white); }
  .section-news .filter .checkbox span {
    font-size: 12px; }

.section-news article {
  position: relative; }

.section-news .news-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .section-news .news-items {
      grid-template-columns: repeat(2, 1fr); } }

.section-news .facetwp-template {
  margin-top: 0; }

/*# sourceMappingURL=loop-archive.css.map */
