.sslp-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  margin: 15px 0;
  background: #fff;
}
.sslp-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.sslp-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}
.sslp-field { min-width: 180px; flex: 1; }
.sslp-field-button { flex: 0 0 auto; }
.sslp-results { margin-top: 15px; }
.sslp-result-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #fafafa;
}
.sslp-result-title { font-weight: 700; }
.sslp-result-meta { font-size: 13px; color: #666; }
.sslp-badge {
  display: inline-block;
  margin-top: 8px;
  background: #14858e;
  color: #fff;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
}
