.attributes-container {
  margin-bottom: 16px;
}

.attribute-box {
  background-color: #f0f0f0;
  padding: 8px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.attribute-label {
  font-weight: bold;
  margin-right: 8px;
  color: #333;
}

.attribute-value {
  color: #555;
}