.wa-product-area-font-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wa-product-area-font-preview label {
  font-weight: 700;
  font-size: 14px;
}
.wa-product-area-font-preview-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wa-product-area-font-preview-list__item {
  padding: 10px;
  background-color: white;
}
.wa-product-area-font-preview-list__name {
  font-size: 14px;
  font-weight: 700;
}
.wa-product-area-font-preview-list__text {
  font-size: 24px;
  line-height: 1.2;
}
