/* Truaxis Builder — frontend (minimal; theme CSS carries most styles) */
.txb-section__inner > *:first-child {
  margin-top: 0;
}

.txb-section__inner > *:last-child {
  margin-bottom: 0;
}

.txb-section--pt-none { padding-top: 0; }
.txb-section--pt-sm { padding-top: 1.5rem; }
.txb-section--pt-md { padding-top: 2.5rem; }
.txb-section--pt-lg { padding-top: 4rem; }
.txb-section--pt-xl { padding-top: 6rem; }
.txb-section--pb-none { padding-bottom: 0; }
.txb-section--pb-sm { padding-bottom: 1.5rem; }
.txb-section--pb-md { padding-bottom: 2.5rem; }
.txb-section--pb-lg { padding-bottom: 4rem; }
.txb-section--pb-xl { padding-bottom: 6rem; }
.txb-section--bg-white { background: #fff; }
.txb-section--bg-light { background: #eaf7fc; }
.txb-section--bg-navy { background: #0e1853; color: #fff; }
