.u-section-dokumenty {
  background-color: #22397c;
  color: #ffffff;
  padding: 70px 0;
}

.u-section-dokumenty .u-sheet {
  max-width: 1140px;
}

.dokumenty-intro {
  margin: 16px 0 40px;
  color: #e5e7eb;
  max-width: 820px;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.document-card {
  background-color: #172a3d;
  border: 1px solid #5d768f;
  border-radius: 10px;
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.document-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-color: #e85d3f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
}

.document-title {
  margin: 0 0 10px;
  color: #ffffff;
}

.document-category {
  margin: 0 0 18px;
  color: #cfd8e3;
}

.document-link {
  margin-top: auto;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 14px;
  transition: 0.2s ease;
}

.document-link:hover {
  background-color: #ffffff;
  color: #0f1925;
}

@media (max-width: 767px) {
  .u-section-dokumenty {
    padding: 48px 0;
  }

  .document-card {
    min-height: 200px;
  }
}
