/* Trang Hợp tác nghiên cứu (danh sách /hop-tac-nghien-cuu + chi tiết /hop-tac-nghien-cuu/{id}) —
   port từ documents/sokhcn/assets/css/research-cooperation.css (dùng chung 1 file cho cả 2 trang,
   đúng cấu trúc mockup gốc). Các lớp .cooperation-detail-*/.related-cooperation* thuộc trang chi
   tiết — chưa dùng tới ở đợt này (chỉ xây trang danh sách), giữ lại để không phải port lại sau. */
:root {
  --cooperation-shadow: 0 10px 32px rgba(18, 48, 99, .07);
  --cooperation-green: #05845f;
  --cooperation-orange: #b86608;
}

.cooperation-page {
  background: #f8fafd;
  color: #46536a;
  font-size: 16px;
}

.cooperation-hero,
.cooperation-detail-hero {
  padding: 24px 0 36px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 30%, rgba(54, 137, 236, .12), transparent 16%),
    linear-gradient(135deg, #f2f6ff, #fbfdff);
}

.cooperation-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cooperation-hero-row>div>span {
  color: var(--blue2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cooperation-hero h1 {
  margin: 8px 0;
  color: var(--blue);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 800;
}

.cooperation-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.cooperation-hero-icon {
  margin-right: 6%;
  color: #d4e3f8;
  font-size: 90px;
}

.cooperation-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.cooperation-stats article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.cooperation-stats i {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 9px;
  background: #edf4ff;
  color: var(--blue);
  font-size: 20px;
}

.cooperation-stats article div {
  display: grid;
}

.cooperation-stats strong {
  color: #2f3d55;
  font-size: 22px;
}

.cooperation-stats span {
  color: #7c899d;
  font-size: 13px;
}

.cooperation-search {
  padding: 18px;
  margin-bottom: 21px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--cooperation-shadow);
}

.cooperation-search-box {
  display: flex;
  height: 50px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dce3ee;
  border-radius: 8px;
}

.cooperation-search-box>i {
  margin-left: 15px;
  color: var(--blue2);
}

.cooperation-search-box input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 12px;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.cooperation-search-box button {
  align-self: stretch;
  padding: 0 23px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.cooperation-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr auto;
  gap: 11px;
  align-items: end;
  margin-top: 13px;
}

.cooperation-filter-grid label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cooperation-filter-grid span {
  color: #657188;
  font-size: 13px;
  font-weight: 650;
}

.cooperation-filter-grid select {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #526078;
  font-size: 14px;
}

.cooperation-filter-grid>button {
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue2);
  font-size: 13px;
}

.cooperation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 275px;
  gap: 20px;
  align-items: start;
}

.cooperation-main {
  min-width: 0;
}

.cooperation-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.cooperation-result-head>div {
  display: grid;
  gap: 3px;
}

.cooperation-result-head span {
  color: var(--blue2);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.cooperation-result-head h2 {
  margin: 0;
  color: #354259;
  font-size: 20px;
}

.cooperation-result-head select {
  height: 39px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
}

.cooperation-list {
  display: grid;
  gap: 12px;
}

.cooperation-card {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 4px 17px rgba(18, 48, 99, .035);
  transition: transform .22s, border-color .22s, box-shadow .22s;
}

.cooperation-card:hover {
  transform: translateY(-2px);
  border-color: #b8cfed;
  box-shadow: var(--cooperation-shadow);
}

.cooperation-thumb {
  position: relative;
  display: block;
  min-height: 242px;
  overflow: hidden;
  background: #e8eef7;
}

.cooperation-thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 38, 89, 0), rgba(5, 38, 89, .23));
  content: "";
  pointer-events: none;
}

.cooperation-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.cooperation-card:hover .cooperation-thumb img {
  transform: scale(1.035);
}

.cooperation-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 6px 9px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
}

.cooperation-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.cooperation-thumb .cooperation-status {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.status-ongoing {
  background: #e4f8ef;
  color: #087a57;
}

.status-planned {
  background: #fff3df;
  color: #a96007;
}

.status-completed {
  background: #e9eff8;
  color: #56657d;
}

.cooperation-card-body {
  min-width: 0;
  padding: 17px 19px;
}

.cooperation-field {
  color: var(--blue2);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.cooperation-card h3 {
  margin: 6px 0 8px;
  color: #2f3d55;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.52;
}

.cooperation-card h3 a:hover {
  color: var(--blue2);
}

.cooperation-card-body>p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: #68758a;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cooperation-partner {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 8px;
  background: #f6f8fb;
}

.partner-mark,
.cooperation-partners li>span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 8px;
  background: #fff0f0;
  color: #c84040;
  font-size: 11px;
  font-weight: 800;
}

.cooperation-partner div {
  display: grid;
  min-width: 0;
}

.cooperation-partner small {
  color: #8a95a7;
  font-size: 11px;
}

.cooperation-partner strong {
  overflow: hidden;
  color: #48556b;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mark-blue {
  background: #e9f2ff !important;
  color: #1464c6 !important;
}

.mark-green {
  background: #e7f8f0 !important;
  color: #087c5b !important;
}

.mark-orange {
  background: #fff0df !important;
  color: #bd6505 !important;
}

.mark-purple {
  background: #f2eaff !important;
  color: #7746bd !important;
}

.mark-teal {
  background: #e6f8f8 !important;
  color: #087d82 !important;
}

.cooperation-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  margin-top: 11px;
  color: #788499;
  font-size: 12px;
}

.cooperation-card-meta i {
  margin-right: 4px;
  color: var(--blue2);
}

.cooperation-empty {
  display: grid;
  place-items: center;
  gap: 7px;
  padding: 55px;
  border: 1px dashed #c9d5e6;
  border-radius: 10px;
  color: #8190a5;
}

.cooperation-empty i {
  font-size: 34px;
}

.cooperation-empty h3 {
  margin: 0;
  font-size: 18px;
}

.cooperation-empty p {
  margin: 0;
  font-size: 14px;
}

.cooperation-sidebar,
.cooperation-detail-sidebar {
  position: sticky;
  top: 15px;
  display: grid;
  gap: 14px;
}

.cooperation-sidebar>section,
.cooperation-info-card,
.cooperation-contact-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--cooperation-shadow);
}

.cooperation-sidebar h2,
.cooperation-info-card h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

.cooperation-status-chart {
  display: grid;
}

.cooperation-status-chart button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px dashed var(--line);
  background: transparent;
}

.cooperation-status-chart button:last-child {
  border: 0;
}

.cooperation-status-chart button>span {
  display: grid;
  gap: 6px;
  text-align: left;
}

.cooperation-status-chart b {
  color: #526078;
  font-size: 12px;
}

.cooperation-status-chart span>i {
  display: block;
  height: 5px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0754d8, #62a5ef);
}

.cooperation-status-chart strong {
  color: var(--blue);
  font-size: 12px;
}

.cooperation-partners {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cooperation-partners li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}

.cooperation-partners li:last-child {
  border: 0;
}

.cooperation-partners li div {
  display: grid;
}

.cooperation-partners strong {
  color: #47546a;
  font-size: 13px;
}

.cooperation-partners small {
  color: #8b96a8;
  font-size: 11px;
}

.cooperation-connect {
  display: grid;
  grid-template-columns: 38px 1fr 16px;
  gap: 10px;
  align-items: center;
  padding: 17px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a50bd, #06388f);
  color: #fff;
}

.cooperation-connect>i:first-child {
  font-size: 29px;
}

.cooperation-connect span {
  display: grid;
}

.cooperation-connect strong {
  font-size: 14px;
}

.cooperation-connect small {
  font-size: 12px;
  opacity: .82;
}

/* Detail */
.cooperation-detail-heading {
  max-width: 1100px;
}

.cooperation-detail-heading h1 {
  margin: 11px 0 14px;
  color: var(--blue);
  font-size: clamp(27px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.35;
}

.cooperation-heading-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #67758b;
  font-size: 14px;
}

.cooperation-heading-meta i {
  margin-right: 5px;
  color: var(--blue2);
}

.cooperation-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}

.cooperation-detail-main {
  min-width: 0;
}

.cooperation-cover {
  overflow: hidden;
  margin: 0;
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--cooperation-shadow);
}

.cooperation-cover img {
  display: block;
  width: 100%;
  height: clamp(280px, 36vw, 450px);
  object-fit: cover;
}

.cooperation-cover figcaption {
  padding: 10px 14px;
  color: #748095;
  font-size: 12px;
}

.cooperation-cover figcaption i {
  margin-right: 5px;
}

.cooperation-detail-section {
  padding: 23px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.cooperation-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.cooperation-section-title>span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cooperation-section-title h2 {
  margin: 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.cooperation-detail-section p {
  color: #58667c;
  font-size: 15px;
  line-height: 1.85;
}

.cooperation-lead {
  color: #43546e !important;
  font-size: 16px !important;
  font-weight: 600;
}

.cooperation-organizations {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px;
  margin-top: 18px;
  border-radius: 9px;
  background: #f4f8fd;
}

.cooperation-organizations article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.organization-mark {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.organization-mark.mark-red {
  background: #c33f46;
}

.cooperation-organizations article div {
  display: grid;
  min-width: 0;
}

.cooperation-organizations small {
  color: #8792a5;
  font-size: 11px;
}

.cooperation-organizations strong {
  color: #445269;
  font-size: 13px;
  line-height: 1.45;
}

.cooperation-organizations>i {
  color: var(--blue2);
  font-size: 20px;
}

.cooperation-goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cooperation-goals article {
  display: flex;
  gap: 11px;
  padding: 15px;
  border: 1px solid #e0e7f1;
  border-radius: 9px;
  background: #fafcff;
}

.cooperation-goals article>i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 8px;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 18px;
}

.cooperation-goals h3 {
  margin: 0 0 5px;
  color: #3f4d63;
  font-size: 15px;
  font-weight: 750;
}

.cooperation-goals p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.cooperation-timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.cooperation-timeline::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 30px;
  width: 2px;
  background: #dce6f4;
  content: "";
}

.cooperation-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 61px 1fr;
  gap: 14px;
}

.cooperation-timeline article>span {
  display: grid;
  width: 61px;
  height: 61px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #e7edf6;
  color: #68768d;
  font-size: 12px;
  font-weight: 800;
}

.cooperation-timeline article.completed>span {
  background: #e1f7ed;
  color: #087a57;
}

.cooperation-timeline article.active>span {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 0 0 4px #dfeaff;
}

.cooperation-timeline article>div {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f7f9fc;
}

.cooperation-timeline small {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 700;
}

.cooperation-timeline h3 {
  margin: 5px 0;
  color: #3f4d63;
  font-size: 15px;
}

.cooperation-timeline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.cooperation-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-bottom: 16px;
}

.cooperation-outcomes article {
  display: grid;
  place-items: center;
  padding: 15px 8px;
  border-radius: 9px;
  background: linear-gradient(135deg, #edf5ff, #f8fbff);
  text-align: center;
}

.cooperation-outcomes strong {
  color: var(--blue);
  font-size: 22px;
}

.cooperation-outcomes span {
  color: #6e7b90;
  font-size: 11px;
}

.cooperation-result-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cooperation-result-list li {
  display: flex;
  gap: 8px;
  color: #58667c;
  font-size: 14px;
  line-height: 1.65;
}

.cooperation-result-list i {
  flex: 0 0 auto;
  color: var(--cooperation-green);
}

.cooperation-files {
  display: grid;
  gap: 9px;
}

.cooperation-files article {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cooperation-files article>i {
  color: #d53c45;
  font-size: 29px;
}

.cooperation-files article:nth-child(2)>i {
  color: #2365b8;
}

.cooperation-files h3 {
  margin: 0 0 5px;
  color: #3f4d63;
  font-size: 15px;
}

.cooperation-files p {
  margin: 0;
  color: #748095;
  font-size: 12px;
}

.cooperation-files :is(button, a) {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
}

.cooperation-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  font-size: 13px;
}

.cooperation-detail-actions :is(a, button) {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
}

.cooperation-detail-actions>a:last-child {
  margin-left: auto;
}

.cooperation-info-card dl {
  margin: 0;
}

.cooperation-info-card dl>div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--line);
}

.cooperation-info-card dl>div:last-child {
  border: 0;
}

.cooperation-info-card dt {
  color: #8490a3;
  font-size: 12px;
  font-weight: 500;
}

.cooperation-info-card dd {
  max-width: 155px;
  margin: 0;
  color: #47546a;
  font-size: 12px;
  font-weight: 650;
  text-align: right;
}

.ongoing-text {
  color: var(--cooperation-green) !important;
}

.cooperation-contact-card {
  text-align: center;
}

.contact-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  place-items: center;
  border-radius: 50%;
  background: #edf4ff;
  color: var(--blue);
  font-size: 25px;
}

.cooperation-contact-card>small {
  color: #8792a5;
  font-size: 11px;
}

.cooperation-contact-card h2 {
  margin: 5px 0 9px;
  color: var(--blue);
  font-size: 16px;
}

.cooperation-contact-card p {
  color: #6b788d;
  font-size: 12px;
  line-height: 1.55;
}

.cooperation-contact-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  border-top: 1px dashed var(--line);
  color: var(--blue2);
  font-size: 12px;
}

.cooperation-side-note {
  display: flex;
  gap: 11px;
  padding: 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a50bd, #06388f);
  color: #fff;
}

.cooperation-side-note>i {
  font-size: 27px;
}

.cooperation-side-note h2 {
  margin: 0 0 5px;
  font-size: 15px;
}

.cooperation-side-note p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.55;
  opacity: .85;
}

.cooperation-side-note a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.related-cooperations {
  margin-top: 28px;
}

.related-cooperation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.related-cooperation-head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 21px;
  font-weight: 800;
}

.related-cooperation-head a {
  color: var(--blue2);
  font-size: 13px;
}

.related-cooperation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related-cooperation-grid article {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.related-cooperation-grid span {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 700;
}

.related-cooperation-grid h3 {
  margin: 8px 0;
  color: #3f4d63;
  font-size: 14px;
  line-height: 1.55;
}

.related-cooperation-grid p {
  margin: 0;
  color: #8190a3;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .cooperation-layout {
    grid-template-columns: minmax(0, 1fr) 245px;
  }

  .cooperation-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .cooperation-detail-layout {
    grid-template-columns: minmax(0, 1fr) 275px;
  }
}

@media (max-width: 991px) {
  .cooperation-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cooperation-layout,
  .cooperation-detail-layout {
    grid-template-columns: 1fr;
  }

  .cooperation-sidebar,
  .cooperation-detail-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .cooperation-connect,
  .cooperation-side-note {
    grid-column: 1 / -1;
  }

  .related-cooperation-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .cooperation-hero,
  .cooperation-detail-hero {
    padding: 16px 0 25px;
  }

  .cooperation-hero-icon {
    display: none;
  }

  .cooperation-hero h1 {
    font-size: 25px;
  }

  .cooperation-hero p {
    font-size: 14px;
  }

  .cooperation-content.section,
  .cooperation-detail-content.section {
    padding-top: 18px;
  }

  .cooperation-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cooperation-stats article {
    gap: 8px;
    padding: 11px;
  }

  .cooperation-stats i {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
    font-size: 17px;
  }

  .cooperation-stats strong {
    font-size: 19px;
  }

  .cooperation-stats span {
    font-size: 12px;
  }

  .cooperation-search {
    padding: 13px;
  }

  .cooperation-search-box {
    height: 46px;
  }

  .cooperation-search-box button {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .cooperation-search-box button::after {
    font-family: "bootstrap-icons";
    font-size: 15px;
    content: "\F52A";
  }

  .cooperation-filter-grid {
    grid-template-columns: 1fr;
  }

  .cooperation-result-head {
    align-items: flex-start;
    gap: 10px;
  }

  .cooperation-result-head select {
    max-width: 145px;
  }

  .cooperation-card {
    grid-template-columns: 1fr;
  }

  .cooperation-thumb {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }

  .cooperation-card-body {
    padding: 15px;
  }

  .cooperation-card h3 {
    font-size: 16px;
  }

  .cooperation-partner strong {
    white-space: normal;
  }

  .cooperation-sidebar,
  .cooperation-detail-sidebar,
  .related-cooperation-grid {
    grid-template-columns: 1fr;
  }

  .cooperation-connect,
  .cooperation-side-note {
    grid-column: auto;
  }

  .cooperation-detail-heading h1 {
    font-size: 23px;
  }

  .cooperation-heading-meta {
    font-size: 13px;
  }

  .cooperation-cover img {
    height: 240px;
  }

  .cooperation-detail-section {
    padding: 17px;
  }

  .cooperation-section-title h2 {
    font-size: 18px;
  }

  .cooperation-organizations {
    grid-template-columns: 1fr;
  }

  .cooperation-organizations>i {
    transform: rotate(90deg);
    justify-self: center;
  }

  .cooperation-goals {
    grid-template-columns: 1fr;
  }

  .cooperation-outcomes {
    grid-template-columns: 1fr 1fr;
  }

  .cooperation-files article {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .cooperation-files :is(button, a) {
    grid-column: 2;
    width: max-content;
  }

  .cooperation-detail-actions>a:last-child {
    width: 100%;
    margin-left: 0;
  }

  .related-cooperation-head {
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .cooperation-stats {
    grid-template-columns: 1fr;
  }

  .cooperation-result-head {
    display: grid;
  }

  .cooperation-result-head select {
    max-width: none;
    width: 100%;
  }

  .cooperation-outcomes {
    grid-template-columns: 1fr;
  }
}

@media print {
  header,
  footer,
  .page-loader,
  .cooperation-detail-actions,
  .cooperation-detail-sidebar,
  .related-cooperations {
    display: none !important;
  }

  .cooperation-detail-layout {
    display: block;
  }

  .cooperation-detail-content.section {
    padding: 10px 0;
  }
}
