/* CNT-F01: CS/EN news archive. Keep original article copy, images and links. */
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #content > .content-inner {
  width: 100%;
  max-width: none;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  padding: 0 0 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e4df;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgb(31 49 57 / 5%);
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image a,
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image img {
  display: block;
  width: 100%;
  height: 100%;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image img {
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image a:hover img {
  transform: scale(1.025);
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 20px 22px 0;
  margin: 0;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > a.title {
  display: block;
  margin: 0;
  color: #20333c;
  font-size: clamp(20px, 1.9vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  overflow-wrap: anywhere;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > a.title:hover {
  color: #2b6985;
  text-decoration: underline;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > time {
  display: block;
  margin: 0;
  color: #6c797e;
  font-size: 13px;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  flex: none;
  width: 100%;
  max-height: 6.4em;
  margin: 0;
  overflow: hidden;
  color: #53636b;
  font-size: 15px;
  line-height: 1.6;
}
html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > .description p {
  margin: 0;
}
@media (max-width: 991px) {
  html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 620px) {
  html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text {
    padding: 18px 18px 0;
  }
  html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .text > a.title {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:where([lang="cs"],[lang="en"]) body.id-682.type-posts-listing #newsWrapper > .news-item > .image img {
    transition: none;
  }
}

/* EN still has the old catalogue sidebar on article lists. */
html[lang="en"] body.id-682.type-posts-listing aside.sidebar-left{display:none!important;}
html[lang="en"] body.id-682.type-posts-listing #content{flex:1 1 100%;max-width:100%;}
