/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/media-news-list/style.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-media-news-list {
  position: relative;
}

.wp-block-ca-plugin-media-news-list.loading {
  opacity: 0.6;
  pointer-events: none;
}

.wp-block-ca-plugin-media-news-list.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 20;
}

#media-list-number-of-results,
#media-list-items {
  width: 100%;
  max-width: 100%;
}

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

#type-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;
  list-style: none;
}

.type-term__item {
  list-style: none;
  display: flex;
}

.type-term__item input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.type-term__item input[type=checkbox]:focus + .type__item-label,
.type-term__item input[type=checkbox]:checked + .type__item-label,
.type-term__item input[type=checkbox]:focus-visible + .type__item-label {
  background-color: #fff;
  color: var(--wp--preset--color--text);
  border-color: var(--color-code);
  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;
}

.type__item-label {
  color: var(--wp--preset--color--text);
  font-family: "Zilla Slab";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--color-code);
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-code);
  padding: 2px var(--wp--preset--spacing--20-15);
  box-sizing: border-box;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.media-list__results-count {
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: 18px;
  font-weight: 500;
  padding: var(--wp--preset--spacing--50-30) 0 var(--wp--preset--spacing--45-25);
}

#media-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: var(--wp--preset--spacing--50-30);
       column-gap: var(--wp--preset--spacing--50-30);
  row-gap: var(--wp--preset--spacing--60-40);
  width: 100%;
}

.media-list__item {
  background-color: #fff;
  border-radius: 0 var(--ca-radius-30) var(--ca-radius-30) var(--ca-radius-30);
}

.media-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  position: relative;
}
.media-card .media-card__title-link {
  text-decoration: none;
}
.media-card:hover .media-card__title-link, .media-card:focus .media-card__title-link, .media-card:focus-visible .media-card__title-link, .media-card:focus-within .media-card__title-link {
  text-decoration: underline;
  text-underline-position: auto;
}
.media-card:hover .media-card__title-link:after, .media-card:focus .media-card__title-link:after, .media-card:focus-visible .media-card__title-link:after, .media-card:focus-within .media-card__title-link:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 10;
}
.media-card:hover .media-card__featured-image, .media-card:focus .media-card__featured-image, .media-card:focus-visible .media-card__featured-image, .media-card:focus-within .media-card__featured-image {
  transform: scale(1.01);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.media-card__featured-image {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.media-card__body {
  padding: var(--wp--preset--spacing--30-30) var(--wp--preset--spacing--30-15) var(--wp--preset--spacing--30-15) var(--wp--preset--spacing--30-15);
  display: flex;
  flex-direction: column;
  grid-row: 2/3;
  grid-column: 1/2;
  row-gap: var(--wp--preset--spacing--10-10);
  justify-content: flex-end;
  z-index: 10;
}

.media-card__image-container {
  height: 330px;
  overflow: hidden;
  border-radius: 0 var(--ca-radius-30) 0 0;
  grid-row: 1/3;
  grid-column: 1/2;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.media-card__image-container:not(.has-thumbnail) {
  background-color: var(--wp--preset--color--light);
}

.media-card__title {
  margin: 0;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--intro-page);
  font-weight: 700;
  line-height: 1.2;
  order: 3;
}

.media-card__type-mark {
  padding: 0 0.5rem;
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--intro-article);
}

.media-card__title-mark {
  background-color: #fff;
  padding: 0 0.5rem;
  font-weight: 700;
}

.media-card__media-title {
  margin: 0;
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-size: var(--wp--preset--font-size--intro-article);
  font-weight: 700;
  line-height: 1.2;
  order: 4;
}

.media-card__top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  order: 1;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: var(--wp--preset--spacing--30-15) var(--wp--preset--spacing--30-15);
  justify-content: flex-start;
  order: 1;
  z-index: 1;
}

.media-card__date-broadcaster__mark {
  font-family: var(--wp--preset--font-family--zilla-slab);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--intro-article);
  padding: 0 0.5rem;
  background-color: #fff;
}

.media-card__broadcasters {
  font-style: italic;
}
.media-card__broadcasters::before {
  content: " | ";
  font-style: normal;
}

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

.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;
  aspect-ratio: 1/1;
  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;
}

#events-loop-pagination {
  display: none;
}
#events-loop-pagination.active {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.simple-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}

.simple-pagination li {
  margin: 0;
}

.simple-pagination button {
  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;
  align-items: center;
}

.simple-pagination button:not(:disabled):focus,
.simple-pagination button:not(:disabled):focus-visible,
.simple-pagination button:not(:disabled):hover {
  background-color: rgb(229, 229, 242);
  color: var(--wp--preset--color--text);
}

.simple-pagination button.active {
  background-color: var(--wp--preset--color--text);
  color: var(--wp--preset--color--base);
  cursor: default;
  font-weight: 400;
}

@media (max-width: 920px) {
  #media-list-items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 921px) and (max-width: 1279px) {
  .media-card__date-broadcaster {
    display: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/