/* Micro-credential programmes: cards on the programmes page, the home-page
   intake announcement and the single-programme layout. Loaded from the theme
   (assets/scss/ko-mc.css) — the Customizer stays untouched. */

/* ---- cards on /education/microcredentials ---- */
.ko-mc__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:16px}
.ko-mc__card{display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden}
.ko-mc__poster{display:block;line-height:0;background:#f6f7f9;height:200px}
/* posters are designed to be seen whole, so contain rather than crop */
.ko-mc__poster img{width:100%;height:200px;object-fit:contain;display:block}
.ko-mc__poster--empty{background:linear-gradient(135deg,#eef3f1 0%,#e6ecf7 55%,#f4f1e8 100%)}
.ko-mc__body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px}
.ko-mc__title{margin:0;font-size:21px;line-height:1.25;font-weight:600}
.ko-mc__title a{color:#111;text-decoration:none}
.ko-mc__title a:hover{text-decoration:underline}
.ko-mc__sub{margin:0;font-size:15px;line-height:1.5;color:#3d3d3d}
.ko-mc__facts{margin:0;display:flex;flex-wrap:wrap;gap:6px}
.ko-mc__badge{display:inline-block;font-size:12px;line-height:1;padding:6px 10px;border-radius:999px;background:#eef0f6;color:#233c97}
.ko-mc__partners,.ko-mc__project{margin:0;font-size:13px;line-height:1.5;color:#5e5e5e}
.ko-mc__partners a{color:#5e5e5e}
.ko-mc__status{margin:4px 0 0;font-size:14px;line-height:1.5;display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.ko-mc__status-t{font-weight:600;color:#111}
.ko-mc__status--open .ko-mc__status-t{color:#1a7f45}
.ko-mc__status--finished .ko-mc__status-t{color:#5e5e5e}
.ko-mc__btn{display:inline-block;padding:9px 16px;border-radius:999px;background:#233c97;color:#fff !important;
  font-size:14px;line-height:1;text-decoration:none !important;white-space:nowrap}
.ko-mc__btn:hover{background:#16276b}
.ko-mc__link{font-size:14px;text-decoration:none;border-bottom:1px solid currentColor}
.ko-mc__more{margin:2px 0 0;font-size:14px}
.ko-mc__more a{text-decoration:none;border-bottom:1px solid currentColor}

/* ---- home-page announcement ---- */
.ko-mc-ann{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin:8px 0 40px}
.ko-mc-ann__card{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:start;
  padding:18px;border:1px solid #ececec;border-radius:14px;background:#fbfcfd}
.ko-mc-ann__ph{display:block;line-height:0}
.ko-mc-ann__ph img{width:120px;height:120px;object-fit:cover;border-radius:10px;display:block}
.ko-mc-ann__body{display:flex;flex-direction:column;gap:8px;min-width:0}
.ko-mc-ann__kicker{display:inline-block;align-self:flex-start;font-size:12px;line-height:1;letter-spacing:.04em;
  text-transform:uppercase;padding:6px 10px;border-radius:999px;background:#e6f4ec;color:#1a7f45}
.ko-mc-ann__title{margin:0;font-size:19px;line-height:1.3;font-weight:600}
.ko-mc-ann__title a{color:#111;text-decoration:none}
.ko-mc-ann__title a:hover{text-decoration:underline}
.ko-mc-ann__facts{margin:0;font-size:14px;line-height:1.5;color:#5e5e5e}
.ko-mc-ann__btns{margin:4px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:14px}

/* ---- single programme ---- */
.ko-mc-single{padding-bottom:48px}
.ko-mc-single__poster{margin:0 0 28px;max-width:640px}
.ko-mc-single__poster img{width:100%;height:auto;display:block;border-radius:12px}
.ko-mc-single__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px 32px;margin:0 0 28px}
.ko-mc-single__fact{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid #ececec}
.ko-mc-single__fact dt{font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:#5e5e5e}
.ko-mc-single__fact dd{margin:0;font-size:15px;line-height:1.5;color:#111}
.ko-mc-single .ko-mc__sub{font-size:17px;color:#3d3d3d;margin-top:8px}
.ko-mc-single__text{margin:24px 0}

@media (max-width:600px){
  .ko-mc-ann__card{grid-template-columns:1fr}
  .ko-mc-ann__ph img{width:100%;height:180px}
  .ko-mc__poster,.ko-mc__poster img{height:170px}
}
