/* LUUPIGO smart-prediction-points-public-ui-1g2b-20260712-01 */
.luupigo-prediction-points {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid #99f6e4;
  border-radius: 16px;
  background: #f0fdfa;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.luupigo-prediction-points-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  color: #0f172a;
  font-weight: 900;
}

.luupigo-prediction-points-title span {
  font-size: 1.02rem;
}

.luupigo-prediction-points-title small {
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.luupigo-prediction-points-note {
  margin: 0 0 10px;
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.45;
}

.luupigo-prediction-points-list {
  display: grid;
  gap: 9px;
}

.luupigo-prediction-point {
  padding: 11px;
  border: 1px solid #bae6fd;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.luupigo-prediction-point-head,
.luupigo-prediction-point-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.luupigo-prediction-point-head strong {
  color: #0f172a;
  font-size: 0.92rem;
}

.luupigo-prediction-point-head span {
  color: #0369a1;
  font-size: 0.86rem;
  font-weight: 900;
}

.luupigo-prediction-point p {
  margin: 7px 0;
  color: #1e293b;
  font-size: 0.84rem;
  line-height: 1.42;
}

.luupigo-prediction-point-meta span {
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
}

@media (max-width: 520px) {
  .luupigo-prediction-points {
    margin: 12px 0;
    padding: 12px;
  }

  .luupigo-prediction-point-head,
  .luupigo-prediction-point-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
