:root {
  --ink: #17181a;
  --ink-hover: #2b2c30;
  --ink-soft: #34373c;
  --copy-secondary: #3f4248;
  --brand-ink: #2a2c30;
  --body-color: #5b5f66;
  --muted: #656970;
  --line: #e8e9eb;
  --line-strong: #d5d7da;
  --line-hover: #dcdee1;
  --control-border-hover: #aeb1b6;
  --card-border-hover: #c9cbd0;
  --divider: #d2d4d7;
  --outline-border: #c6c8cc;
  --paper: #fbfbfb;
  --card: #fff;
  --surface: #f1f2f3;
  --surface-hover: #f3f4f5;
  --surface-alt: #f6f6f6;
  --surface-subtle: #f7f7f8;
  --surface-bright: #fdfdfd;
  --placeholder: #d9dbde;
  --map-placeholder: #d9dcdf;
  --hero-bg: #14161a;
  --text-on-dark: #e6eaf0;
  --text-on-dark-soft: #c8cbd0;
  --text-on-dark-muted: #b9bdc3;
  --text-on-image-muted: #e1e3e6;
  --red: #e2231a;
  --red-dark: #c41d15;
  --focus-on-media: #ff5b52;
  --shadow: 0 18px 50px rgb(30 34 40 / 12%);
  --shadow-soft: 0 8px 24px rgb(30 34 40 / 6%);
  --radius-card: 12px;
  --radius-btn: 5px;
  --font-display: "Barlow Condensed", "Arial Narrow", arial, sans-serif;
  --font-body: "Barlow", arial, helvetica, sans-serif;

  /* Jedna krzywa dla tytułu strony, jedna dla hero strony głównej. */
  --display-hero: clamp(48px, 32px + 3.8vw, 80px);
  --display-page: clamp(40px, 28px + 3.2vw, 72px);
  --display-cta: clamp(40px, 24px + 2.8vw, 64px);
  --display-leading: 0.94;
  --display-tracking: -0.02em;
  --display-gap: 32px;

  /* Nagłówek sekcji i trzy jedyne stopnie nagłówków podrzędnych. */
  --headline: clamp(32px, 24px + 1.7vw, 48px);
  --headline-leading: 0.98;
  --headline-tracking: -0.015em;
  --headline-gap: 24px;
  --statement: 24px;
  --title: 20px;
  --label: 12px;
  --control-border: #8a8d92;
  --focus-ring-color: var(--red);
  --focus-ring-width: 3px;
  --tap-min: 44px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --page-gutter: clamp(28px, 3.35vw, 72px);
  --content-measure: 60ch;
  --header-h: 78px;
}

:where(
  body.elinwest-site,
  .editor-styles-wrapper .elinwest-native-preview-shell
) {
  box-sizing: border-box;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  *,
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  *::before,
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  *::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  a {
  color: inherit;
  text-decoration: none;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  img {
  display: block;
  width: 100%;
  height: auto;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  button,
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  input,
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  select,
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  textarea {
  font: inherit;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  svg.lucide {
  display: block;
  width: 100%;
  height: 100%;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 3px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .section-shell {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: none;
  margin-inline: auto;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .prose {
  max-width: var(--content-measure);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(h1, h2, h3, h4, h5, h6, p) {
  margin-top: 0;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(h1, h2) {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h1 {
  margin-bottom: var(--display-gap);
  font-size: var(--display-page);
  line-height: var(--display-leading);
  letter-spacing: var(--display-tracking);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h2 {
  margin-bottom: var(--headline-gap);
  font-size: var(--headline);
  line-height: var(--headline-leading);
  letter-spacing: var(--headline-tracking);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h3 {
  margin-bottom: 16px;
  font-size: var(--statement);
  line-height: 1.12;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h4 {
  margin-bottom: 12px;
  font-size: var(--title);
  line-height: 1.2;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h5 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.3;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  h6 {
  margin-bottom: 12px;
  font-size: var(--label);
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .eyebrow {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .eyebrow-dash::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 0 3px 14px;
  background: var(--red);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .dot {
  color: var(--red);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn {
  --btn-height: 54px;
  --btn-gap: 4px;
  --btn-label-bg: var(--ink);
  --btn-label-color: var(--card);
  --btn-label-border: var(--ink);
  --btn-label-hover: var(--ink-hover);
  --btn-icon-bg: var(--ink);
  --btn-icon-color: var(--card);
  --btn-icon-hover: var(--ink-hover);

  min-height: var(--btn-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--btn-gap);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--btn-label-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 120ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn:active {
  transform: translateY(1px) scale(0.98);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.btn-label, .btn-icon) {
  min-height: var(--btn-height);
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding-inline: 30px;
  border: 1px solid var(--btn-label-border);
  border-radius: 999px;
  background: var(--btn-label-bg);
  color: var(--btn-label-color);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn-icon {
  width: var(--btn-height);
  flex: 0 0 var(--btn-height);
  display: grid;
  place-items: center;
  border: 1px solid var(--btn-icon-bg);
  border-radius: 50%;
  background: var(--btn-icon-bg);
  color: var(--btn-icon-color);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn
  svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
  transition: transform 180ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn:hover
  .btn-label {
  border-color: var(--btn-label-hover);
  background: var(--btn-label-hover);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn:hover
  .btn-icon {
  border-color: var(--btn-icon-hover);
  background: var(--btn-icon-hover);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn:hover
  .btn-icon
  svg {
  transform: translate(2px, -2px);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .btn-light {
  --btn-label-bg: var(--card);
  --btn-label-color: var(--ink);
  --btn-label-border: var(--outline-border);
  --btn-label-hover: var(--surface);
  --btn-icon-bg: var(--card);
  --btn-icon-color: var(--ink);
  --btn-icon-hover: var(--surface);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.btn:disabled, .btn[aria-disabled="true"]) {
  opacity: 0.46;
  cursor: not-allowed;
  filter: grayscale(1);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link {
  --text-btn-height: 42px;
  --text-link-color: var(--ink);
  --text-icon-hover-bg: var(--ink);
  --text-icon-hover-color: var(--card);

  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-link-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  white-space: nowrap;
  touch-action: manipulation;
  transition: transform 120ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link-label {
  display: inline-flex;
  align-items: center;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link-icon {
  width: var(--text-btn-height);
  min-height: var(--text-btn-height);
  flex: 0 0 var(--text-btn-height);
  display: grid;
  place-items: center;
  border: 1px solid var(--text-link-color);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

/* stylelint-disable-next-line no-descending-specificity -- Button and text-link icons are independent primitives. */
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link
  svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 160ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link:hover
  .text-link-icon {
  background: var(--text-icon-hover-bg);
  color: var(--text-icon-hover-color);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .text-link:active {
  transform: translateY(1px) scale(0.98);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  a.is-unavailable {
  color: var(--muted);
  cursor: default;
  text-decoration: none;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  a.is-unavailable::after {
  display: none;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  main
  [id] {
  scroll-margin-top: calc(var(--header-h) + 10px);
}

/* Templates which are not represented by custom blocks. */
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .subpage-main {
  padding-top: 18px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .entry-single, .error-page) {
  padding-block: clamp(64px, 8vw, 128px);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-heading {
  max-width: 860px;
  margin-bottom: 48px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--card);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-image {
  width: 100%;
  min-height: 240px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-copy {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 200px;
  padding: 30px 28px 28px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-copy
  time {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-copy
  h2 {
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: var(--statement);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .post-archive-copy
  .text-link {
  margin-top: auto;
  width: max-content;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  .page-numbers
  li {
  margin: 0;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  :where(a.page-numbers, span.page-numbers) {
  min-width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    border-color 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  span.page-numbers.current {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--card);
}

/* Wielokropek nie jest kontrolka, wiec nie nosi obrysu przycisku. */
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  span.page-numbers.dots {
  border-color: transparent;
  background: none;
  color: var(--muted);
}

/* Kierunek przejscia dzieli slownik ze sterowaniem suwaka realizacji. */
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  :where(a.prev, a.next).page-numbers {
  width: 46px;
  padding: 0;
  border-color: var(--ink);
  background: transparent;
}

/* stylelint-disable-next-line no-descending-specificity -- Ikona kierunku przejscia jest niezalezna od ikon przyciskow. */
:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  :where(.post-archive, .project-archive)
  :where(a.prev, a.next).page-numbers
  svg {
  width: 17px;
  height: 17px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .entry-single {
  max-width: 1120px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .entry-single
  > img {
  max-height: 680px;
  margin-block: 48px;
  object-fit: cover;
  border-radius: var(--radius-card);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .entry-content {
  max-width: var(--content-measure);
  color: var(--body-color);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .entry-content
  a {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .error-page {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  place-content: center;
  justify-items: start;
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .error-page
  > p:not(.eyebrow) {
  color: var(--body-color);
}

:where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  )
  .error-page
  .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .text-link:hover
    .text-link-icon
    svg {
    transform: translate3d(1px, -1px, 0);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-card:hover
    .post-archive-image
    img {
    transform: scale(1.035);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-card:hover
    .text-link
    .text-link-icon {
    background: var(--text-icon-hover-bg);
    color: var(--text-icon-hover-color);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-card:hover
    .text-link
    .text-link-icon
    svg {
    transform: translate3d(1px, -1px, 0);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    :where(.post-archive, .project-archive)
    a.page-numbers:hover {
    border-color: var(--ink);
  }

  /* stylelint-disable-next-line no-descending-specificity -- Kierunek przejscia wypelnia sie, numery tylko obrysem. */
  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    :where(.post-archive, .project-archive)
    :where(a.prev, a.next).page-numbers:hover {
    background: var(--ink);
    color: var(--card);
  }
}

@media (max-width: 1280px) {
  :root {
    --page-gutter: 32px;
  }
}

@media (max-width: 860px) {
  :root {
    --page-gutter: 16px;
    --header-h: 72px;
  }

  :where(
    body.elinwest-site,
    .editor-styles-wrapper .elinwest-native-preview-shell
  ) {
    font-size: 16px;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .text-link {
    --text-btn-height: 44px;

    min-height: var(--text-btn-height);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-copy
    time {
    font-size: 12px;
  }
}

@media (max-width: 620px) {
  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-card {
    min-height: 0;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .post-archive-image {
    min-height: 0;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .error-page
    .hero-actions,
  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    .error-page
    .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    :where(
      .btn,
      .btn-label,
      .btn-icon,
      .btn svg,
      .text-link,
      .text-link-icon,
      .text-link svg,
      a.page-numbers,
      .post-archive-image img
    ) {
    transition: none;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    :where(.btn, .text-link):active {
    transform: none;
  }

  :where(
      body.elinwest-site,
      .editor-styles-wrapper .elinwest-native-preview-shell
    )
    :where(.btn:hover .btn-icon svg, .text-link:hover .text-link-icon svg) {
    transform: none;
  }
}
