/* JulyLearn Site V12.98 · Survey Entry Visibility */
.survey-campaign-strip {
  background: linear-gradient(90deg, #f7f5ff 0%, #fbfaff 55%, #f3f8ff 100%);
  border-bottom: 1px solid #e7e3fb;
}
.survey-campaign-strip-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.survey-campaign-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.survey-campaign-copy > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.survey-campaign-copy strong {
  color: #191b23;
  font-size: 14px;
  line-height: 1.5;
}
.survey-campaign-copy > div > span {
  color: #6d7280;
  font-size: 12px;
  line-height: 1.55;
}
.survey-campaign-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #6d5efc;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}
.survey-campaign-action {
  flex: none;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 10px;
  background: #17191f;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 7px 20px rgba(23,25,31,.13);
}
.survey-campaign-action:hover { transform: translateY(-1px); }
.survey-promo-card {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #e5e7ed;
  display: grid;
  gap: 7px;
}
.survey-promo-card > span {
  color: #6d5efc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.survey-promo-card > strong { font-size: 16px; }
.wishes-note .survey-promo-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #777d88;
}
.survey-promo-card a {
  width: max-content;
  margin-top: 3px;
  color: #5144d8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.survey-promo-card a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 820px) {
  .survey-campaign-strip-inner { align-items: flex-start; flex-direction: column; gap: 10px; padding-top: 13px; padding-bottom: 13px; }
  .survey-campaign-copy { align-items: flex-start; gap: 10px; }
  .survey-campaign-copy > div > span { display: none; }
  .survey-campaign-action { width: 100%; }
}
@media (max-width: 560px) {
  .survey-campaign-copy { width: 100%; }
  .survey-campaign-badge { margin-top: 1px; }
  .survey-campaign-copy strong { font-size: 13px; }
}

/* V13.03 RC2 — integrate the UE survey into the Wish Pool note hierarchy. */
.wishes-note .survey-promo-section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e1e3e9;
  display: grid;
  gap: 7px;
}
.wishes-note .survey-promo-section > span {
  color: #6d5efc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.wishes-note .survey-promo-section > strong {
  color: #17191f;
  font-size: 17px;
  line-height: 1.45;
}
.wishes-note .survey-promo-section p {
  margin: 0;
  color: #6f7480;
  font-size: 13px;
  line-height: 1.65;
}
.wishes-note .survey-promo-button {
  width: max-content;
  min-height: 40px;
  margin-top: 5px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #17191f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(23,25,31,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wishes-note .survey-promo-button:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23,25,31,.17);
}
@media (max-width: 560px) {
  .wishes-note .survey-promo-button { width: 100%; box-sizing: border-box; }
}

/* V13.03 RC4 — survey entry follows the dark Wish Pool side panel hierarchy. */
.wishes-note .survey-promo-section {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding-top: 22px;
  border-top-color: rgba(255,255,255,.14);
  gap: 8px;
}
.wishes-note .survey-promo-section > span {
  color: #a99dff;
}
.wishes-note .survey-promo-section > strong {
  color: #fff;
  font-size: 18px;
}
.wishes-note .survey-promo-section p {
  color: #aeb5c4;
}
.wishes-note .survey-promo-button {
  min-height: 42px;
  margin-top: 7px;
  padding: 0 18px;
  background: #fff;
  color: #171923;
  box-shadow: none;
}
.wishes-note .survey-promo-button:hover {
  background: #f1efff;
  box-shadow: none;
}
