[data-thought-starter-slot]:empty {
  display: none;
}

.thought-starter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.thought-starter-card .eyebrow {
  margin-bottom: .15rem;
}

.thought-starter-question {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 .25rem;
}

.thought-starter-copy {
  min-width: 0;
}

.thought-starter-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 700px) {
  .thought-starter-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .thought-starter-actions {
    width: 100%;
  }
}
