/* Modern WordPress pages/posts: preserve authored Gutenberg/classic structure.
   Legacy Colibri content still uses the reinvention renderer. */
.cth-native-editorial{padding:clamp(46px,7vw,88px) 0;background:var(--paper,#f6f8fc)}
.cth-native-editorial__content{width:min(100%,900px);margin:0 auto;color:var(--ink,#071a3e);font-size:clamp(1rem,.96rem + .18vw,1.08rem);line-height:1.72;overflow-wrap:anywhere}
.cth-native-editorial__content>:first-child{margin-top:0}
.cth-native-editorial__content>:last-child{margin-bottom:0}
.cth-native-editorial__content :where(h2,h3,h4){font-family:var(--display,"Avenir Next","Helvetica Neue",Arial,sans-serif);color:var(--ink,#071a3e);line-height:1.02;letter-spacing:-.035em}
.cth-native-editorial__content h2{font-size:clamp(2rem,4vw,3.7rem);margin:1.25em 0 .45em}
.cth-native-editorial__content h3{font-size:clamp(1.45rem,2.6vw,2.25rem);margin:1.35em 0 .45em}
.cth-native-editorial__content :where(p,ul,ol,blockquote,figure,table,.wp-block-group,.wp-block-columns){margin-top:0;margin-bottom:1.35em}
.cth-native-editorial__content :where(img,video,iframe){max-width:100%;height:auto;border-radius:16px}
.cth-native-editorial__content figure{max-width:100%}
.cth-native-editorial__content .alignwide{width:min(1160px,calc(100vw - 36px));max-width:none;margin-left:50%;transform:translateX(-50%)}
/* Full alignment inside a shell used 100vw and could create horizontal scroll
   because desktop scrollbars are part of vw. Keep authored content wide but
   bounded to the viewport-safe shell. */
.cth-native-editorial__content .alignfull{width:min(1240px,calc(100vw - 24px));max-width:none;margin-left:50%;transform:translateX(-50%)}
.cth-native-editorial__content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto;background:#fff}
.cth-native-editorial__content :where(th,td){padding:12px 14px;border-bottom:1px solid rgba(7,26,62,.12);text-align:left}
.cth-native-editorial__content blockquote{padding:20px 24px;border-left:4px solid var(--brand,#2f6cff);background:#fff;border-radius:0 14px 14px 0;font-size:1.08em}
@media(max-width:767px){
  .cth-native-editorial{padding:36px 0 54px}
  .cth-native-editorial__content{font-size:1rem;line-height:1.65}
  .cth-native-editorial__content .wp-block-columns{gap:20px}
}
