/* File: automatic.css - Version: 4.0.0-rc-1 - Generated: 2026-07-13 10:08:43 */
/* Feat: Text, Headings, & Spacing */
:root {
  --root-font-size: 100%;
}
/* Feat: Palette */
:root {
  --primary: oklch(0.942 0.221 119);
  --primary-hover: oklch(0.947493 0.210316 117.721438);
  --primary-ultra-light: oklch(0.99117 0.032742 112.548237);
  --primary-light: oklch(0.974929 0.096768 114.31548);
  --primary-semi-light: oklch(0.951997 0.194273 116.946075);
  --primary-semi-dark: oklch(0.722788 0.16972 118.908227);
  --primary-dark: oklch(0.566004 0.132496 118.593608);
  --primary-ultra-dark: oklch(0.303711 0.070534 117.76629);
  --accent: oklch(0.648 0.204 11);
  --accent-hover: oklch(0.712223 0.160342 7.463509);
  --accent-ultra-light: oklch(0.949211 0.023757 1.338816);
  --accent-light: oklch(0.848453 0.076176 3.315846);
  --accent-semi-light: oklch(0.675457 0.185398 9.341942);
  --accent-semi-dark: oklch(0.46087 0.177324 17.601481);
  --accent-dark: oklch(0.362762 0.137037 16.561934);
  --accent-ultra-dark: oklch(0.202346 0.070199 11.72101);
  --neutral: oklch(0.215 0.036 221);
  --neutral-hover: oklch(0.230592 0.039008 221.537254);
  --neutral-ultra-light: oklch(0.968047 0.019131 217.228634);
  --neutral-light: oklch(0.907177 0.055142 218.065929);
  --neutral-semi-light: oklch(0.798903 0.115299 221.572707);
  --neutral-semi-dark: oklch(0.565544 0.105298 225.822253);
  --neutral-dark: oklch(0.445919 0.08142 225.179835);
  --neutral-ultra-dark: oklch(0.246441 0.041582 222.273334);
  --white: #fff;
  --black: #000;
  --h3-color: var(--contrast);
}
/* Feat: Default Section Styles */
:root {
  --content-width: 87.5rem;
  --content-width-safe: min(var(--content-width), calc(100% - var(--gutter) * 2));
}
/* Feat: Focus Styles */
:root {
  --focus-color: var(--action);
  --focus-width: 0.2rem;
  --focus-offset: 0.25em;
}
/* Feat: Text Defaults */
:root {
  --text-xxl-line-height: 1.5;
  --text-xxl-max-width: 20ch;
  --text-xl-line-height: 1.5;
  --text-l-line-height: 1.5;
  --text-m-line-height: calc(1.6);
  --text-m-max-width: 100%;
  --text-s-line-height: 1.5;
  --text-xs-line-height: 1.5;
  --base-text-lh: calc(1.6);
  --text-color: var(--neutral);
  --text-line-height: calc(1.6);
  --text-text-wrap: pretty;
}
/* Feat: Heading Defaults */
:root {
  --heading-line-height: calc(1.2);
  --heading-font-weight: 700;
  --heading-text-wrap: pretty;
  --base-heading-lh: calc(1.2);
  --h1-line-height: 1.2;
  --h1-max-width: 100%;
  --h2-line-height: 1.2;
  --h3-line-height: 1.2;
  --h3-color: var(--contrast);
  --h4-line-height: calc(1.2);
  --h5-line-height: 1.2;
  --h6-line-height: 1.2;
}
/* Feat: Text Size Variables */
:root {
  --text-xs: clamp(0.6875rem, calc(0vw + 0.6875rem), 0.6875rem);
  --text-s: clamp(0.75rem, calc(0vw + 0.75rem), 0.75rem);
  --text-s-to-xs: clamp(0.6875rem, calc(0.0925925926vw + 0.6689814815rem), 0.75rem);
  --text-m: clamp(1rem, calc(0.1851851852vw + 0.962962963rem), 1.125rem);
  --text-m-to-s: clamp(0.75rem, calc(0.5555555556vw + 0.6388888889rem), 1.125rem);
  --text-m-to-xs: clamp(0.6875rem, calc(0.6481481481vw + 0.5578703704rem), 1.125rem);
  --text-l: clamp(1.2rem, calc(0.4438888889vw + 1.1112222222rem), 1.499625rem);
  --text-l-to-m: clamp(1rem, calc(0.7401851852vw + 0.851962963rem), 1.499625rem);
  --text-l-to-s: clamp(0.75rem, calc(1.1105555556vw + 0.5278888889rem), 1.499625rem);
  --text-l-to-xs: clamp(0.6875rem, calc(1.2031481481vw + 0.4468703704rem), 1.499625rem);
  --text-xl: clamp(1.44rem, calc(0.8281483333vw + 1.2743703333rem), 1.999000125rem);
  --text-xl-to-l: clamp(1.2rem, calc(1.1837038889vw + 0.9632592222rem), 1.999000125rem);
  --text-xl-to-m: clamp(1rem, calc(1.4800001852vw + 0.703999963rem), 1.999000125rem);
  --text-xl-to-s: clamp(0.75rem, calc(1.8503705556vw + 0.3799258889rem), 1.999000125rem);
  --text-xl-to-xs: clamp(0.6875rem, calc(1.9429631481vw + 0.2989073704rem), 1.999000125rem);
  --text-xxl: clamp(1.728rem, calc(1.3876550617vw + 1.4504689877rem), 2.6646671666rem);
  --text-xxl-to-xl: clamp(1.44rem, calc(1.8143217283vw + 1.0771356543rem), 2.6646671666rem);
  --text-xxl-to-l: clamp(1.2rem, calc(2.1698772839vw + 0.7660245432rem), 2.6646671666rem);
  --text-xxl-to-m: clamp(1rem, calc(2.4661735802vw + 0.506765284rem), 2.6646671666rem);
  --text-xxl-to-s: clamp(0.75rem, calc(2.8365439506vw + 0.1826912099rem), 2.6646671666rem);
  --text-xxl-to-xs: clamp(0.6875rem, calc(2.9291365431vw + 0.1016726914rem), 2.6646671666rem);
}
/* Feat: Heading Size Variables */
:root {
  --h6: clamp(0.6875rem, calc(0vw + 0.6875rem), 0.6875rem);
  --h5: clamp(0.75rem, calc(0vw + 0.75rem), 0.75rem);
  --h5-to-h6: clamp(0.6875rem, calc(0.0925925926vw + 0.6689814815rem), 0.75rem);
  --h4: clamp(1rem, calc(0.5555555556vw + 0.8888888889rem), 1.375rem);
  --h4-to-h5: clamp(0.75rem, calc(0.9259259259vw + 0.5648148148rem), 1.375rem);
  --h4-to-h6: clamp(0.6875rem, calc(1.0185185185vw + 0.4837962963rem), 1.375rem);
  --h3: clamp(1.2rem, calc(1.0740740741vw + 0.9851851852rem), 1.925rem);
  --h3-to-h4: clamp(1rem, calc(1.3703703704vw + 0.7259259259rem), 1.925rem);
  --h3-to-h5: clamp(0.75rem, calc(1.7407407407vw + 0.4018518519rem), 1.925rem);
  --h3-to-h6: clamp(0.6875rem, calc(1.8333333333vw + 0.3208333333rem), 1.925rem);
  --h2: clamp(1.44rem, calc(1.8592592593vw + 1.0681481481rem), 2.695rem);
  --h2-to-h3: clamp(1.2rem, calc(2.2148148148vw + 0.757037037rem), 2.695rem);
  --h2-to-h4: clamp(1rem, calc(2.5111111111vw + 0.4977777778rem), 2.695rem);
  --h2-to-h5: clamp(0.75rem, calc(2.8814814815vw + 0.1737037037rem), 2.695rem);
  --h2-to-h6: clamp(0.6875rem, calc(2.9740740741vw + 0.0926851852rem), 2.695rem);
  --h1: clamp(1.728rem, calc(3.0296296296vw + 1.1220740741rem), 3.773rem);
  --h1-to-h2: clamp(1.44rem, calc(3.4562962963vw + 0.7487407407rem), 3.773rem);
  --h1-to-h3: clamp(1.2rem, calc(3.8118518519vw + 0.4376296296rem), 3.773rem);
  --h1-to-h4: clamp(1rem, calc(4.1081481481vw + 0.1783703704rem), 3.773rem);
  --h1-to-h5: clamp(0.75rem, calc(4.4785185185vw + -0.1457037037rem), 3.773rem);
  --h1-to-h6: clamp(0.6875rem, calc(4.5711111111vw + -0.2267222222rem), 3.773rem);
}
/* Feat: Default Section Styles */
:root {
  --section-padding-block: var(--section-space-m);
  --gutter: clamp(1rem, calc(5.9259259259vw + -0.1851851852rem), 5rem);
}
/* Feat: Space Variables */
:root {
  --space-xs: clamp(0.5276075208rem, calc(0.4529271297vw + 0.4370220948rem), 0.8333333333rem);
  --space-s: clamp(0.7033008252rem, calc(0.8099247034vw + 0.5413158845rem), 1.25rem);
  --space-s-to-xs: clamp(0.5276075208rem, calc(1.0702110803vw + 0.3135653047rem), 1.25rem);
  --space-m: clamp(0.9375rem, calc(1.3888888889vw + 0.6597222222rem), 1.875rem);
  --space-m-to-s: clamp(0.7033008252rem, calc(1.7358506293vw + 0.3561306993rem), 1.875rem);
  --space-m-to-xs: clamp(0.5276075208rem, calc(1.9961370062vw + 0.1283801195rem), 1.875rem);
  --space-l: clamp(1.2496875rem, calc(2.3152777778vw + 0.7866319444rem), 2.8125rem);
  --space-l-to-m: clamp(0.9375rem, calc(2.7777777778vw + 0.3819444444rem), 2.8125rem);
  --space-l-to-s: clamp(0.7033008252rem, calc(3.1247395182vw + 0.0783529216rem), 2.8125rem);
  --space-l-to-xs: clamp(0.5276075208rem, calc(3.3850258951vw + -0.1493976582rem), 2.8125rem);
  --space-xl: clamp(1.6658334375rem, calc(3.7820986111vw + 0.9094137153rem), 4.21875rem);
  --space-xl-to-l: clamp(1.2496875rem, calc(4.3986111111vw + 0.3699652778rem), 4.21875rem);
  --space-xl-to-m: clamp(0.9375rem, calc(4.8611111111vw + -0.0347222222rem), 4.21875rem);
  --space-xl-to-s: clamp(0.7033008252rem, calc(5.2080728515vw + -0.3383137451rem), 4.21875rem);
  --space-xl-to-xs: clamp(0.5276075208rem, calc(5.4683592285vw + -0.5660643249rem), 4.21875rem);
  --space-xxl: clamp(2.2205559722rem, calc(6.0852874486vw + 1.0034984825rem), 6.328125rem);
  --space-xxl-to-xl: clamp(1.6658334375rem, calc(6.9070986111vw + 0.2844137153rem), 6.328125rem);
  --space-xxl-to-l: clamp(1.2496875rem, calc(7.5236111111vw + -0.2550347222rem), 6.328125rem);
  --space-xxl-to-m: clamp(0.9375rem, calc(7.9861111111vw + -0.6597222222rem), 6.328125rem);
  --space-xxl-to-s: clamp(0.7033008252rem, calc(8.3330728515vw + -0.9633137451rem), 6.328125rem);
  --space-xxl-to-xs: clamp(0.5276075208rem, calc(8.5933592285vw + -1.1910643249rem), 6.328125rem);
}
/* Feat: Section Space Variables */
:root {
  --section-space-xs: clamp(1.5828225624rem, calc(2.5933492903vw + 1.0641527043rem), 3.3333333333rem);
  --section-space-s: clamp(2.1099024756rem, calc(4.281625962vw + 1.2535772832rem), 5rem);
  --section-space-s-to-xs: clamp(1.5828225624rem, calc(5.0624850928vw + 0.5703255438rem), 5rem);
  --section-space-m: clamp(2.8125rem, calc(6.9444444444vw + 1.4236111111rem), 7.5rem);
  --section-space-m-to-s: clamp(2.1099024756rem, calc(7.9853296657vw + 0.5128365425rem), 7.5rem);
  --section-space-m-to-xs: clamp(1.5828225624rem, calc(8.7661887965vw + -0.1704151969rem), 7.5rem);
  --section-space-l: clamp(3.7490625rem, calc(11.1125vw + 1.5265625rem), 11.25rem);
  --section-space-l-to-m: clamp(2.8125rem, calc(12.5vw + 0.3125rem), 11.25rem);
  --section-space-l-to-s: clamp(2.1099024756rem, calc(13.5408852213vw + -0.5982745686rem), 11.25rem);
  --section-space-l-to-xs: clamp(1.5828225624rem, calc(14.3217443521vw + -1.2815263081rem), 11.25rem);
  --section-space-xl: clamp(4.9975003125rem, calc(17.5962958333vw + 1.4782411458rem), 16.875rem);
  --section-space-xl-to-l: clamp(3.7490625rem, calc(19.4458333333vw + -0.1401041667rem), 16.875rem);
  --section-space-xl-to-m: clamp(2.8125rem, calc(20.8333333333vw + -1.3541666667rem), 16.875rem);
  --section-space-xl-to-s: clamp(2.1099024756rem, calc(21.8742185546vw + -2.2649412353rem), 16.875rem);
  --section-space-xl-to-xs: clamp(1.5828225624rem, calc(22.6550776854vw + -2.9481929747rem), 16.875rem);
  --section-space-xxl: clamp(6.6616679166rem, calc(27.6308623458vw + 1.1354954474rem), 25.3125rem);
  --section-space-xxl-to-xl: clamp(4.9975003125rem, calc(30.0962958333vw + -1.0217588542rem), 25.3125rem);
  --section-space-xxl-to-l: clamp(3.7490625rem, calc(31.9458333333vw + -2.6401041667rem), 25.3125rem);
  --section-space-xxl-to-m: clamp(2.8125rem, calc(33.3333333333vw + -3.8541666667rem), 25.3125rem);
  --section-space-xxl-to-s: clamp(2.1099024756rem, calc(34.3742185546vw + -4.7649412353rem), 25.3125rem);
  --section-space-xxl-to-xs: clamp(1.5828225624rem, calc(35.1550776854vw + -5.4481929747rem), 25.3125rem);
}
/* Feat: Contextual Space Variables */
:root {
  --content-gap: var(--space-l);
  --container-gap: var(--section-space-m);
  --grid-gap: var(--space-l);
}
/* Feat: Width Variables */
:root {
  --width-10: calc(var(--content-width) * 0.1);
  --width-20: calc(var(--content-width) * 0.2);
  --width-30: calc(var(--content-width) * 0.3);
  --width-40: calc(var(--content-width) * 0.4);
  --width-50: calc(var(--content-width) * 0.5);
  --width-60: calc(var(--content-width) * 0.6);
  --width-70: calc(var(--content-width) * 0.7);
  --width-80: calc(var(--content-width) * 0.8);
  --width-90: calc(var(--content-width) * 0.9);
  --width-full: calc(var(--content-width) * 100%);
}
/* Feat: Grid Variables */
:root {
  --grid-1: repeat(1, minmax(0, 1fr));
  --grid-2: repeat(2, minmax(0, 1fr));
  --grid-3: repeat(3, minmax(0, 1fr));
  --grid-4: repeat(4, minmax(0, 1fr));
  --grid-5: repeat(5, minmax(0, 1fr));
  --grid-6: repeat(6, minmax(0, 1fr));
  --grid-7: repeat(7, minmax(0, 1fr));
  --grid-8: repeat(8, minmax(0, 1fr));
  --grid-9: repeat(9, minmax(0, 1fr));
  --grid-10: repeat(10, minmax(0, 1fr));
  --grid-11: repeat(11, minmax(0, 1fr));
  --grid-12: repeat(12, minmax(0, 1fr));
  --grid-1-2: minmax(0, 1fr) minmax(0, 2fr);
  --grid-1-3: minmax(0, 1fr) minmax(0, 3fr);
  --grid-2-1: minmax(0, 2fr) minmax(0, 1fr);
  --grid-2-3: minmax(0, 2fr) minmax(0, 3fr);
  --grid-3-1: minmax(0, 3fr) minmax(0, 1fr);
  --grid-3-2: minmax(0, 3fr) minmax(0, 2fr);
}
/* Feat: Auto Grid Variables */
:root {
  --grid-auto-2: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((2 - 1) * var(--grid-gap))) / 2) * 0.7, (100% - (2 - 1) * var(--grid-gap)) / 2)), 1fr));
  --grid-auto-3: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((3 - 1) * var(--grid-gap))) / 3) * 0.7, (100% - (3 - 1) * var(--grid-gap)) / 3)), 1fr));
  --grid-auto-4: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((4 - 1) * var(--grid-gap))) / 4) * 0.7, (100% - (4 - 1) * var(--grid-gap)) / 4)), 1fr));
  --grid-auto-5: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((5 - 1) * var(--grid-gap))) / 5) * 0.7, (100% - (5 - 1) * var(--grid-gap)) / 5)), 1fr));
  --grid-auto-6: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((6 - 1) * var(--grid-gap))) / 6) * 0.7, (100% - (6 - 1) * var(--grid-gap)) / 6)), 1fr));
  --grid-auto-7: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((7 - 1) * var(--grid-gap))) / 7) * 0.7, (100% - (7 - 1) * var(--grid-gap)) / 7)), 1fr));
  --grid-auto-8: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((8 - 1) * var(--grid-gap))) / 8) * 0.7, (100% - (8 - 1) * var(--grid-gap)) / 8)), 1fr));
  --grid-auto-9: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((9 - 1) * var(--grid-gap))) / 9) * 0.7, (100% - (9 - 1) * var(--grid-gap)) / 9)), 1fr));
  --grid-auto-10: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((10 - 1) * var(--grid-gap))) / 10) * 0.7, (100% - (10 - 1) * var(--grid-gap)) / 10)), 1fr));
  --grid-auto-11: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((11 - 1) * var(--grid-gap))) / 11) * 0.7, (100% - (11 - 1) * var(--grid-gap)) / 11)), 1fr));
  --grid-auto-12: repeat(auto-fit, minmax(min(100%, max(calc((var(--content-width) - ((12 - 1) * var(--grid-gap))) / 12) * 0.7, (100% - (12 - 1) * var(--grid-gap)) / 12)), 1fr));
  --auto-grid-aggressiveness: 0.7;
}
/* Feat: Header Height Variables */
:root {
  --header-height: clamp(0rem, calc(0vw + 0rem), 0rem);
  --admin-bar-height: var(--wp-admin--admin-bar--height, 0px);
}
:root {
  --scroll-margin: clamp(0rem, calc(0vw + 0rem), 0rem);
  --offset: calc(var(--scroll-margin) + var(--header-height));
}
/* Feat: Smart Spacing */
:root {
  --paragraph-spacing: 1em;
  --heading-spacing: 1.5em;
  --list-spacing: 1em;
  --list-indent-spacing: 2em;
  --list-item-spacing: 0.5em;
  --nested-list-indent-spacing: 1em;
  --flow-spacing: var(--paragraph-spacing);
  --figure-spacing: var(--paragraph-spacing);
  --figcaption-spacing: 0.5em;
  --blockquote-spacing: var(--paragraph-spacing);
}
/* Feat: Link Variables */
:root {
  --link-color: var(--action);
  --link-color-hover: var(--action-hover);
  --link-transition: var(--transition);
  --link-decoration: inherit;
  --link-decoration-hover: inherit;
  --link-underline-offset: 0;
  --link-weight: inherit;
}
/* Feat: Column Variables */
:root {
  --col-width-s: 13rem;
  --col-width-m: 25rem;
  --col-width-l: 38rem;
  --col-rule-width-s: 0.1em;
  --col-rule-width-m: 0.3em;
  --col-rule-width-l: 0.5em;
}
/* Feat: Sticky Variables */
:root {
  --sticky-offset-custom: 60px;
  --sticky-offset: var(--header-height, var(--sticky-offset-custom, 0));
}
/* Contextual Color Variables */
:root {
  --body-bg-color: var(--white);
  --bg-ultra-light: var(--white);
  --bg-light: var(--neutral-ultra-light);
  --bg-dark: var(--neutral-ultra-dark);
  --bg-ultra-dark: var(--black);
  --text-light: var(--white);
  --text-light-muted: var(--neutral-light);
  --text-dark: var(--black);
  --text-dark-muted: var(--neutral-dark);
}
/* Feat: Radius Variables */
:root {
  --radius: 10px;
  --radius-50: 50%;
  --radius-circle: 50vw;
  --radius-none: 0;
  --radius-xs: 4.4444444444px;
  --radius-s: 6.6666666667px;
  --radius-m: 10px;
  --radius-l: 15px;
  --radius-xl: 22.5px;
  --radius-xxl: 33.75px;
}
/* Feat: Border Variables */
:root {
  --border-size: 1px;
  --border-width: 1px;
  --border-style: solid;
  --border-color-dark: var(--black-trans-20);
  --border-color-light: var(--white-trans-20);
  --border: var(--border-size) var(--border-style) var(--border-color-dark);
  --border-light: var(--border-size) var(--border-style) var(--border-color-light);
  --border-dark: var(--border-size) var(--border-style) var(--border-color-dark);
}
/* Feat: Divider Variables */
:root {
  --divider-size: 1px;
  --divider-style: solid;
  --divider-inline-size: 100%;
  --divider-gap: var(--content-gap);
  --divider-color-dark: var(--black-trans-20);
  --divider-color-light: var(--white-trans-20);
  --divider: var(--divider-size) var(--divider-style) var(--divider-color-dark);
  --divider-light: var(--divider-size) var(--divider-style) var(--divider-color-light);
  --divider-dark: var(--divider-size) var(--divider-style) var(--divider-color-dark);
}
/* Feat: Transition Variables */
:root {
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --transition-delay: 0s;
  --transition: 0.3s ease-in-out 0s;
}
/* Feat: Box Shadow Variables */
:root {
  --box-shadow-1: 0 4px 4px -10px rgba(0, 0, 0, 0.04), 0 13px 13px -10px rgba(0, 0, 0, 0.06), 0 40px 60px -10px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0 2.7px 3.6px -5px rgba(0, 0, 0, 0.04), 0 7.5px 10px -5px rgba(0, 0, 0, 0.06), 0 18px 24.1px -5px rgba(0, 0, 0, 0.08), 0 60px 80px -5px rgba(0, 0, 0, 0.1);
  --box-shadow-3: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px -5px rgba(0, 0, 0, 0.04), 0 12.5px 10px -5px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px -5px rgba(0, 0, 0, 0.08), 0 41.8px 33.4px -5px rgba(0, 0, 0, 0.1), 0 80px 80px -5px rgba(0, 0, 0, 0.105);
}
/* Feat: Text Shadow Variables */
:root {
  --text-shadow-1: 0 1px 2px color-mix(in srgb, black 20%, transparent);
  --text-shadow-2: 0 2px 4px color-mix(in srgb, black 30%, transparent);
  --text-shadow-3: 0 4px 8px color-mix(in srgb, black 40%, transparent);
}
/* Feat: Drop Shadow Variables */
:root {
  --drop-shadow-1: drop-shadow(0 1px 2px color-mix(in srgb, black 15%, transparent));
  --drop-shadow-2: drop-shadow(0 4px 6px color-mix(in srgb, black 20%, transparent));
  --drop-shadow-3: drop-shadow(0 10px 15px color-mix(in srgb, black 25%, transparent));
}
/* Feat: Blockquote Variables */
:root {
  --blockquote-padding: var(--space-m);
  --blockquote-gap: 1em;
  --blockquote-border-width: 0 0 0 3px;
  --blockquote-border-style: solid;
  --blockquote-border-color: var(--primary);
  --blockquote-border-radius: var(--radius);
  --blockquote-background: var(--neutral-ultra-light);
  --blockquote-box-shadow: none;
  --blockquote-text-color: inherit;
  --blockquote-text-font-family: inherit;
  --blockquote-text-font-style: normal;
  --blockquote-text-font-size: var(--text-l);
  --blockquote-text-font-weight: normal;
  --blockquote-text-line-height: inherit;
  --blockquote-text-text-align: left;
  --blockquote-text-text-transform: none;
  --blockquote-footer-padding: 0;
  --blockquote-footer-margin-block: 1em 0;
  --blockquote-footer-font-family: inherit;
  --blockquote-footer-font-size: var(--text-s);
  --blockquote-footer-font-weight: normal;
  --blockquote-footer-font-style: normal;
  --blockquote-footer-line-height: 1.5;
  --blockquote-footer-text-transform: none;
  --blockquote-footer-color: currentColor;
  --blockquote-cite-font-family: inherit;
  --blockquote-cite-font-size: inherit;
  --blockquote-cite-font-weight: inherit;
  --blockquote-cite-font-style: inherit;
  --blockquote-cite-line-height: inherit;
  --blockquote-cite-text-transform: inherit;
  --blockquote-cite-color: currentColor;
}
/* Color Scheme */
:root {
  color-scheme: light;
}
.scheme--light {
  color-scheme: light;
}
.scheme--dark {
  color-scheme: dark;
}
/* Feat: Reset */
:root {
  interpolate-size: allow-keywords;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  min-block-size: 100vh;
}
input, button, textarea, select {
  font: inherit;
}
:where(dd) {
  margin-inline-start: 0;
}
/* Feat: Body, Heading, or Text Defaults */
html {
  font-size: var(--root-font-size) !important;
}
/* Feat: Body Defaults */
:where(body) {
  font-size: var(--text-m);
  overflow-x: clip;
  color: var(--text-color);
  line-height: var(--text-line-height);
  text-wrap: var(--text-text-wrap);
  background: var(--body-bg-color);
  transition: background var(--transition);
}
:where(p) {
  line-height: var(--text-line-height, calc(1.6));
}
/* Feat: Link Defaults */
body a:where(:not([class*= btn--])) {
  color: var(--link-color, var(--action));
  font-weight: var(--link-weight, inherit);
  -webkit-text-decoration: var(--link-decoration, inherit);
  text-decoration: var(--link-decoration, inherit);
  text-underline-offset: var(--link-underline-offset, 0);
  transition: var(--link-transition, var(--transition));
}
@media (hover: hover) and (pointer: fine) {
  body a:where(:not([class*= btn--])):hover {
    color: var(--link-color-hover, var(--action-hover));
  }
}
/* Feat: Heading Defaults */
h1, :where(.h1), h2, :where(.h2), h3, :where(.h3), h4, :where(.h4), h5, :where(.h5), h6, :where(.h6) {
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  text-wrap: var(--heading-text-wrap);
}
h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  max-width: var(--h1-max-width);
}
h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
}
h3 {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
}
h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
h5 {
  font-size: var(--h5);
  line-height: var(--h5-line-height);
}
h6 {
  font-size: var(--h6);
  line-height: var(--h6-line-height);
}
/* Feat: Blockquote Styling */
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) {
  display: flex;
  flex-direction: column;
  gap: var(--blockquote-gap);
  inline-size: 100%;
  padding: var(--blockquote-padding);
  gap: var(--blockquote-gap);
  border-width: var(--blockquote-border-width);
  border-style: var(--blockquote-border-style);
  border-color: var(--blockquote-border-color);
  border-radius: var(--blockquote-border-radius);
  background: var(--blockquote-background);
  box-shadow: var(--blockquote-box-shadow);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) p {
  color: var(--blockquote-text-color);
  font-family: var(--blockquote-text-font-family);
  font-style: var(--blockquote-text-font-style);
  font-size: var(--blockquote-text-font-size);
  font-weight: var(--blockquote-text-font-weight);
  line-height: var(--blockquote-text-line-height);
  text-align: var(--blockquote-text-text-align);
  text-transform: var(--blockquote-text-text-transform);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) footer, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption {
  display: var(--blockquote-footer-display, flex);
  flex-direction: var(--blockquote-footer-flex-direction, row);
  align-items: var(--blockquote-footer-align-items, center);
  gap: var(--blockquote-footer-gap, calc(var(--content-gap) / 2));
  padding: var(--blockquote-footer-padding);
  margin-block: var(--blockquote-footer-margin-block);
  font-family: var(--blockquote-footer-font-family);
  font-size: var(--blockquote-footer-font-size);
  font-weight: var(--blockquote-footer-font-weight);
  font-style: var(--blockquote-footer-font-style);
  line-height: var(--blockquote-footer-line-height);
  text-transform: var(--blockquote-footer-text-transform);
  color: var(--blockquote-footer-color);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) cite, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption cite {
  font-family: var(--blockquote-cite-font-family);
  font-size: var(--blockquote-cite-font-size);
  font-weight: var(--blockquote-cite-font-weight);
  font-style: var(--blockquote-cite-font-style);
  line-height: var(--blockquote-cite-line-height);
  text-transform: var(--blockquote-cite-text-transform);
  color: var(--blockquote-cite-color);
}
/* Scroll offset */
[id] {
  scroll-margin-top: var(--offset, 0);
}
/* Feat: Smooth Scrolling */
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Feat: Focus Styles */
:focus {
  outline: none;
  box-shadow: none;
}
:focus-visible {
  outline-style: solid;
  outline-color: var(--focus-color);
  outline-width: var(--focus-width);
  outline-offset: var(--focus-offset);
}
@supports not selector(:focus-visible) {
  :focus {
    outline-style: solid;
    outline-color: var(--focus-color);
    outline-width: var(--focus-width);
    outline-offset: var(--focus-offset);
  }
}
/* Feat: Default Section Styles */
:where(section:not(section section)) {
  display: flex;
  flex-direction: column;
  padding-block: var(--section-padding-block);
  padding-inline: var(--gutter);
}
.bg--ultra-light {
  background: var(--bg-ultra-light);
}
.bg--light {
  background: var(--bg-light);
}
.bg--dark {
  background: var(--bg-dark);
}
.bg--ultra-dark {
  background: var(--bg-ultra-dark);
}
.text--light {
  color: var(--text-light);
}
.text--light-muted {
  color: var(--text-light-muted);
}
.text--dark {
  color: var(--text-dark);
}
.text--dark-muted {
  color: var(--text-dark-muted);
}
/* Feat: Overlays */
[class*="overlay--"], .overlay {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
[class*="overlay--"]::before, .overlay::before {
  content: "";
  background: var(--overlay-color, rgba(0, 0, 0, 0.7));
  position: absolute;
  inset: 0;
  z-index: var(--overlay-z-index, -1);
}
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay), figure:where(:has(> img, > picture, > svg, > video, > iframe)):where([class*="overlay--"]) {
  --overlay-z-index: 0;
}
:is(.text--xxl, .text--xl, .text--l, .text--m, .text--s, .text--xs) {
  line-height: var(--text-line-height);
  text-wrap: var(--text-text-wrap);
}
.text--xxl {
  font-size: var(--text-xxl);
  line-height: var(--text-xxl-line-height);
}
.text--xxl:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-xxl-max-width);
}
.text--xl {
  font-size: var(--text-xl);
  line-height: var(--text-xl-line-height);
}
.text--l {
  font-size: var(--text-l);
  line-height: var(--text-l-line-height);
}
.text--m {
  font-size: var(--text-m);
  line-height: var(--text-m-line-height);
}
.text--m:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
  max-width: var(--text-m-max-width);
}
.text--s {
  font-size: var(--text-s);
  line-height: var(--text-s-line-height);
}
.text--xs {
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
}
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  max-width: var(--h1-max-width);
}
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
}
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
}
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-line-height);
}
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-line-height);
}
body blockquote {
  text-wrap: pretty;
}
/* Feat: Auto Container Gap */
:where(section:not(section section)) {
  gap: var(--container-gap);
}
/* Feat: Auto Content Gap */
:where(section:not(section section)) > :where(div, ul, ol) {
  gap: var(--content-gap);
}
/* Feat: Auto Container Gap */
:where(:where(.brxe-block)) {
  gap: var(--content-gap);
}
:where(:where(.brxe-div)) {
  gap: var(--content-gap);
}
/* Feat: Auto Grid Gap */
section > div:where([class*="grid--"]), :where([class*="grid--"]) {
  gap: var(--grid-gap);
}
:where(:where(img):not(header img), :where(figure:not(figure:has(img)))) {
  border-radius: var(--radius);
}
:root {
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --transition-delay: 0s;
  --transition: 0.3s ease-in-out 0s;
}
:root {
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-gentle: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-bouncy: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-elastic: linear(0, 0.029 1.6%, 0.123 3.5%, 0.651 10.6%, 0.862 14.1%, 1.002 17.7%, 1.046 19.6%, 1.074 21.6%, 1.087 23.9%, 1.086 26.6%, 1.014 38.5%, 0.994 46.3%, 1);
}
@supports (animation-timeline: view()) {
  [class*="on-enter-all--"] > * {
    animation-name: enter-animate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: var(--animate-range-start, entry 20%) var(--animate-range-end, entry 100%);
  }
  [class*="on-enter-all--"].on-enter--stagger > * {
    animation-delay: calc(sibling-index() * var(--enter-stagger-interval, 5%));
  }
}
@supports not (animation-timeline: view()) {
  [class*="on-enter--"], [class*="on-enter-all--"] > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
@supports (animation-timeline: view()) {
  [class*="on-exit-all--"] > * {
    animation-name: exit-animate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: var(--exit-range-start, exit 0%) var(--exit-range-end, exit 80%);
  }
  [class*="on-exit-all--"].on-exit--stagger > * {
    animation-delay: calc(sibling-index() * var(--exit-stagger-interval, 5%));
  }
}
@supports not (animation-timeline: view()) {
  [class*="on-exit--"], [class*="on-exit-all--"] > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
[class*="on-visible-all--"].on-visible--stagger > * {
  transition-delay: calc(sibling-index() * var(--visible-stagger-interval, 0.1s));
}
@media (prefers-reduced-motion: reduce) {
  [class*="on-enter--"], [class*="on-enter-all--"] > *, [class*="on-exit--"], [class*="on-exit-all--"] > * {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
  [class*="on-visible--"], [class*="on-visible-all--"] > * {
    transition: none !important;
    opacity: 1;
    translate: none;
    scale: none;
    filter: none;
  }
  [class*="on-hover--"] {
    transition: none;
  }
  [class*="on-hover--"]:hover {
    transform: none;
    translate: none;
    scale: none;
    box-shadow: initial;
    filter: none;
  }
}
/* Feat: Is Background */
:has(> .is-bg) {
  position: relative;
  isolation: isolate;
}
:is(*, img, figure, picture).is-bg {
  position: var(--bg-position, absolute) !important;
  inset: var(--bg-inset, 0);
  inline-size: var(--bg-width, 100%);
  max-inline-size: 100%;
  block-size: var(--bg-height, 100%);
  border-radius: var(--bg-radius, 0);
  object-fit: var(--bg-object-fit, cover);
  object-position: var(--bg-object-position, center);
  z-index: var(--bg-z-index, -2);
  border-radius: var(--bg-radius, 0);
  pointer-events: none;
}
:is(*, img, figure, picture).is-bg > img {
  object-fit: var(--bg-object-fit, cover);
  object-position: var(--bg-object-position, center);
  inline-size: 100%;
  block-size: 100%;
}
.content-grid > :is(*, img, figure, picture).is-bg {
  grid-column: full;
}
/* Feat: Content Grid */
:where(.content-grid) {
  --full: minmax(var(--gutter), 1fr);
  padding-inline: 0;
  column-gap: 0 !important;
  display: grid !important;
  grid-template-columns: [full-start] var(--full) [feature-max-start] minmax(0, var(--feature-max-width, 100px)) [feature-start] minmax(0, var(--feature-width, 50px)) [content-start] min(var(--content-width), 100% - var(--gutter) * 2) [content-end] minmax(0, var(--feature-width, 50px)) [feature-end] minmax(0, var(--feature-max-width, 100px)) [feature-max-end] var(--full) [full-end];
}
:where(.content-grid) > :not(.content--feature, .content--feature-max, .content--full, .content--full-safe) {
  width: 100%;
  max-width: 100%;
}
:where(.content-grid) > :where(:not(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
  grid-column: content;
}
.content--feature {
  grid-column: feature;
}
.content--feature-max {
  grid-column: feature-max;
}
.content--full {
  grid-column: full;
}
.content--full-safe {
  grid-column: full;
  padding-inline: var(--gutter);
}
.content-grid:where(.content--full-safe) {
  padding-inline: var(--gutter);
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe):not(.content-grid--off :is(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
  width: 100% !important;
  max-width: 100%;
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe) :is(figure img, picture img) {
  width: 100%;
}
/* Feat: Smart Spacing */
body :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.smart-spacing-normalize :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.smart-spacing {
  gap: 0 !important;
}
.smart-spacing > * + * {
  margin-block-start: var(--flow-spacing, initial);
  margin-block-end: 0;
}
.smart-spacing > * + :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h2) {
  margin-block-start: var(--h2-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h3) {
  margin-block-start: var(--h3-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h4) {
  margin-block-start: var(--h4-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h5) {
  margin-block-start: var(--h5-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > :where(* + h6) {
  margin-block-start: var(--h6-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.smart-spacing > * + p {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > :is(* + ul, * + ol) {
  margin-block: var(--list-spacing, var(--flow-spacing, initial));
}
.smart-spacing > :is(ul, ol) {
  padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
}
.smart-spacing > ul * + li, .smart-spacing > ol * + li {
  margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > ul ul, .smart-spacing > ol ol, .smart-spacing > ul ol, .smart-spacing > ol ul {
  margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
  padding-inline-start: var(--nested-list-indent-spacing, initial);
}
.smart-spacing > :is(ul, ol) :is(ul, ol) li {
  margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
}
.smart-spacing > * + figure, .smart-spacing > * + picture {
  margin-block: var(--figure-spacing, var(--flow-spacing, initial));
}
.smart-spacing figcaption {
  margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
}
.smart-spacing > * + blockquote:where(:not(figure > blockquote)) {
  margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
}
.smart-spacing > blockquote * + * {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.smart-spacing > :is(figure, blockquote, ul, ol) + * {
  --paragraph-spacing: 0;
  --flow-spacing: 0;
}
.smart-spacing--off :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
  margin-block: 0;
}
.brxe-text, .brxe-post-content:where(:not([data-source="bricks"])) {
  gap: 0 !important;
}
.brxe-text > * + *, .brxe-post-content:where(:not([data-source="bricks"])) > * + * {
  margin-block-start: var(--flow-spacing, initial);
  margin-block-end: 0;
}
.brxe-text > * + :where(h1, h2, h3, h4, h5, h6), .brxe-post-content:where(:not([data-source="bricks"])) > * + :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :where(* + h2), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h2) {
  margin-block-start: var(--h2-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h3), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h3) {
  margin-block-start: var(--h3-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h4), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h4) {
  margin-block-start: var(--h4-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h5), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h5) {
  margin-block-start: var(--h5-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > :where(* + h6), .brxe-post-content:where(:not([data-source="bricks"])) > :where(* + h6) {
  margin-block-start: var(--h6-spacing, var(--heading-spacing));
  margin-block-end: 0;
}
.brxe-text > * + p, .brxe-post-content:where(:not([data-source="bricks"])) > * + p {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :is(* + ul, * + ol), .brxe-post-content:where(:not([data-source="bricks"])) > :is(* + ul, * + ol) {
  margin-block: var(--list-spacing, var(--flow-spacing, initial));
}
.brxe-text > :is(ul, ol), .brxe-post-content:where(:not([data-source="bricks"])) > :is(ul, ol) {
  padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
}
.brxe-text > ul * + li, .brxe-text > ol * + li, .brxe-post-content:where(:not([data-source="bricks"])) > ul * + li, .brxe-post-content:where(:not([data-source="bricks"])) > ol * + li {
  margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > ul ul, .brxe-text > ol ol, .brxe-text > ul ol, .brxe-text > ol ul, .brxe-post-content:where(:not([data-source="bricks"])) > ul ul, .brxe-post-content:where(:not([data-source="bricks"])) > ol ol, .brxe-post-content:where(:not([data-source="bricks"])) > ul ol, .brxe-post-content:where(:not([data-source="bricks"])) > ol ul {
  margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
  padding-inline-start: var(--nested-list-indent-spacing, initial);
}
.brxe-text > :is(ul, ol) :is(ul, ol) li, .brxe-post-content:where(:not([data-source="bricks"])) > :is(ul, ol) :is(ul, ol) li {
  margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
}
.brxe-text > * + figure, .brxe-text > * + picture, .brxe-post-content:where(:not([data-source="bricks"])) > * + figure, .brxe-post-content:where(:not([data-source="bricks"])) > * + picture {
  margin-block: var(--figure-spacing, var(--flow-spacing, initial));
}
.brxe-text figcaption, .brxe-post-content:where(:not([data-source="bricks"])) figcaption {
  margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
}
.brxe-text > * + blockquote:where(:not(figure > blockquote)), .brxe-post-content:where(:not([data-source="bricks"])) > * + blockquote:where(:not(figure > blockquote)) {
  margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
}
.brxe-text > blockquote * + *, .brxe-post-content:where(:not([data-source="bricks"])) > blockquote * + * {
  margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
  margin-block-end: 0;
}
.brxe-text > :is(figure, blockquote, ul, ol) + *, .brxe-post-content:where(:not([data-source="bricks"])) > :is(figure, blockquote, ul, ol) + * {
  --paragraph-spacing: 0;
  --flow-spacing: 0;
}
body :where(p:last-of-type) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-block-start: 0;
}
/* Feat: Default Section Styles */
#shadow-host-companion {
  padding: 0;
}
