
/* ===============================
   Stylizacja: Sekcja Metadane BIP
   =============================== */

.bip-metadane-wrap {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background-color: #f9f9f9;
  border-left: 4px solid #0057b8;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #222;
}

.bip-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.4rem;
}

.bip-meta-row strong {
  min-width: 180px;
  font-weight: 600;
  color: #003366;
}

.bip-meta-row span.meta-date {
  color: #444;
  font-style: italic;
}
