.ees-pubs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ees-pubs__empty {
  margin: 0;
  color: #5b6775;
}

.ees-pubs .cncsu-doc,
.ees-pub-single .cncsu-doc {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 24px rgba(11, 46, 74, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ees-pubs .cncsu-doc:hover,
.ees-pub-single .cncsu-doc:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 46, 74, 0.1);
}

.ees-pubs .cncsu-doc__type,
.ees-pub-single .cncsu-doc__type {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #c82028;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ees-pubs .cncsu-doc__body,
.ees-pub-single .cncsu-doc__body {
  flex: 1 1 auto;
  min-width: 0;
}

.ees-pubs .cncsu-doc__body strong,
.ees-pub-single .cncsu-doc__body strong {
  display: block;
  color: #0b2e4a;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.ees-pubs .cncsu-doc__body span,
.ees-pub-single .cncsu-doc__body span {
  display: block;
  color: #5b6775;
  font-size: 13px;
  line-height: 1.4;
}

.ees-pubs .cncsu-doc__action,
.ees-pub-single .cncsu-doc__action {
  flex: 0 0 auto;
  color: #1070b8;
  font-size: 13px;
  font-weight: 700;
}

.ees-pub-single {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ees-pub-single__body > p:first-child {
  margin-top: 0;
}

@media (max-width: 700px) {
  .ees-pubs .cncsu-doc,
  .ees-pub-single .cncsu-doc {
    flex-wrap: wrap;
  }

  .ees-pubs .cncsu-doc__action,
  .ees-pub-single .cncsu-doc__action {
    width: 100%;
  }
}

.ees-pubs-pager {
  margin-top: 8px;
}

.ees-pubs-pager .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ees-pubs-pager .page-numbers li {
  margin: 0;
}

.ees-pubs-pager .page-numbers a,
.ees-pubs-pager .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(11, 46, 74, 0.15);
  border-radius: 6px;
  background: #fff;
  color: #0b2e4a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ees-pubs-pager .page-numbers a:hover {
  border-color: #1070b8;
  color: #1070b8;
}

.ees-pubs-pager .page-numbers .current {
  background: #0b2e4a;
  border-color: #0b2e4a;
  color: #fff;
}
