@media screen {
:root:not([data-r-output-format='print']):not([data-r-theme-variant='my-custom-variant']):not([data-r-theme-variant='red-gruvbox']),
:root:not([data-r-output-format='print'])[data-r-theme-variant='red-gruvbox'] {
&:root {
  /* red */
  --MAIN-TEXT-color: rgba(50, 50, 50, 1); /* Color of text by default */
  --MAIN-TITLES-TEXT-color: rgba(94, 94, 94, 1); /* Color of titles h2-h3-h4-h5-h6 */
  --MAIN-TITLES-H1-TEXT-color: rgba(34, 34, 34, 1); /* text color of h1 titles */
  --MAIN-LINK-color: rgba(243, 28, 28, 1); /* Color of links */
  --MAIN-LINK-HOVER-color: rgba(208, 22, 22, 1); /* Color of hovered links */
  --MAIN-BG-color: rgba(255, 255, 255, 1); /* color of text by default */

  --CODE-theme: learn; /* name of the chroma stylesheet file */
  --CODE-BLOCK-color: rgba(226, 228, 229, 1); /* fallback color for code text */
  --CODE-BLOCK-BG-color: rgba(40, 42, 54, 1); /* fallback color for code background */
  --CODE-BLOCK-BORDER-color: rgba(40, 42, 54, 1); /* color of block code border */
  --CODE-INLINE-color: rgba(94, 94, 94, 1); /* color for inline code text */
  --CODE-INLINE-BG-color: rgba(255, 250, 233, 1); /* color for inline code background */
  --CODE-INLINE-BORDER-color: rgba(248, 232, 200, 1); /* color of inline code border */

  --MENU-HEADER-color: rgba(255, 255, 255, 1); /* color of menu header */
  --MENU-HEADER-BG-color: rgba(220, 16, 16, 1); /* Background color of menu header */
  --MENU-HEADER-BORDER-color: rgba(226, 49, 49, 1); /*Color of menu header border */

  --MENU-SEARCH-color: rgba(255, 255, 255, 1); /* Color of search field text */
  --MENU-SEARCH-BG-color: rgba(185, 0, 0, 1); /* Search field background color (by default borders + icons) */
  --MENU-SEARCH-BORDER-color: rgba(239, 32, 32, 1); /* Override search field border color */

  --MENU-HOME-LINK-color: rgba(56, 43, 43, 1); /* Color of the home button text */
  --MENU-HOME-LINK-HOVER-color: rgba(0, 0, 0, 1); /* Color of the hovered home button text */
  --MENU-HOME-TOP-SEPARATOR-color: var(--MENU-HEADER-BORDER-color); /* separator color between menu search box and home menu */

  --MENU-SECTIONS-ACTIVE-BG-color: rgba(43, 32, 32, 1); /* Background color of the active section and its children */
  --MENU-SECTIONS-BG-color: rgba(49, 37, 37, 1); /* Background color of other sections */
  --MENU-SECTIONS-LINK-color: rgba(204, 204, 204, 1); /* Color of links in menu */
  --MENU-SECTIONS-LINK-HOVER-color: rgba(230, 230, 230, 1); /* Color of links in menu, when hovered */
  --MENU-SECTION-ACTIVE-CATEGORY-color: rgba(119, 119, 119, 1); /* Color of active category text */
  --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba(255, 255, 255, 1); /* Color of background for the active category (only) */

  --MENU-VISITED-color: rgba(243, 28, 28, 1); /* Color of 'page visited' icons in menu */
  --MENU-SECTION-SEPARATOR-color: rgba(43, 32, 32, 1); /* Color of <hr> separator in menu */

  /* base styling for boxes */
  --BOX-CAPTION-color: rgba(255, 255, 255, 1); /* color of the title text */
  --BOX-BG-color: rgba(255, 255, 255, 0.833); /* color of the content background */
  --BOX-TEXT-color: rgba(16, 16, 16, 1); /* fixed color of the content text */
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");

&:root {
  --MAIN-font: "Inter", sans-serif;

  /* According to docs: */
  /*   https://mcshelby.github.io/hugo-theme-relearn/configuration/branding/modules/index.html#change-syntax-highlighting */
  --CODE-theme: gruvbox;
  --CODE-font:
    "JetBrains Mono", ui-monospace, Menlo, Monaco, "Cascadia Mono",
    "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace",
    "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
}

/* The following code imitates some of the style choices made on the excellent https://aarol.dev/ blog, */
/* which uses the Hugo Theme Groovy: https://github.com/aarol/hugo-theme-groovy */
/* Code block styling enhancements for crisp, colorful rendering */
code {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0.1em 0.3em;
}

/* Code block container */
pre {
  border-radius: 8px !important;
  tab-size: 4;
  -moz-tab-size: 4;
  padding: 15px 10px !important;
}

pre code {
  line-height: 1.5;
  padding: 0 !important;
}

/* Ensure chroma background has rounded corners */
.chroma {
  border-radius: 8px !important;
}

/* Originally generated using: hugo gen chromastyles --style=gruvbox */
/* The asked an LLM to port to the Gruvbox Baby color theme - https://github.com/luisiacc/gruvbox-baby */

/* Background */ .bg { color:#ebdbb2;background-color:#282828; }
/* PreWrapper */ .chroma { color:#ebdbb2;background-color:#282828; }
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ .chroma .hl { background-color:#32302f }
/* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#665c54 }
/* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#665c54 }
/* Line */ .chroma .line { display:flex; }
/* Keyword */ .chroma .k { color:#d65d0e }
/* KeywordConstant */ .chroma .kc { color:#d65d0e }
/* KeywordDeclaration */ .chroma .kd { color:#d65d0e }
/* KeywordNamespace */ .chroma .kn { color:#d65d0e }
/* KeywordPseudo */ .chroma .kp { color:#d65d0e }
/* KeywordReserved */ .chroma .kr { color:#d65d0e }
/* KeywordType */ .chroma .kt { color:#fabd2f }
/* NameAttribute */ .chroma .na { color:#8ec07c;font-weight:bold }
/* NameConstant */ .chroma .no { color:#d4879c }
/* NameEntity */ .chroma .ni { color:#eebd35 }
/* NameException */ .chroma .ne { color:#fb4934 }
/* NameLabel */ .chroma .nl { color:#fb4934 }
/* NameTag */ .chroma .nt { color:#fb4934 }
/* NameBuiltin */ .chroma .nb { color:#fabd2f }
/* NameBuiltinPseudo */ .chroma .bp { color:#fabd2f }
/* NameFunction */ .chroma .nf { color:#eebd35 }
/* NameFunctionMagic */ .chroma .fm { color:#eebd35 }
/* LiteralString */ .chroma .s { color:#8ec07c }
/* LiteralStringAffix */ .chroma .sa { color:#8ec07c }
/* LiteralStringBacktick */ .chroma .sb { color:#8ec07c }
/* LiteralStringChar */ .chroma .sc { color:#8ec07c }
/* LiteralStringDelimiter */ .chroma .dl { color:#8ec07c }
/* LiteralStringDoc */ .chroma .sd { color:#8ec07c }
/* LiteralStringDouble */ .chroma .s2 { color:#8ec07c }
/* LiteralStringEscape */ .chroma .se { color:#689d6a }
/* LiteralStringHeredoc */ .chroma .sh { color:#8ec07c }
/* LiteralStringInterpol */ .chroma .si { color:#689d6a }
/* LiteralStringOther */ .chroma .sx { color:#8ec07c }
/* LiteralStringRegex */ .chroma .sr { color:#689d6a }
/* LiteralStringSingle */ .chroma .s1 { color:#8ec07c }
/* LiteralStringSymbol */ .chroma .ss { color:#7fa2ac }
/* LiteralNumber */ .chroma .m { color:#d4879c }
/* LiteralNumberBin */ .chroma .mb { color:#d4879c }
/* LiteralNumberFloat */ .chroma .mf { color:#d4879c }
/* LiteralNumberHex */ .chroma .mh { color:#d4879c }
/* LiteralNumberInteger */ .chroma .mi { color:#d4879c }
/* LiteralNumberIntegerLong */ .chroma .il { color:#d4879c }
/* LiteralNumberOct */ .chroma .mo { color:#d4879c }
/* Operator */ .chroma .o { color:#d65d0e }
/* OperatorWord */ .chroma .ow { color:#d65d0e }
/* Comment */ .chroma .c { color:#928374;font-style:italic }
/* CommentHashbang */ .chroma .ch { color:#928374;font-style:italic }
/* CommentMultiline */ .chroma .cm { color:#928374;font-style:italic }
/* CommentSingle */ .chroma .c1 { color:#928374;font-style:italic }
/* CommentSpecial */ .chroma .cs { color:#928374;font-style:italic }
/* CommentPreproc */ .chroma .cp { color:#689d6a }
/* CommentPreprocFile */ .chroma .cpf { color:#689d6a;font-style:italic }
/* GenericDeleted */ .chroma .gd { color:#282828;background-color:#fb4934 }
/* GenericEmph */ .chroma .ge { color:#7fa2ac;text-decoration:underline }
/* GenericError */ .chroma .gr { background-color:#fb4934;font-weight:bold }
/* GenericHeading */ .chroma .gh { color:#8ec07c;font-weight:bold }
/* GenericInserted */ .chroma .gi { color:#282828;background-color:#8ec07c }
/* GenericOutput */ .chroma .go { color:#928374 }
/* GenericSubheading */ .chroma .gu { color:#8ec07c;font-weight:bold }
/* GenericTraceback */ .chroma .gt { background-color:#fb4934;font-weight:bold }

}
}
@media print {
&:root {
  /* relearn-light */
  --PRIMARY-color: rgba(125, 201, 3, 1); /* brand primary color */
  --PRIMARY-HOVER-color: rgba(99, 159, 2, 1); /* brand primary hover color */
  --SECONDARY-color: rgba(72, 106, 201, 1); /* brand secondary color */
  --SECONDARY-HOVER-color: rgba(32, 40, 145, 1); /* brand secondary hover color */
  --ACCENT-color: rgba(255, 102, 78, 1); /* brand accent color, used for search highlights */
  --ACCENT-HOVER-color: rgba(226, 85, 64, 1); /* brand accent hover color */

  --MAIN-TEXT-color: rgba(0, 0, 0, 1); /* text color of content and titles */
  --MAIN-BG-color: rgba(255, 255, 255, 1); /* background color of content */
  --MAIN-TITLES-TEXT-color: rgba(16, 16, 16, 1); /* text color of titles and transparent box titles */

  --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
  --CODE-BLOCK-color: rgba(39, 40, 34, 1); /* fallback text color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BG-color: rgba(250, 250, 250, 1); /* fallback background color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BORDER-color: rgba(216, 216, 216, 1); /* border color of block code */
  --CODE-INLINE-color: rgba(94, 94, 94, 1); /* text color of inline code */
  --CODE-INLINE-BG-color: rgba(255, 250, 233, 1); /* background color of inline code */
  --CODE-INLINE-BORDER-color: rgba(248, 232, 200, 1); /* border color of inline code */

  --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
  --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
  --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
  --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */

  --MENU-HEADER-color: rgba(40, 40, 40, 1); /* color of menu header */

  --MENU-SEARCH-color: rgba(224, 224, 224, 1); /* text and icon color of search box */
  --MENU-SEARCH-BG-color: rgba(50, 50, 50, 1); /* background color of search box */
  --MENU-SEARCH-BORDER-color: rgba(224, 224, 224, 1); /* border color of search box */

  --MENU-HOME-LINK-color: rgba(64, 64, 64, 1); /* home button color if configured */
  --MENU-HOME-LINK-HOVER-color: rgba(0, 0, 0, 1); /* hovered home button color if configured */

  --MENU-SECTIONS-BG-color: rgba(40, 40, 40, 1); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
  --MENU-SECTIONS-ACTIVE-BG-color: rgba(0, 0, 0, 0.166); /* background color of the active menu section */
  --MENU-SECTIONS-LINK-color: rgba(186, 186, 186, 1); /* link color of menu topics */
  --MENU-SECTIONS-LINK-HOVER-color: rgba(255, 255, 255, 1); /* hovered link color of menu topics */
  --MENU-SECTION-ACTIVE-CATEGORY-color: rgba(68, 68, 68, 1); /* text color of the displayed menu topic */
  --MENU-SECTION-SEPARATOR-color: rgba(96, 96, 96, 1); /* separator color between menu sections and menu footer */

  --BOX-CAPTION-color: rgba(255, 255, 255, 1); /* text color of colored box titles */
  --BOX-BG-color: rgba(255, 255, 255, 0.833); /* background color of colored boxes */
  --BOX-TEXT-color: rgba(16, 16, 16, 1); /* text color of colored box content */
}

/* Generated using: hugo gen chromastyles chroma-relearn-light --style monokailight */

/* Background */ .bg { color:#272822;background-color:#fafafa; }
/* PreWrapper */ .chroma { color:#272822;background-color:#fafafa; }
/* Error */ .chroma .err { color:#960050 }
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ .chroma .hl { background-color:#e1e1e1 }
/* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
/* Line */ .chroma .line { display:flex; }
/* Keyword */ .chroma .k { color:#00a8c8 }
/* KeywordConstant */ .chroma .kc { color:#00a8c8 }
/* KeywordDeclaration */ .chroma .kd { color:#00a8c8 }
/* KeywordNamespace */ .chroma .kn { color:#f92672 }
/* KeywordPseudo */ .chroma .kp { color:#00a8c8 }
/* KeywordReserved */ .chroma .kr { color:#00a8c8 }
/* KeywordType */ .chroma .kt { color:#00a8c8 }
/* Name */ .chroma .n { color:#111 }
/* NameAttribute */ .chroma .na { color:#75af00 }
/* NameClass */ .chroma .nc { color:#75af00 }
/* NameConstant */ .chroma .no { color:#00a8c8 }
/* NameDecorator */ .chroma .nd { color:#75af00 }
/* NameEntity */ .chroma .ni { color:#111 }
/* NameException */ .chroma .ne { color:#75af00 }
/* NameLabel */ .chroma .nl { color:#111 }
/* NameNamespace */ .chroma .nn { color:#111 }
/* NameOther */ .chroma .nx { color:#75af00 }
/* NameProperty */ .chroma .py { color:#111 }
/* NameTag */ .chroma .nt { color:#f92672 }
/* NameBuiltin */ .chroma .nb { color:#111 }
/* NameBuiltinPseudo */ .chroma .bp { color:#111 }
/* NameVariable */ .chroma .nv { color:#111 }
/* NameVariableClass */ .chroma .vc { color:#111 }
/* NameVariableGlobal */ .chroma .vg { color:#111 }
/* NameVariableInstance */ .chroma .vi { color:#111 }
/* NameVariableMagic */ .chroma .vm { color:#111 }
/* NameFunction */ .chroma .nf { color:#75af00 }
/* NameFunctionMagic */ .chroma .fm { color:#75af00 }
/* Literal */ .chroma .l { color:#ae81ff }
/* LiteralDate */ .chroma .ld { color:#d88200 }
/* LiteralString */ .chroma .s { color:#d88200 }
/* LiteralStringAffix */ .chroma .sa { color:#d88200 }
/* LiteralStringBacktick */ .chroma .sb { color:#d88200 }
/* LiteralStringChar */ .chroma .sc { color:#d88200 }
/* LiteralStringDelimiter */ .chroma .dl { color:#d88200 }
/* LiteralStringDoc */ .chroma .sd { color:#d88200 }
/* LiteralStringDouble */ .chroma .s2 { color:#d88200 }
/* LiteralStringEscape */ .chroma .se { color:#8045ff }
/* LiteralStringHeredoc */ .chroma .sh { color:#d88200 }
/* LiteralStringInterpol */ .chroma .si { color:#d88200 }
/* LiteralStringOther */ .chroma .sx { color:#d88200 }
/* LiteralStringRegex */ .chroma .sr { color:#d88200 }
/* LiteralStringSingle */ .chroma .s1 { color:#d88200 }
/* LiteralStringSymbol */ .chroma .ss { color:#d88200 }
/* LiteralNumber */ .chroma .m { color:#ae81ff }
/* LiteralNumberBin */ .chroma .mb { color:#ae81ff }
/* LiteralNumberFloat */ .chroma .mf { color:#ae81ff }
/* LiteralNumberHex */ .chroma .mh { color:#ae81ff }
/* LiteralNumberInteger */ .chroma .mi { color:#ae81ff }
/* LiteralNumberIntegerLong */ .chroma .il { color:#ae81ff }
/* LiteralNumberOct */ .chroma .mo { color:#ae81ff }
/* Operator */ .chroma .o { color:#f92672 }
/* OperatorWord */ .chroma .ow { color:#f92672 }
/* Punctuation */ .chroma .p { color:#111 }
/* Comment */ .chroma .c { color:#a7a187 }
/* CommentHashbang */ .chroma .ch { color:#a7a187 }
/* CommentMultiline */ .chroma .cm { color:#a7a187 }
/* CommentSingle */ .chroma .c1 { color:#a7a187 }
/* CommentSpecial */ .chroma .cs { color:#a7a187 }
/* CommentPreproc */ .chroma .cp { color:#a7a187 }
/* CommentPreprocFile */ .chroma .cpf { color:#a7a187 }
/* GenericEmph */ .chroma .ge { font-style:italic }
/* GenericStrong */ .chroma .gs { font-weight:bold }

}
@media print {
#R-sidebar {
  display: none;
}
#R-body {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
#R-body #navigation {
  display: none;
}
html {
  font-size: 8.763pt;
}
body {
  background-color: rgba(255, 255, 255, 1);
}
pre:not(.mermaid) {
  border: 1px solid rgba(204, 204, 204, 1);
}
#R-body #R-topbar {
  background-color: rgba(255, 255, 255, 1); /* avoid background bleeding*/
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  border-radius: 0;
  color: rgba(119, 119, 119, 1);
  padding-left: 0; /* for print, we want to align with the footer to ease the layout */
  padding-right: 0;
}
#R-body .topbar-button {
  /* we don't need the buttons while printing */
  /* we need !important to turn off JS topbar button handling setting element styles */
  display: none !important;
}
@media screen and (max-width: 47.999rem) {
  #R-body .topbar-breadcrumbs {
    visibility: visible;
  }
}

code.copy-to-clipboard-code:after,
.inline-copy-to-clipboard-button,
.block-copy-to-clipboard-button {
  display: none;
}

#R-body .svg-reset-button {
  display: none;
}

#R-body h1,
#R-body h2,
#R-body .card-title,
#R-body h3,
#R-body .article-subheading,
#R-body h4,
#R-body h5,
#R-body h6,
#R-body .children-type-list .children-title {
  /* better contrast for colored elements */
  color: rgba(0, 0, 0, 1);
}
#R-body th,
#R-body td,
#R-body code,
#R-body strong,
#R-body b,
#R-body li,
#R-body dd,
#R-body dt,
#R-body p,
#R-body a,
#R-body button,
#R-body .badge .badge-content {
  /* better contrast for colored elements */
  color: rgba(0, 0, 0, 1);
}
#R-body .anchor {
  display: none;
}
#R-body pre:not(.mermaid),
#R-body code {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(221, 221, 221, 1);
}

hr {
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
#R-body #R-body-inner {
  overflow: visible; /* turn off limitations for perfect scrollbar */
  /* reset paddings for chapters in screen */
  padding: 0 3.25rem 4rem 3.25rem;
}

#R-body #R-body-inner h1 {
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  font-size: 3.25rem;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
}
#R-body-inner .chapter h3:first-of-type {
  margin-top: 2rem;
}

/* Children shortcode */
.children-type-tree p,
.children-type-list p,
.children-type-flat p {
  font-size: 1rem;
}

.footline {
  /* in print mode show footer line to signal reader the end of document */
  border-top: 1px solid rgba(221, 221, 221, 1);
  color: rgba(119, 119, 119, 1);
  margin-top: 1.5rem;
  padding-top: 0.75rem;
}

h1 + .footline {
  /* if we have no content in the page we remove the footer as it is of no real value in print */
  display: none;
}

#R-body #R-body-inner .headline a,
#R-body #R-body-inner .footline a,
#R-body #R-body-inner .btn a {
  text-decoration: none;
}
#R-body #R-body-inner a {
  /* in print we want to distinguish links in our content from
    normal text even if printed black/white;
    don't use a.highlight in selector to also get links that are
    put as HTML into markdown */
  text-decoration-line: underline;
}
#R-topbar {
  /* the header is sticky which is not suitable for print; */
  position: initial;
}
#R-topbar > .topbar-wrapper {
  background-color: initial;
}
#R-body .topbar-sidebar-divider {
  border-width: 0;
}
article .R-taxonomy {
  display: none;
}
mark.search {
  background: inherit;
  color: inherit;
}
.mermaid.zoom:hover {
  border-color: transparent;
}
.box > .box-content {
  background-color: rgba(255, 255, 255, 1);
}

.btn,
#R-body .tab-nav-button {
  color: rgba(0, 0, 0, 1);
}
#R-body .tab-nav-button.active {
  border-bottom-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}
#R-body .tab-nav-button.active > .tab-nav-text {
  background-color: rgba(255, 255, 255, 1);
}
#R-body .tab-content-text {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

article:not(.card) {
  break-before: page;
}
#R-body-inner article:not(.card):first-of-type {
  break-before: avoid;
}

#R-body #R-body-inner .flex-block-wrapper {
  max-width: calc(var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem);
  width: 100%;
}

#R-body #R-body-inner > .flex-block-wrapper article.narrow > p {
  font-size: 1.015625rem;
  text-align: start;
}

#R-body #R-body-inner > .flex-block-wrapper article.narrow > .article-subheading {
  margin-top: 0;
}

}
