.ps-survey-home-entry {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  color: #172233;
  color-scheme: light;
}

.ps-survey-home-entry *,
.ps-survey-home-entry *::before,
.ps-survey-home-entry *::after {
  box-sizing: border-box;
  color-scheme: light;
}

.ps-survey-home-entry__head {
  display: grid;
  gap: 0.6rem;
}

.ps-survey-home-entry__head h2,
.ps-survey-home-entry__head p,
.ps-survey-card h3,
.ps-survey-card p {
  margin: 0;
}

.ps-survey-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.ps-survey-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(23, 34, 51, 0.12);
  border-radius: 8px;
  background: rgba(154, 214, 244, 0.26);
  color: #172233;
}

.ps-survey-card h3 {
  color: #172233;
  font-size: 1.05rem;
  line-height: 1.3;
}

.ps-survey-card__meta,
.ps-survey-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.ps-survey-card__meta span,
.ps-survey-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: rgba(31, 91, 105, 0.08);
  color: #1f5b69;
  font-size: 0.78rem;
  font-weight: 700;
}

.ps-survey-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid #1f6f86;
  border-radius: 8px;
  background: #1f6f86;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ps-survey-button--ghost {
  background: #fff;
  color: #1f6f86;
}

@media (max-width: 700px) {
  .ps-survey-card-grid {
    grid-template-columns: 1fr;
  }
}
