
.jm-finder { border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 22px; background: rgba(255,255,255,.02); }
.jm-finder__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-bottom: 16px; }
.jm-finder label { display: grid; gap: 8px; }
.jm-finder span { font-size: 13px; letter-spacing: .08em; color: #9fd36d; text-transform: uppercase; }
.jm-finder select {
  min-height: 48px; background: #0c0c0c; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: #f2f2f2; padding: 0 12px;
}
.jm-finder__result { margin-top: 18px; padding: 18px; border-radius: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.jm-finder__label { margin: 0 0 8px; color: #9fd36d; letter-spacing: .16em; font-size: 12px; }
.jm-finder__result h3 { margin: 0 0 8px; font-size: 28px; }
@media (max-width: 760px) { .jm-finder__grid { grid-template-columns: 1fr; } }
