.isf { max-width: 860px; }
.isf-search-row { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.isf-search-row label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 700; color: #27331f; }
.isf-search-row input {
  padding: 9px 11px; font-size: 14.5px; border: 1px solid #d9e0d4; border-radius: 6px;
}
.isf-search-row input:focus { outline: 2px solid #19616a; outline-offset: 1px; }
.isf-count { font-size: 12.5px; color: #5b6b56; margin: 0; }

.isf-list { display: flex; flex-direction: column; gap: 10px; }

.isf-card {
  background: #f3f4f8; border: 1px solid #d9e0d4; border-radius: 8px; padding: 12px 14px;
}
.isf-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.isf-icon { font-size: 20px; line-height: 1; }
.isf-name { font-size: 15px; font-weight: 700; color: #27331f; flex: 1; }
.isf-source-count { font-size: 11.5px; font-weight: 700; color: #5b6b56; text-transform: uppercase; letter-spacing: 0.02em; }

.isf-sources { display: flex; flex-direction: column; gap: 6px; }
.isf-source-row {
  display: flex; align-items: flex-start; gap: 10px; padding: 8px 10px;
  background: #fff; border: 1px solid #d9e0d4; border-radius: 6px;
}
.isf-tag {
  flex: 0 0 auto; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
  padding: 3px 8px; border-radius: 999px; color: #fff; white-space: nowrap;
}
.isf-source-detail { font-size: 13px; color: #27331f; line-height: 1.4; }

.isf-tag-mining { background: #5b6b56; }
.isf-tag-crafting { background: #19616a; }
.isf-tag-smelting { background: #a15c2b; }
.isf-tag-trading { background: #7a5ba1; }
.isf-tag-mobdrop { background: #a13d3d; }
.isf-tag-loot { background: #b08a1e; }
.isf-tag-fishing { background: #1e6fb0; }
.isf-tag-bartering { background: #c07a1e; }
.isf-tag-boss { background: #6b1e6b; }
.isf-tag-onetime { background: #27331f; }
.isf-tag-none { background: #8a8a8a; }
.isf-tag-default { background: #5b6b56; }

.isf-empty {
  padding: 14px 12px; font-size: 13px; color: #5b6b56; background: #f3f4f8;
  border: 1px dashed #d9e0d4; border-radius: 6px;
}
.isf-note { margin-top: 16px; font-size: 13px; color: #5b6b56; }

@media (max-width: 560px) {
  .isf-source-row { flex-direction: column; gap: 4px; }
}
