/* Gaspedaal referentie-bijlage — gedeeld: referentie print + rapport PDF */

.gp-bijlage-url {
  margin: 0 0 12px;
  font-size: 9px;
  line-height: 1.45;
  word-break: break-all;
  color: #2563eb;
}

.gp-bijlage-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gp-bijlage-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.gp-bijlage-item__foto {
  flex: 0 0 130px;
  width: 130px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
}

.gp-bijlage-item__foto img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gp-bijlage-item__foto--leeg {
  font-size: 26px;
}

.gp-bijlage-item__body {
  flex: 1;
  min-width: 0;
}

.gp-bijlage-item__nr {
  margin: 0 0 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.gp-bijlage-item__naam {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.gp-bijlage-item__prijs {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 800;
  color: #1a2e4a;
}

.gp-bijlage-item__meta {
  margin: 0 0 3px;
  font-size: 9.5px;
  color: #475569;
  line-height: 1.5;
}

.gp-bijlage-item__link {
  margin: 0;
  font-size: 7.5px;
  word-break: break-all;
  color: #64748b;
}

.gp-bijlage-empty {
  margin: 0;
  font-size: 10px;
  color: #64748b;
}

body.page-rapport .r-gaspedaal-bijlage-wrap {
  margin-top: 8px;
}

body.page-rapport .r-gaspedaal-meta {
  margin: 0 0 6px;
  font-size: 10px;
  color: var(--gray-600);
}

@media print {
  .gp-bijlage-item {
    border-color: #94a3b8;
  }
}
