/* 워크스페이스 > DB관리 > 잠재양식관리 페이지 (2026-09-04) — A-4 액센트형(차콜 #3e6187 · 밴드 #f3f7fb · 테두리 #dbe6f0) */
.lrp { max-width: 820px; display: flex; flex-direction: column; gap: 14px; }
.lrp-band { background: linear-gradient(180deg, #f3f7fb, #fff); border: 1px solid #dbe6f0; border-radius: 12px; padding: 16px 18px; }
.lrp-band-title { font-size: 17px; font-weight: 900; color: #1c2430; padding-left: 10px; border-left: 4px solid #3e6187; line-height: 1.2; }
.lrp-host { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; color: #3e6187; margin-left: 6px; font-weight: 600; }
.lrp-band-desc { margin-top: 10px; font-size: 13px; line-height: 1.65; color: #4a5566; }
.lrp-band-desc b { color: #1c2430; }
.lrp-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }

.lrp-btn { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 16px; border-radius: 999px; border: 1px solid #dbe6f0; background: #fff; color: #1c2430; font-size: 12.5px; font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap; }
.lrp-btn:hover { background: #f3f7fb; }
.lrp-btn-primary { background: #3e6187; border-color: #3e6187; color: #fff; }
.lrp-btn-primary:hover { background: #2f4c6b; }


@media (max-width: 760px) {
  .lrp-band { padding: 14px; }
}
