/* Блок «Реестр российского ПО» на странице /po/ */
.po-reestr {
  max-width: 920px;
  margin: 8px auto 40px;
}

.po-reestr__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  background: linear-gradient(135deg, #0a3d8f 0%, #1565c0 55%, #1976d2 100%);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(10, 61, 143, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.po-reestr__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(10, 61, 143, 0.35);
  color: #fff;
  text-decoration: none;
}

.po-reestr__emblem {
  flex-shrink: 0;
  height: 72px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.po-reestr__content {
  flex: 1;
  min-width: 0;
}

.po-reestr__title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}

.po-reestr__meta {
  display: block;
  font-size: 14px;
  opacity: 0.92;
  line-height: 1.4;
}

.po-reestr__meta strong {
  font-weight: 700;
  color: #fff;
}

.po-reestr__action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.2s;
}

.po-reestr__link:hover .po-reestr__action {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  .po-reestr__link {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 18px;
  }

  .po-reestr__emblem {
    height: 56px;
    max-width: 110px;
  }

  .po-reestr__title {
    font-size: 15px;
  }

  .po-reestr__action {
    width: 100%;
    justify-content: center;
  }
}

/* Компактный вариант в подвале */
.po-reestr--footer {
  max-width: none;
  margin: 16px 0 0;
}

.po-reestr__link--footer {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: none;
  background: linear-gradient(160deg, #0d47a1 0%, #1565c0 100%);
}

.po-reestr__link--footer:hover {
  transform: none;
  box-shadow: 0 4px 16px rgba(9, 131, 234, 0.35);
}

.po-reestr__emblem--footer {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
}

.po-reestr__title--footer {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

.po-reestr__meta--footer {
  display: block;
  width: 100%;
  font-size: 12px;
  margin: 0;
}

.po-reestr__action--footer {
  display: inline-flex;
  font-size: 11px;
  padding: 6px 12px;
  width: auto;
  margin-top: 4px;
}
