/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/magazine-list/card.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/magazine-list/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-ca-plugin-magazine-list {
  position: relative;
}
.wp-block-ca-plugin-magazine-list.loading {
  opacity: 0.6;
  pointer-events: none;
}
.wp-block-ca-plugin-magazine-list.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 20;
}

#prod-loop-no-results-msg,
.prod-loop-no-results-msg {
  display: none;
}
#prod-loop-no-results-msg.visible,
.prod-loop-no-results-msg.visible {
  display: block;
}

#prod-results-list,
.prod-results-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.75vw, 72px);
  margin: 0;
  padding: 0;
}

#prod-terms-filter {
  border: none;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0;
}

#prod-terms-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: baseline;
  -moz-column-gap: clamp(24px, 3.75vw, 72px);
       column-gap: clamp(24px, 3.75vw, 72px);
  row-gap: 0.5rem;
}

.prod-term-item {
  display: flex;
}
.prod-term-item input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.prod-term-item input[type=checkbox]:focus + .prod-theme__label, .prod-term-item input[type=checkbox]:checked + .prod-theme__label, .prod-term-item input[type=checkbox]:focus-visible + .prod-theme__label {
  background-color: #fff;
  color: var(--wp--preset--color--text);
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.9998 13.4008L7.0998 18.3008C6.91647 18.4841 6.68314 18.5758 6.3998 18.5758C6.11647 18.5758 5.88314 18.4841 5.6998 18.3008C5.51647 18.1174 5.4248 17.8841 5.4248 17.6008C5.4248 17.3174 5.51647 17.0841 5.6998 16.9008L10.5998 12.0008L5.6998 7.10078C5.51647 6.91745 5.4248 6.68411 5.4248 6.40078C5.4248 6.11745 5.51647 5.88411 5.6998 5.70078C5.88314 5.51745 6.11647 5.42578 6.3998 5.42578C6.68314 5.42578 6.91647 5.51745 7.0998 5.70078L11.9998 10.6008L16.8998 5.70078C17.0831 5.51745 17.3165 5.42578 17.5998 5.42578C17.8831 5.42578 18.1165 5.51745 18.2998 5.70078C18.4831 5.88411 18.5748 6.11745 18.5748 6.40078C18.5748 6.68411 18.4831 6.91745 18.2998 7.10078L13.3998 12.0008L18.2998 16.9008C18.4831 17.0841 18.5748 17.3174 18.5748 17.6008C18.5748 17.8841 18.4831 18.1174 18.2998 18.3008C18.1165 18.4841 17.8831 18.5758 17.5998 18.5758C17.3165 18.5758 17.0831 18.4841 16.8998 18.3008L11.9998 13.4008Z%27 fill=%27%23112438%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: calc(100% - clamp(10px, 1.042vw, 20px));
  background-size: 24px;
  padding-right: calc(30px + clamp(10px, 1.042vw, 20px));
  background-position-y: center;
}
.prod-term-item label {
  cursor: pointer;
}

.prod-item {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: var(--ca-radius-30) var(--ca-radius-30) var(--ca-radius-30) 0;
  overflow: hidden;
  background-color: rgb(229, 229, 242);
}
.prod-item:hover, .prod-item:focus, .prod-item:focus-visible, .prod-item:focus-within {
  background-color: #112337;
}
.prod-item:hover .item-image__container, .prod-item:focus .item-image__container, .prod-item:focus-visible .item-image__container, .prod-item:focus-within .item-image__container {
  filter: opacity(0.8);
}
.prod-item:hover .item-content__title-link, .prod-item:focus .item-content__title-link, .prod-item:focus-visible .item-content__title-link, .prod-item:focus-within .item-content__title-link {
  color: #fff;
}
.prod-item:hover .item-content__subtitle, .prod-item:focus .item-content__subtitle, .prod-item:focus-visible .item-content__subtitle, .prod-item:focus-within .item-content__subtitle {
  color: #fff;
}

.item-image__container {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: var(--ca-radius-30) var(--ca-radius-30) var(--ca-radius-30) 0;
  overflow: hidden;
}
.item-image__container.has-placeholder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-image__container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.item-content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 0;
  gap: 13px;
  flex: 1;
  justify-content: flex-end;
  padding: 20px clamp(10px, 1.302vw, 25px) 30px clamp(10px, 1.302vw, 25px);
}

.item-content__taxonomies {
  display: none;
}

.prod-theme__label {
  color: var(--wp--preset--color--text);
  font-family: "Zilla Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 190.909% */
  background-color: var(--color-code);
  background-clip: padding-box;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-code);
  padding: 2px clamp(10px, 1.042vw, 20px);
  box-sizing: border-box;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.prod-theme__label:hover {
  border-color: var(--wp--preset--color--text);
  color: #fff;
  background-color: var(--wp--preset--color--text);
}

.item-content__title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.item-content__title-link {
  text-decoration: none;
  color: #112337;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  display: flex;
}
.item-content__title-link:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 10;
}
.item-content__title-link:hover, .item-content__title-link:focus, .item-content__title-link:focus-visible {
  text-decoration: underline;
}

.wp-block-ca-plugin-magazine-list[data-post-per-page]:not([data-post-per-page="1"]) .item-content__title-link {
  font-size: var(--wp--preset--font-size--heading-4);
}

.item-content__subtitle {
  display: flex;
  color: var(--wp--preset--color--text);
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-size: var(--wp--preset--font-size--subtitle);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 375% */
  margin: 0;
}

#prod-loop-results-aria-live,
.prod-loop-results-aria-live {
  display: flex;
  line-height: normal;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
  padding: var(--wp--preset--spacing--50-30) 0 var(--wp--preset--spacing--45-25);
  margin: 0;
}

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

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

.pagination__button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: var(--wp--preset--color--text);
  cursor: pointer;
  display: flex;
  font-size: var(--wp--preset--font-size--normal);
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
  font-family: var(--wp--preset--font-family--noka);
  font-family: "Work Sans";
  font-weight: 700;
  text-decoration: none;
}
.pagination__button:not(:disabled):focus, .pagination__button:not(:disabled):focus-visible, .pagination__button:not(:disabled):hover {
  background-color: rgb(229, 229, 242);
  color: var(--wp--preset--color--text);
}

.ellipsis {
  font-family: var(--wp--preset--font-family--noka);
  font-weight: 500;
  font-size: 20px;
}

.pagination__arrow-icon {
  fill: currentColor;
  pointer-events: none;
}

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

.pagination__current-page {
  background-color: var(--wp--preset--color--text);
  color: var(--wp--preset--color--base);
  cursor: default;
  font-weight: 400;
}

#prod-loop-pagination,
.prod-loop-pagination {
  display: none;
}
#prod-loop-pagination.active,
.prod-loop-pagination.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: var(--wp--preset--spacing--50-30);
}

.prod-latest {
  border-radius: 0 var(--ca-radius-30) var(--ca-radius-30) var(--ca-radius-30);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.prod-latest__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  gap: var(--wp--preset--spacing--30-15);
  max-width: 100%;
  padding: var(--wp--preset--spacing--50-30) var(--wp--preset--spacing--50-30);
  width: var(--wp--style--global--wide-size);
  z-index: 10;
}

.magazine__image-container {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  align-items: flex-start;
  padding-top: 0;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.magazine__image-container img {
  border-radius: 0 20px 20px 20px;
  flex-shrink: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.prod-latest__title {
  order: 2;
  margin: 0;
  padding-top: var(--wp--preset--spacing--20-15);
  padding-bottom: var(--wp--preset--spacing--30-15);
}
.prod-latest__title .item-content__title-link {
  font-style: normal;
  font-weight: 700;
}

.prod-latest__content {
  display: flex;
  flex-direction: column;
}
.prod-latest__content .prod-latest__excerpt {
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 400;
  order: 3;
  padding-top: 8px;
}

.title-underline {
  display: inline-block;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--aside-item-title);
  letter-spacing: 0.07em;
  font-weight: 600;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  --underline-accent-height: 18px;
  --underline-line-height: 3px;
  align-self: flex-start;
  order: 1;
}

.title-underline:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 15.5 18.5%27%3E%3Cpath d=%27M84.1 135v1.06h2.94v9.93l8.58-9.93h4V135z%27 style=%27fill:%23fff%27 transform=%27translate%28-84.1 -135%29%27/%3E%3Cpath d=%27M96.9 136v3.12c.928-1.04 1.85-2.09 2.78-3.12zm0 0h-1.19l-8.56 9.54V136h-1.18v11.7h3.29l7.64-8.57zm-7.64 11.7h-3.29V136h-1.82v17.4c1.7-1.9 3.41-3.81 5.11-5.72z%27 style=%27fill:%23112438;stop-color:%23000;stroke-linecap:square;stroke-width:3.78%27 transform=%27translate%28-84.1 -135%29%27/%3E%3Cpath d=%27M84.2 136v-1h-.049v1z%27 style=%27fill:%23fff;stroke-width:.979%27 transform=%27translate%28-84.1 -135%29%27/%3E%3C/svg%3E");
  background-position: calc(100% - 50px) bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  content: "";
  height: var(--underline-accent-height);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.title-underline:before {
  background-color: var(--wp--preset--color--text);
  border: 0;
  border-radius: var(--ca-radius-30);
  bottom: calc(var(--underline-accent-height) - var(--underline-line-height) - 1px);
  box-sizing: border-box;
  content: "";
  height: var(--underline-line-height);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 650px) {
  .prod-latest__inner {
    grid-template-columns: 1fr 2fr;
  }
  .magazine__image-container {
    padding-top: calc(30px + var(--wp--preset--font-size--aside-item-title) + var(--wp--preset--spacing--20-15));
  }
  .magazine__image-container img {
    border-radius: 20px 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .prod-item .item-image__container {
    width: 100%;
  }
}
@media (min-width: 678px) {
  #prod-results-list,
  .prod-results-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1040px) {
  #prod-results-list,
  .prod-results-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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