.image-specs {
  background: #f8f8f8;
  border-left: 5px solid #bfbfbf;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.image-specs .spec-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

.image-specs .spec-line {
  margin-bottom: 4px;
}

.image-specs .label {
  font-weight: 600;
  color: #555;
}

.image-specs .value {
  color: #111;
}
