/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/archive-documents/card.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.cnt-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  margin-top: 20px;
}

.cnt-card {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  background-color: var(--wp--preset--color--accent-4);
  border: 2px solid var(--wp--preset--color--base);
  border-radius: 34px;
  cursor: pointer;
}
.cnt-card.cnt-card__status-private .cnt-card__title::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-flex;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,<svg data-name=\"Calque 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 40 40\"><path d=\"M39.58 22.97c-.27-2-.42-4.42-2.03-5.92a4.082 4.082 0 00-2.76-1.08h-.61c-6.04-.18-12.09-.3-18.13-.31h-.09c-.13-1.58-.22-3.16-.27-4.75-.03-1.17-.13-2.38-.02-3.55.13-1.3.93-1.71 2.1-2.11 1.66-.58 4.43-.87 5.8.54 1.17 1.2.91 3.55.87 5.06-.08 3.1 4.77 3.1 4.85 0 .08-2.86-.06-6.06-2.13-8.28C24.83.06 20.92-.39 17.72.27c-3.36.69-6.33 2.61-6.81 6.18-.4 2.97-.18 6.14.14 9.21-2.52.02-5.03.08-7.54.23-.82.05-1.72.1-2.46.48-.8.42-1.04 1.16-1.05 1.98-.02 2.14.01 4.27.02 6.41 0 2.14.01 4.27.02 6.41v3.2c0 .95-.06 1.93.03 2.88.07.73.33 1.39.96 1.84.72.51 1.67.6 2.55.64 2.19.08 4.39.07 6.58.12 4.43.09 8.86.18 13.3.16 4.97-.01 9.95-.17 14.91-.59.26-.02.55-.17.61-.44 1.12-5.24 1.33-10.7.61-16zM22.6 25c-.79.59-.88 1.27-.48 2.14.43.92.81 1.84 1.13 2.81.55 1.7.89 3.45 1.02 5.22-1.81-.07-3.62-.14-5.44-.2-.92-.03-1.84-.06-2.76-.1-.19 0-.3.04-.39-.1-.06-.11-.03-.34-.03-.46 0-.44.02-.88.06-1.32.16-1.7.68-3.38 1.51-4.87.33-.61 1.03-1.33.7-2.07-.28-.62-1.03-.75-1.48-1.21-.9-.93-.97-2.42-.31-3.49.75-1.21 2.21-1.83 3.6-1.8 1.52.04 3.32.79 4.28 2 1.09 1.39-.31 2.66-1.4 3.47z\" fill=\"%23192d37\" data-name=\"Calque 1\"/></svg>");
}

.cnt-card:focus-within,
.cnt-card:hover,
.cnt-card:active {
  border: 2px solid var(--wp--preset--color--contrast);
  background-color: transparent;
}

.cnt-card__content {
  position: static;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  flex: 1;
  border: 2px solid transparent;
  text-align: start;
}

.cnt-card__title {
  margin-top: 0;
  margin-bottom: 0;
}

.cnt-card__link:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 10;
}

.cnt-card__publication-date,
.cnt-card__category {
  font-family: "baileywick-jf-gothic";
  font-size: var(--wp--preset--font-size--normal);
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1340px) {
  .cnt-card {
    flex-direction: row;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/archive-documents/pagination.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.pagination__button {
  background-color: transparent;
  border-color: transparent;
}
.pagination__button:hover, .pagination__button:active {
  border: 2px solid var(--wp--preset--color--contrast);
}

.search__pagination {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.search__pagination {
  display: flex;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
  max-width: var(--wp--style--global--content-size);
}

.pagination__arrow-icon {
  fill: var(--wp--preset--color--contrast);
  pointer-events: none;
}

.pagination__prev {
  transform: rotate(180deg);
}

.pagination__current-page {
  font-weight: 400;
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--contrast);
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/archive-documents/view.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-cnt-plugin-archive-documents {
  opacity: 1;
  pointer-events: auto;
}
.wp-block-cnt-plugin-archive-documents.loading {
  opacity: 0.6;
  pointer-events: none;
}

#search-bar-input,
.search-bar__checkboxes {
  border-radius: 50px;
  min-height: 44px;
  color: var(--wp--preset--color--contrast);
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--normal);
  border: 2px solid var(--wp--preset--color--base);
}

.search__section-inner {
  max-width: var(--wp--style--global--wide-size);
}

#artists-spectacles-result-outer {
  display: flex;
  flex-direction: column;
}

#artists-spectacles-result {
  gap: 0;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--50);
  text-align: center;
}

#artists-spectacles-result-counter {
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
}

.search__section-inner {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.search__section-inner {
  min-height: 600px;
}

.search__section-placeholders,
.search__section-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--30);
  row-gap: 2rem;
  justify-items: center;
  margin-top: var(--wp--preset--spacing--30);
  justify-content: center;
  width: 100%;
}

#search-result-outer {
  height: 30px;
}

#search-result-count-outer {
  margin-bottom: 0;
  margin-top: var(--wp--preset--spacing--30);
  text-decoration: none;
}

.search-post__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  border-radius: 50px;
  padding-top: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  box-sizing: border-box;
  background-color: var(--wp--preset--color--base);
}

.search-post__content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  margin-bottom: 115px;
  padding-bottom: var(--wp--preset--spacing--30);
  height: 100%;
}

.search-post__title {
  line-height: 1.25;
  margin: 0;
}

.search-post__date, .search-post__tags {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2rem;
  margin: 0;
  color: var(--wp--preset--color--accent-10);
}

.search-post__tags {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left top;
}

.search-post__excerpt {
  margin-top: 0;
  margin-bottom: auto;
  line-height: 1.2;
}

.search-post__terms {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-post__tax-term {
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 22px;
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 10px;
  line-height: 1.2;
}

.post-item {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: left;
}

/* Skeleton loading styles */
.card__skeleton {
  margin-bottom: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 34px;
  border: 2px solid white;
  background-color: #fff;
  position: relative;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
}

.card__skeleton-date,
.card__skeleton-title,
.card__skeleton-excerpt,
.card__skeleton-category {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 12px;
}

.card__skeleton-date {
  height: 1rem;
  width: 100px;
  margin-bottom: 15px;
}

.card__skeleton-title {
  height: 32px;
  margin-bottom: 15px;
  width: 80%;
}

.card__skeleton-excerpt {
  height: 80px;
  margin-bottom: 15px;
}

.card__skeleton-category {
  height: 2rem;
  width: 200px;
  margin-bottom: 15px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Loaded posts styles */
.card__card {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .search__section-placeholders,
  .search__section-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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