.novatheme-recipes-archive {
  background: #fff;
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
}

.novatheme-recipes-archive__inner {
  width: min(100% - 72px, 1720px);
  margin: 0 auto;
}

.novatheme-recipes-archive__header {
  padding: 0;
}

.novatheme-recipes-archive__title--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.novatheme-recipes-archive__intro {
  max-width: 760px;
  margin: 0 0 34px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}

.novatheme-recipes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 38px;
  row-gap: 50px;
  padding: 14px 0 86px;
}

.novatheme-recipe-card {
  margin: 0;
}

.novatheme-recipe-card__link {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: transform 180ms ease;
}

.novatheme-recipe-card__link:hover,
.novatheme-recipe-card__link:focus {
  color: inherit;
  transform: translateY(-3px);
}

.novatheme-recipe-card__media {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #f5f0e8;
  border-radius: 34px;
}

.novatheme-recipe-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.novatheme-recipe-card__content {
  padding: 26px 0 0;
}

.novatheme-recipe-card__title {
  margin: 0;
  color: #050505;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: uppercase;
}

.novatheme-recipe-card__date {
  display: block;
  margin-top: 8px;
  color: #050505;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.novatheme-recipes-empty {
  margin: 0;
  padding: 70px 0 90px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .novatheme-recipes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 767.98px) {
  .novatheme-recipes-archive__inner {
    width: min(100% - 28px, 1180px);
  }

  .novatheme-recipes-archive__intro {
    font-size: 16px;
  }

  .novatheme-recipes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 14px 0 58px;
  }

  .novatheme-recipe-card__media {
    border-radius: 22px;
  }

  .novatheme-recipe-card__content {
    padding-top: 18px;
  }

  .novatheme-recipe-card__title {
    font-size: 14px;
  }

  .novatheme-recipe-card__date {
    font-size: 11px;
  }
}
