/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 27 2025 | 16:09:19 */
/* Global */
body.bricks-is-frontend {
  max-width: 1920px;
}
/*
#brx-content {
	padding-top: var(--header-height);
}
*/
/* Automatically add extra top margin to calls to action */
:where(*:not([class*="btn--"]) + [class*="btn--"]) {
  margin-block-start: var(--space-s);
}
