.em-pf-card{
  background: var(--em-pf-bg,#f8f1ff);
  border: 1px solid var(--em-pf-border,#8b64a9);
  padding: 14px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  max-width: var(--em-pf-maxw,680px);
  font-size: var(--em-pf-fs,14px);
  line-height: 1.35;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.em-pf-logo{
  height: 22px !important;
  width: auto !important;
  max-width: 300px !important;
  object-fit: contain;
  flex: 0 0 auto;
}
.em-pf-text{
  flex:1 1 auto;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
.em-pf-how{
  font-weight: 600;
  color: #8b64a9;
  text-decoration: underline;
}
