/*
 * Framer preserves explicit source line breaks with white-space: pre.
 * Longer English copy must still be able to wrap inside its two-column cards.
 */
[data-framer-root] .framer-qzlhn5,
[data-framer-root] .framer-i59hgq,
[data-framer-root] .framer-i0yx7l {
  white-space: pre-wrap !important;
  width: 100% !important;
  min-width: 0 !important;
}

/*
 * FramerExport may hydrate the English Book component from an older cached
 * module even when its SSR HTML contains the current Framer dimensions.
 * Keep the exported card columns in parity with the published Framer canvas.
 */
@media (max-width: 809.98px) {
  [data-framer-root] [data-framer-name^="卡片 "] > [data-framer-name^="內容 "] {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
  [data-framer-root] [data-framer-name^="卡片 "] > [data-framer-name^="內容 "] {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 40px 44px 40px 36px !important;
  }
}
