@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

.pgi-container {
  max-width: 700px;
  margin: 20px auto;
  background: #fafafa;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  font-family: 'Outfit', sans-serif;
  color: #222;
}

.pgi-container h1 {
  text-align: center;
  font-weight: 600;
  color: #2B6CB0;
  margin-bottom: 20px;
}

.pgi-container label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.pgi-container select,
.pgi-container button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
}

.pgi-container button {
  background: #2B6CB0;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pgi-container button:hover {
  background: #2a5bac;
}

.pgi-results {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
}

.pgi-results .idea {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.pgi-results .highlight {
  font-weight: 600;
  color: #2B6CB0;
}
