.survey-prompt {
  border-color: #d7e6ff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.survey-prompt_banner {
  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
}

.survey-prompt_card {
  border: 1px solid #d7e6ff;
}

.survey-prompt__inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
}

.survey-prompt__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  font-size: 20px;
}

.survey-prompt__content {
  flex: 1 1 auto;
  min-width: 0;
}

.survey-prompt__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #16324f;
}

.survey-prompt__text {
  margin: 0;
  color: #4f647a;
  line-height: 1.55;
}

.survey-prompt__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.survey-prompt__actions .btn-link {
  padding-right: 0;
  padding-left: 0;
}

.survey-prompt-footer-link {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .survey-prompt__inner {
    flex-direction: column;
    padding: 18px;
  }

  .survey-prompt__actions {
    width: 100%;
    margin-left: 0;
  }
}
