.botb-origin-box {
  border: 1px solid #e4e7eb;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 18px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  font-size: 14px;
  line-height: 1.65;
}
.botb-origin-box__title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #333;
  padding-left: 8px;
}
.botb-origin-box__section {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0;
}
.botb-origin-box__label {
  color: #666;
  font-weight: 700;
  white-space: nowrap;
}
.botb-origin-box__tags,
.botb-origin-box__related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.botb-tag,
.botb-related-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 9px;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid #d9dee5;
  background: #f7f8fa;
  color: #222;
  font-size: 13px;
  transition: background .15s ease, border-color .15s ease;
}
.botb-tag:hover,
.botb-related-link:hover {
  background: #eef2f7;
  color: #111;
}
.botb-tag--origin {
  background: #f2f7ff;
  border-color: #cfdff7;
  font-weight: 700;
}
.botb-tag--character {
  background: #fff7f1;
  border-color: #f0d6c4;
}
.botb-character-group {
  margin-bottom: 8px;
}
.botb-character-group:last-child {
  margin-bottom: 0;
}
.botb-character-group__origin {
  display: inline-block;
  margin: 0 0 4px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
}
.botb-origin-box__related {
  margin-top: 12px;
  padding: 10px 10px 0;
  border-top: 1px dashed #e2e5ea;
}
.botb-origin-box__related-label {
  display: block;
  color: #444;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
}
.botb-related-link {
  border-radius: 7px;
  background: #fafafa;
  padding: 5px 10px;
}
@media (max-width: 600px) {
  .botb-origin-box__section {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .botb-origin-box {
    padding: 12px;
  }
  .botb-origin-box__related {
    padding-left: 0;
    padding-right: 0;
  }
}
