/**
 * 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; }

.references {
  margin-top: 2em;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  gap: 3.30em 1em; }

.section-loop .container {
  display: flex;
  flex-direction: column; }
  .section-loop .container h2 {
    margin: 0; }
    @media (max-width: 980px) {
      .section-loop .container h2 {
        order: -1; } }
  .section-loop .container .desktop-only {
    display: none; }
    @media (min-width: 981px) {
      .section-loop .container .desktop-only {
        display: flex;
        justify-content: center; } }
  .section-loop .container .mobile-only {
    display: block; }
    @media (min-width: 981px) {
      .section-loop .container .mobile-only {
        display: none; } }
    .section-loop .container .mobile-only button {
      margin-top: 4em;
      border: 0;
      background: var(--dark-blue);
      border-radius: 30px;
      padding: 1em 1.5em;
      color: var(--white);
      font-weight: bold;
      width: 100%;
      font-size: 14px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }

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