/* COPYRIGHT © 2026 Eco Farm Online S.R.O. ALL RIGHTS RESERVED */
.downloads-shell {
  --shell-padding: clamp(1rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  width: min(1120px, 100%);
  min-height: 100vh;
  min-height: 100dvh;
}
.downloads-shell .masthead { gap: 1rem; margin-bottom: clamp(1.25rem, 3vw, 2rem); }
.download-back, .download-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fff9;
  background: #476f57;
  border: 1px solid #75a184;
  border-radius: .55rem;
  font-weight: 700;
  text-decoration: none;
}
.download-back { padding: .55rem .8rem; font-size: .78rem; }
.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
.download-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 17rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}
.download-card h2 { margin: .2rem 0 .6rem; }
.download-card p:not(.eyebrow) { flex: 1; max-width: 42rem; margin-bottom: 1.5rem; line-height: 1.5; }
.download-action { align-self: center; width: min(100%, 18rem); padding: .75rem 1rem; }
.download-back:hover, .download-back:focus-visible,
.download-action:hover, .download-action:focus-visible { background: #578768; }
.downloads-shell .site-footer { margin-top: auto; padding-top: 1.75rem; }
@media (max-width: 700px) {
  .download-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 13rem; }
}
