/* Наукові проєкти: картки на /research/projects, стрічка фондів, сторінка проєкту. */
.ko-prj__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin:8px 0 40px}
.ko-prj__card{display:flex;flex-direction:column;border:1px solid #ececec;border-radius:14px;background:#fff;overflow:hidden}
.ko-prj__logo-wrap{display:block;background:#f6f7f9;padding:18px 20px;line-height:0}
.ko-prj__logo{display:flex;align-items:center;justify-content:center;height:72px}
.ko-prj__logo img{max-width:100%;max-height:72px;width:auto;height:auto;object-fit:contain;display:block}
.ko-prj__logo--plate{background:transparent;text-align:center}
.ko-prj__logo--plate span{font-size:15px;line-height:1.3;font-weight:600;color:#233c97;padding:0 8px}
.ko-prj__logo--empty{height:72px;display:block}
.ko-prj__body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:9px}
.ko-prj__badges{margin:0;display:flex;flex-wrap:wrap;gap:6px}
.ko-prj__badge{display:inline-block;font-size:12px;line-height:1;padding:5px 10px;border-radius:999px;background:#eef0f6;color:#233c97}
.ko-prj__badge--live{background:#e6f4ec;color:#1a7f45;font-weight:600}
.ko-prj__badge--role{background:#fdf1e3;color:#9a5b12}
.ko-prj__title{margin:0;font-size:18px;line-height:1.3;font-weight:600}
.ko-prj__title a{color:#111;text-decoration:none}
.ko-prj__title a:hover{text-decoration:underline}
.ko-prj__meta,.ko-prj__pi{margin:0;font-size:13px;line-height:1.5;color:#5e5e5e}
.ko-prj__items{margin:2px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}
.ko-prj__items li{font-size:13px;line-height:1.5;color:#3d3d3d;padding-left:12px;position:relative}
.ko-prj__items li::before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:#9fb0c8}
.ko-prj__more{margin:4px 0 0;font-size:14px}
.ko-prj__more a{text-decoration:none;border-bottom:1px solid currentColor}
/* стрічка фондів */
.ko-prj__funders{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;align-items:center;margin:8px 0 36px}
.ko-prj__funder{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.ko-prj__funder img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain}
.ko-prj__funder-l{font-size:12px;line-height:1.35;color:#5e5e5e}
/* сторінка проєкту */
.ko-prj-single{padding-bottom:48px}
.ko-prj-single__logo{margin:0 0 24px;max-width:320px}
.ko-prj-single__logo img{max-width:100%;max-height:180px;width:auto;height:auto;display:block;object-fit:contain}
.ko-prj-single__logo--plate{display:flex;align-items:center;justify-content:center;min-height:110px;border:1px solid #e2e5ea;border-radius:10px;background:#f7f8fa}
.ko-prj-single__logo--plate span{font-size:16px;line-height:1.3;font-weight:600;color:#233c97;text-align:center;padding:0 14px}
.ko-prj-single__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px 32px;margin:0 0 26px}
.ko-prj-single__fact{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid #ececec}
.ko-prj-single__fact dt{font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:#5e5e5e}
.ko-prj-single__fact dd{margin:0;font-size:15px;line-height:1.5;color:#111}
.ko-prj-single__text{margin:20px 0}
.ko-prj-single__back{margin-top:28px;font-size:15px}
@media (max-width:600px){ .ko-prj__list{grid-template-columns:1fr} }
