/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-archive-white-papers-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-archive-white-papers-main__header {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .s-archive-white-papers-main__header {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.s-archive-white-papers-main__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-archive-white-papers-main__ttl {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-archive-white-papers-main__ttl {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-white-papers-main__ttl {
    font-size: 3.5rem;
  }
}
.s-archive-white-papers-main__filters {
  margin-top: 1.875rem;
  display: flex;
  gap: 0.375rem;
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 991px) {
  .s-archive-white-papers-main__filters {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-white-papers-main__filters {
    gap: 0.25rem;
  }
}
.s-archive-white-papers-main .select2-container {
  min-width: 8.75rem;
}
.s-archive-white-papers-main__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .s-archive-white-papers-main__list {
    gap: 1rem;
  }
}
.s-archive-white-papers-main__item {
  list-style: none;
}
.s-archive-white-papers-main__empty {
  margin-top: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-archive-white-papers-main__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-white-papers-main__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-white-papers-main__empty {
    font-size: 0.875rem;
  }
}
.s-archive-white-papers-main__pagination-container {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 580px) {
  .s-archive-white-papers-main__pagination-container {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .s-archive-white-papers-main .c-whitepaper-card {
    padding: 1.5rem;
  }
  .s-archive-white-papers-main .c-whitepaper-card__content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .s-archive-white-papers-main .c-whitepaper-card__main {
    width: 100%;
  }
  .s-archive-white-papers-main .c-whitepaper-card__desc {
    max-width: none;
  }
  .s-archive-white-papers-main .c-whitepaper-card__actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    gap: 1rem;
  }
  .s-archive-white-papers-main .c-whitepaper-card__btn {
    width: 100%;
    margin-top: 0;
  }
  .s-archive-white-papers-main .c-whitepaper-card__btn .c-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-white-papers-main .c-whitepaper-card {
    padding: 1.25rem;
  }
}