/* Targeted production polish kept separate from the first portal stylesheet. */
.source-row {
  align-items: flex-start;
}

.source-row .badge {
  flex: 0 0 auto;
}

.search-form { max-width: none; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.search-panel { margin-bottom: 18px; }
.result-list { margin-top: 18px; border-top: 1px solid #edf2f0; }
.result { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #edf2f0; }
.result > div:last-child { text-align: right; }
@media (max-width: 850px) { .search-form { grid-template-columns: 1fr; } .result { display: block; } .result > div:last-child { text-align: left; margin-top: 8px; } }
