/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/current-card/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.current-card {
  height: 13rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  overflow: hidden;
  gap: 2rem;
}
.current-card > * {
  width: 100%;
  height: 100%;
}
.current-card__top-container {
  display: flex;
  flex-direction: column;
}
.current-card__title-link {
  text-decoration: none;
  color: inherit;
}
.current-card__title {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.0225rem;
  margin: 0;
}
.current-card__date-category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.current-card__category {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.04rem;
  margin: 0;
  text-transform: uppercase;
  color: var(--wp--preset--color--muzeja-sartais);
}
.current-card__date {
  opacity: 0.6;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0;
}
.current-card__image-link {
  display: block;
  height: 100%;
}
.current-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.current-card__content {
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.current-card__excerpt {
  opacity: 0.6;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
  max-height: 12ch;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1200px) {
  .current-card {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 40rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
  }
  .current-card__top-container a {
    order: 1;
  }
  .current-card__image-link {
    grid-row: 1;
    height: 12rem;
    margin-bottom: 1rem;
  }
  .current-card__image {
    height: 100%;
  }
  .current-card__title {
    margin-bottom: 0.75rem;
  }
  .current-card__date-category {
    margin-bottom: 0.5rem;
  }
  .current-card__excerpt {
    margin-bottom: 1.25rem;
    line-height: 1.5rem;
    max-width: 40rem;
  }
  .current-card__content {
    height: unset;
  }
}

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