@layer components {
  :where(._content_1e5mw_2) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  ._content_1e5mw_2 {
    /* -------- Text & Blocks -------- */
  }
  ._content_1e5mw_2 p {
    margin: 1em 0;
    white-space: break-spaces;
  }
  ._content_1e5mw_2 strong,
  ._content_1e5mw_2 b {
    font-weight: 700;
  }
  ._content_1e5mw_2 em,
  ._content_1e5mw_2 i {
    font-style: italic;
  }
  ._content_1e5mw_2 u {
    text-decoration: underline;
  }
  ._content_1e5mw_2 s,
  ._content_1e5mw_2 del {
    text-decoration: line-through;
  }
  ._content_1e5mw_2 {
    /* -------- Headings -------- */
  }
  ._content_1e5mw_2 h1,
  ._content_1e5mw_2 h2,
  ._content_1e5mw_2 h3,
  ._content_1e5mw_2 h4,
  ._content_1e5mw_2 h5,
  ._content_1e5mw_2 h6 {
    margin: 2em 0 0.5em;
    color: var(--surface-accent-secondary);
  }
  :where(._content_1e5mw_2 h1) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.16;
    font-size: 2em;
  }
  @media (min-width: 480px) {
    :where(._content_1e5mw_2 h1) {
      font-size: clamp(2em, 1.5rem + 2.0833333333vw, 3em);
    }
  }
  :where(._content_1e5mw_2 h1) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._content_1e5mw_2 h1) {
      font-size: 3em;
    }
  }
  :where(._content_1e5mw_2 h2) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.16;
    font-size: 2em;
  }
  @media (min-width: 480px) {
    :where(._content_1e5mw_2 h2) {
      font-size: clamp(2em, 1.5rem + 2.0833333333vw, 3em);
    }
  }
  :where(._content_1e5mw_2 h2) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._content_1e5mw_2 h2) {
      font-size: 3em;
    }
  }
  :where(._content_1e5mw_2 h3) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
  }
  :where(._content_1e5mw_2 h4) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.2em;
  }
  :where(._content_1e5mw_2 h5) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.9rem;
  }
  :where(._content_1e5mw_2 h6) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._content_1e5mw_2 h6) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._content_1e5mw_2 h6) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._content_1e5mw_2 h6) {
      font-size: 0.8rem;
    }
  }
  ._content_1e5mw_2 {
    /* -------- Lists -------- */
  }
  ._content_1e5mw_2 ul,
  ._content_1e5mw_2 ol {
    margin: 1em 0;
    padding-left: 2em;
  }
  ._content_1e5mw_2 ul {
    list-style: disc;
  }
  ._content_1e5mw_2 ul li::marker {
    color: var(--surface-accent-secondary);
  }
  ._content_1e5mw_2 ol {
    list-style: decimal;
  }
  ._content_1e5mw_2 ol li::marker {
    color: var(--surface-accent-secondary);
  }
  ._content_1e5mw_2 li {
    margin: 0.4em 0;
  }
  ._content_1e5mw_2 li > ul,
  ._content_1e5mw_2 li > ol {
    margin: 0.4em 0;
  }
  ._content_1e5mw_2 {
    /* -------- Links -------- */
  }
  ._content_1e5mw_2 a {
    color: inherit;
    text-decoration: underline;
  }
  ._content_1e5mw_2 a:hover {
    text-decoration: none;
  }
  ._content_1e5mw_2 {
    /* -------- Blockquotes -------- */
  }
  ._content_1e5mw_2 blockquote {
    margin: 1.5em 0;
    padding-left: 1em;
    border-left: 0.1rem solid var(--surface-accent-secondary);
    color: var(--surface-accent-secondary);
  }
  ._content_1e5mw_2 {
    /* -------- Code -------- */
  }
  ._content_1e5mw_2 code {
    padding: 0.15em 0.35em;
    border-radius: 3px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.95em;
    background: #f5f5f5;
  }
  ._content_1e5mw_2 pre {
    overflow-x: auto;
    margin: 1.5em 0;
    padding: 1em;
    border-radius: 4px;
    background: #f5f5f5;
  }
  ._content_1e5mw_2 pre code {
    padding: 0;
    font-size: 0.9em;
    background: none;
  }
  ._content_1e5mw_2 {
    /* -------- Images & Media -------- */
  }
  ._content_1e5mw_2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1em 0;
  }
  ._content_1e5mw_2 figure {
    margin: 1.5em 0;
  }
  ._content_1e5mw_2 figcaption {
    margin-top: 0.5em;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
  }
  ._content_1e5mw_2 {
    /* -------- Tables -------- */
  }
  ._content_1e5mw_2 table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em 0;
  }
  ._content_1e5mw_2 th,
  ._content_1e5mw_2 td {
    padding: 0.5em 0.75em;
    border: 1px solid #ddd;
    text-align: left;
  }
  ._content_1e5mw_2 th {
    font-weight: 600;
    background: #f8f8f8;
  }
  ._content_1e5mw_2 {
    /* -------- Horizontal Rule -------- */
  }
  ._content_1e5mw_2 hr {
    margin: 3em 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  ._content_1e5mw_2 {
    /* -------- Alignment -------- */
  }
  ._content_1e5mw_2 ._align-left_1e5mw_232 {
    text-align: left;
  }
  ._content_1e5mw_2 ._align-center_1e5mw_235 {
    text-align: center;
  }
  ._content_1e5mw_2 ._align-right_1e5mw_238 {
    text-align: right;
  }
  ._content_1e5mw_2 {
    /* -------- Misc -------- */
  }
  ._content_1e5mw_2 small {
    font-size: 0.875em;
    color: #666;
  }
  ._content_1e5mw_2 mark {
    padding: 0.1em 0.25em;
    background: #fff3a0;
  }
  ._content_1e5mw_2 > :first-child {
    margin-top: 0 !important;
  }
  ._content_1e5mw_2 > :last-child {
    margin-bottom: 0 !important;
  }
}