/* Manual building-detail rules. Shared rules live in manual-common.css. */
ul.blist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 14px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

ul.blist li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed #eee;
}

ul.blist img { width: 42px; height: 42px; object-fit: contain; }
ul.blist a { color: var(--swd-link, #71d000); text-decoration: none; font-size: 13px; font-weight: 700; }
