.archive-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
.archive-page__title {
  font-size: 3rem;
  text-align: center;
  box-sizing: border-box;
}
.archive-page__title-search {
  padding: 3rem 5rem;
}
.archive-page__description {
  font-size: 1.2rem;
  margin-bottom: 3.75rem;
  text-align: center;
  max-width: 800px;
  font-family: var(--Font-Text);
}
.archive-page__postsNumber {
  font-size: 1rem;
  margin-bottom: 3.75rem;
  text-align: left;
  width: 100%;
  font-family: var(--Font-Text);
  font-weight: 600;
}
.archive-page__tags {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
  margin: 0.5rem 0 5rem 0;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .archive-page__tags {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
.archive-page__tags ul {
  list-style: none;
  margin: 0;
  justify-content: center;
  flex: 5;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: flex-start;
}
.archive-page__tags .title {
  font-weight: 600;
  white-space: nowrap;
}
.archive-page__tags .tag {
  color: var(--Color-Text);
  border-radius: 6.25rem;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 0.0625rem solid var(--Color-Text-Disabled, #D1D5DB);
  background: var(--Body-Color);
}
.archive-page__tags .tag a {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--Font-Text);
  padding: 0.5rem 0.9375rem;
  color: var(--Color-Text-Subtle, #6B7280);
}
.archive-page__tags .tag a:focus {
  border-radius: 6.25rem;
}
.archive-page__tags .tag:hover {
  background-color: var(--Color-Background-Button, #D1D5DB);
  color: var(--Color-Text-Inverse);
}
.archive-page__tags .tag:hover a {
  color: var(--Body-Color);
}
.archive-page__tags .Body-1.title {
  text-align: right;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .archive-page__tags .Body-1.title {
    text-align: left;
  }
}
.archive-page__posts {
  width: 100%;
}
.archive-page__posts__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.archive-page__posts__list .post-title {
  font-size: 1.25rem;
  color: var(--Color-Text);
  margin-bottom: 0.625rem;
  line-height: 1.4;
  font-family: var(--Font-Text);
}
.archive-page__posts__list .post-title a {
  color: var(--Color-Text, #111827);
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.archive-page__posts__list .post-date {
  font-size: 0.875rem;
  color: var(--Color-Text-Subtlest, #9CA3AF);
  margin: 0.625rem 0;
  font-family: var(--Font-Text);
}
.archive-page__posts__list .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
  font-family: var(--Font-Text);
}
.archive-page__posts__list .post-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start !important;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0.375rem 0.5625rem 0 0;
  align-items: center;
  gap: 0.28125rem;
}
.archive-page__posts__list .post-tags ul a {
  background-color: #F3F4F6;
  border: 1px solid #D3D3D3;
  padding: 0.375rem 0.5625rem;
  display: block;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  color: #1F2937;
  white-space: nowrap;
}
.archive-page__posts__list .post-tags ul a:hover {
  background-color: var(--Color-Text, #111827);
  color: #FFFFFF;
}
.archive-page__posts__list img {
  border-radius: 0.5rem;
}
.archive-page__search {
  position: relative;
  z-index: 4;
  border-radius: 1.2rem;
  padding: 2rem;
  width: 43rem;
}
.archive-page__search-show {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1040px) {
  .archive-page__search {
    width: 100%;
    box-sizing: border-box;
  }
}
.archive-page .search-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.archive-page .search-form label {
  width: 100%;
}
.archive-page .search-form .loader {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1000;
}
.archive-page .search-field {
  width: 100%;
  background-color: #fff;
  padding: 0.625rem 0.9375rem 0.625rem 2.5rem;
  border: 0.0625rem solid #ccc;
  border-radius: 1.5625rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}
.archive-page .search-field:focus {
  border-color: #888;
}
.archive-page .search-submit {
  position: absolute;
  left: 0.625rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.archive-page .search-submit svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--Color-Text, #111827);
  stroke-width: 0.09375rem;
}

.pagination .nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  text-align: right;
}
.pagination .nav-links .page-numbers.current {
  font-family: var(--Font-Text);
  color: var(--Color-Link);
}
.pagination .nav-links .page-numbers:not(.current) {
  color: var(--Color-Text-Subtlest, #9CA3AF);
  font-family: var(--Font-Text);
}
.pagination .nav-links .page-numbers.next svg {
  margin-top: 0.125rem;
}
.pagination .nav-links .page-numbers.prev svg {
  margin-top: 0.125rem;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}

.search-field {
  position: relative;
  z-index: 20;
}

.post-titles-list {
  position: relative;
  margin: 0.625rem 0 0 0;
  padding: 0.625rem 0.625rem 0 0.625rem;
  list-style: none;
  line-height: 2;
}

.post-title-link {
  font-family: var(--Font-Text);
  color: var(--Color-Text, #111827);
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  display: block;
  overflow: hidden;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-title-link:hover {
  color: var(--Color-Link-Hover);
}

.search-results-count {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px 0 0.5rem;
  color: var(--Color-Text, #111827);
  font-family: var(--Font-Text);
  padding-top: 1rem;
}

.post-thumbnail {
  aspect-ratio: 3/2;
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-thumbnail a:hover img {
  transform: scale(1.05);
}
.post-thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.25s ease-out;
}
.post-thumbnail-empty {
  aspect-ratio: 3/2;
  background-color: var(--Color-Background-Subtle);
  border-radius: 0.5rem;
}

@keyframes ldio-x2uulkbinbj {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ldio-x2uulkbinbj div {
  position: absolute;
  width: 66px;
  height: 66px;
  border: 10px solid #111827;
  border-top-color: transparent;
  border-radius: 50%;
}

.ldio-x2uulkbinbj div {
  animation: ldio-x2uulkbinbj 0.7633587786s linear infinite;
  top: 50px;
  left: 50px;
}

.loadingio-spinner-rolling-nq4q5u6dq7r {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-x2uulkbinbj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.25);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-x2uulkbinbj div {
  box-sizing: content-box;
}

/*# sourceMappingURL=citeo-archive-public.css.map */
