.proPlanPrice {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.proPriceLine {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.stripeBuyWrap .proPriceLine,
.plansCTA .proPriceLine,
.proGuidePreviewActions .proPriceLine {
  max-width: 100%;
  text-align: right;
}

.proGuidePreviewActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

@media (max-width: 640px) {
  .proPlanPrice {
    white-space: normal;
  }

  .proPriceLine,
  .stripeBuyWrap .proPriceLine,
  .plansCTA .proPriceLine,
  .proGuidePreviewActions .proPriceLine {
    overflow-wrap: anywhere;
  }
}
