.education-catalog-desktop {
  display: none;
}

body.education-editorial-page .education-catalog-desktop {
  display: block;
  margin-top: 34px;
}

body.education-editorial-page .education-catalog-desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

body.education-editorial-page .education-catalog-card {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dbe5e0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 49, 39, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.education-editorial-page .education-catalog-card.is-featured {
  border-color: #8dc8a8;
  box-shadow: 0 12px 32px rgba(26, 134, 77, 0.12);
}

body.education-editorial-page .education-catalog-card:hover,
body.education-editorial-page .education-catalog-card:focus-within {
  border-color: #79b998;
  box-shadow: 0 16px 36px rgba(18, 49, 39, 0.12);
  transform: translateY(-2px);
}

body.education-editorial-page .education-catalog-card-image {
  display: block;
  aspect-ratio: 2.05 / 1;
  overflow: hidden;
  background: #e9eeeb;
}

body.education-editorial-page .education-catalog-card-image picture {
  display: contents;
}

body.education-editorial-page .education-catalog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

body.education-editorial-page .education-catalog-card-image[href*="kompleks-manualnykh-vozdeystviy"] img {
  object-position: center 28%;
  transform-origin: center top;
}

body.education-editorial-page .education-catalog-card-image[href*="uluchsheniya-ravnovesiya"] img {
  object-position: center 16%;
  transform-origin: center top;
}

body.education-editorial-page .education-catalog-card:hover .education-catalog-card-image img,
body.education-editorial-page .education-catalog-card:focus-within .education-catalog-card-image img {
  transform: scale(1.025);
}

body.education-editorial-page .education-catalog-card-body {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  padding: 11px 16px;
}

body.education-editorial-page .education-catalog-card h2 {
  margin: 0;
  color: #102343;
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

body.education-editorial-page .education-catalog-card h2 a {
  color: inherit;
  text-decoration: none;
}

body.education-editorial-page .education-catalog-card h2 a:focus-visible,
body.education-editorial-page .education-catalog-card-cta:focus-visible,
body.education-editorial-page .education-catalog-card-image:focus-visible {
  outline: 3px solid rgba(28, 147, 83, 0.32);
  outline-offset: 3px;
}

body.education-editorial-page .education-catalog-card-body > p {
  display: -webkit-box;
  min-height: calc(1.35em * 2);
  margin: 6px 0 10px;
  overflow: hidden;
  color: #66738a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.education-editorial-page .education-catalog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

body.education-editorial-page .education-catalog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #66738a;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

body.education-editorial-page .education-catalog-card-cta {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #18844c;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1.5px solid #24945a;
  border-radius: 9px;
  transition: background-color 180ms ease, color 180ms ease;
}

body.education-editorial-page .education-catalog-card.is-featured .education-catalog-card-cta,
body.education-editorial-page .education-catalog-card-cta:hover,
body.education-editorial-page .education-catalog-card-cta:focus-visible {
  color: #ffffff;
  background: #18894f;
}

body.education-editorial-page .education-featured-course,
body.education-editorial-page #education-other-courses {
  display: none;
}

@media (min-width: 1101px) and (max-width: 1380px) {
  body.education-editorial-page .education-catalog-desktop-grid {
    gap: 22px 18px;
  }

  body.education-editorial-page .education-catalog-card-body {
    padding: 10px 12px;
  }

  body.education-editorial-page .education-catalog-card-body > p {
    font-size: 12px;
  }

  body.education-editorial-page .education-catalog-card-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  body.education-editorial-page .education-catalog-card-cta {
    width: 100%;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  body.education-editorial-page .education-catalog-desktop {
    margin-top: 28px;
  }

  body.education-editorial-page .education-catalog-desktop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  body.education-editorial-page .education-catalog-card-image {
    aspect-ratio: 1.8 / 1;
  }

  body.education-editorial-page .education-catalog-card h2 {
    font-size: 18px;
  }
}

@media (max-width: 620px) {
  body.education-editorial-page .education-catalog-desktop {
    margin-top: 24px;
  }

  body.education-editorial-page .education-catalog-desktop-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.education-editorial-page .education-catalog-card {
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(18, 49, 39, 0.07);
  }

  body.education-editorial-page .education-catalog-card-image {
    aspect-ratio: 1.78 / 1;
  }

  body.education-editorial-page .education-catalog-card-body {
    padding: 15px 16px 16px;
  }

  body.education-editorial-page .education-catalog-card h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  body.education-editorial-page .education-catalog-card-body > p {
    min-height: 0;
    margin: 8px 0 14px;
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }

  body.education-editorial-page .education-catalog-card-footer {
    gap: 14px;
  }

  body.education-editorial-page .education-catalog-card-cta {
    min-height: 44px;
    padding: 9px 13px;
    font-size: 13px;
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.education-editorial-page .education-catalog-card,
  body.education-editorial-page .education-catalog-card-image img,
  body.education-editorial-page .education-catalog-card-cta {
    transition: none;
  }
}

html[data-theme="dark"] body.education-editorial-page .education-catalog-card {
  background: #151d25;
  border-color: #34434c;
  box-shadow: none;
}

html[data-theme="dark"] body.education-editorial-page .education-catalog-card.is-featured,
html[data-theme="dark"] body.education-editorial-page .education-catalog-card:hover,
html[data-theme="dark"] body.education-editorial-page .education-catalog-card:focus-within {
  border-color: #4eaa78;
}

html[data-theme="dark"] body.education-editorial-page .education-catalog-card h2 {
  color: #f2f6f4;
}

html[data-theme="dark"] body.education-editorial-page .education-catalog-card-body > p,
html[data-theme="dark"] body.education-editorial-page .education-catalog-card-meta {
  color: #aebcc6;
}

/* v6: the education intro and course descriptions use the portal's shared
   body-copy rhythm at every viewport size. */
body.education-editorial-page .education-editorial-heading > span,
body.education-editorial-page .education-catalog-card-body > p {
  color: #53627a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

body.education-editorial-page .education-catalog-card-body > p {
  min-height: calc(1.45em * 3);
  margin: 8px 0 14px;
  -webkit-line-clamp: 3;
}

html[data-theme="dark"] body.education-editorial-page .education-editorial-heading > span,
html[data-theme="dark"] body.education-editorial-page .education-catalog-card-body > p {
  color: #aebcc6;
}
