.container { width: min(var(--cms-container-width, 1160px), calc(100% - 36px)); }

.cms-custom-section .cms-custom-content > :first-child { margin-top: 0; }
.cms-custom-section .cms-custom-content > :last-child { margin-bottom: 0; }
.cms-custom-section--dark { background: var(--navy); color: var(--white); }
.cms-custom-section--dark .eyebrow { color: var(--gold-2); }
.cms-custom-section--soft { background: var(--soft); }
.cms-hidden { display: none !important; }
