:root {
  --rpc-primary: #073b5c;
  --rpc-accent: #8fd3ff;
  --rpc-surface: #ffffff;
  --rpc-text: #10202c;
}

body.respira-hide-cookieyes .cky-consent-container,
body.respira-hide-cookieyes .cky-btn-revisit-wrapper,
body.respira-hide-cookieyes .cky-modal {
  display: none !important;
}

body.respira-hide-ekb-ai .epkb-ai-chat-widget,
body.respira-hide-ekb-ai .epkb-ai-chat-button,
body.respira-hide-ekb-ai .epkb-ai-chat-container {
  display: none !important;
}

.respira-pwa-hide-wp-chrome body.respira-pwa-standalone #masthead,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body #masthead,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone #colophon,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body #colophon,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .site-header,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body .site-header,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .site-footer,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body .site-footer,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .main-header-bar,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body .main-header-bar,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .ast-primary-header-bar,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body .ast-primary-header-bar,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .ast-mobile-header-wrap,
.respira-pwa-hide-wp-chrome.respira-pwa-standalone-early body .ast-mobile-header-wrap,
.respira-pwa-hide-wp-chrome body.respira-pwa-standalone .ast-footer-wrap {
  display: none !important;
}

.respira-pwa-cta {
  position: fixed;
  right: 16px;
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 2147483004;
  width: min(390px, calc(100vw - 32px));
  background: var(--rpc-primary);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 20, 36, .26);
  padding: 18px;
  font-family: inherit;
}

.respira-pwa-cta[hidden] {
  display: none !important;
}

.respira-pwa-cta__close {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
  font: 700 22px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.respira-pwa-cta__close span {
  display: block;
  width: 1em;
  height: 1em;
  line-height: .9;
  transform: translateY(-1px);
  pointer-events: none;
}

.respira-pwa-cta__eyebrow {
  margin: 0 0 6px;
  color: var(--rpc-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.respira-pwa-cta__title {
  margin: 0 28px 8px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.respira-pwa-cta__body,
.respira-pwa-cta__steps {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.45;
}

.respira-pwa-cta__steps {
  padding-left: 20px;
}

.respira-pwa-cta__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.respira-pwa-button {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background: var(--rpc-accent);
  color: #062437;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 10px 14px;
}

.respira-pwa-button--link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.respira-pwa-button--quiet {
  background: #fff;
  color: var(--rpc-primary);
  border: 1px solid rgba(7, 59, 92, .16);
}

.respira-pwa-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.respira-pwa-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9997;
  display: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  height: calc(68px + env(safe-area-inset-bottom));
  min-height: calc(68px + env(safe-area-inset-bottom));
  padding: 6px 6px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid rgba(7, 59, 92, .14);
  box-shadow: 0 -10px 25px rgba(0, 30, 50, .08);
  box-sizing: border-box;
  contain: layout paint;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  overscroll-behavior: contain;
}

.respira-pwa-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 18px;
  background: rgba(255, 255, 255, .98);
  pointer-events: none;
}

.respira-pwa-nav-limited .respira-pwa-rail__item:not(.respira-pwa-rail__item--home),
.respira-pwa-rail--limited .respira-pwa-rail__item:not(.respira-pwa-rail__item--home) {
  display: none !important;
}

.respira-pwa-nav__item {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--rpc-primary) !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  margin: 0;
  min-height: 54px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(7, 59, 92, .08);
  transition: background-color .12s ease, color .12s ease, opacity .12s ease;
}

.respira-pwa-nav__item:hover,
.respira-pwa-nav__item:focus,
.respira-pwa-nav__item:active {
  background: rgba(7, 59, 92, .06) !important;
  color: var(--rpc-primary) !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.respira-pwa-nav__item:focus-visible,
.respira-pwa-nav__menu a:focus-visible {
  outline: 2px solid var(--rpc-accent);
  outline-offset: 2px;
}

.respira-pwa-nav__item--home {
  color: var(--rpc-primary) !important;
}

.respira-pwa-nav__item--home .respira-pwa-nav__icon {
  background: rgba(7, 59, 92, .08);
  color: var(--rpc-primary) !important;
  border-color: var(--rpc-primary);
}

.respira-pwa-nav__icon {
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: currentColor;
  pointer-events: none;
}

.respira-pwa-nav__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.respira-pwa-nav__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.respira-pwa-nav__label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: currentColor !important;
  pointer-events: none;
}

.respira-pwa-nav__menu-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.respira-pwa-nav__menu {
  position: absolute;
  left: 50%;
  bottom: calc(68px + env(safe-area-inset-bottom));
  width: min(190px, 72vw);
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid rgba(7, 59, 92, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 30, 50, .16);
  display: none;
}

.respira-pwa-nav__menu-wrap.is-open .respira-pwa-nav__menu,
.respira-pwa-nav__menu-wrap:focus-within .respira-pwa-nav__menu {
  display: block;
}

.respira-pwa-nav__menu a {
  display: block;
  padding: 13px 14px;
  color: var(--rpc-primary);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
}

.respira-pwa-nav__menu a + a {
  border-top: 1px solid rgba(7, 59, 92, .1);
}

.respira-pwa-rail {
  --rpc-nav-y: 50svh;
  --rpc-rail-width: 44px;
  --rpc-rail-height: 132px;
  --rpc-rail-line: 7px;
  --rpc-rail-color-1: #d8f3ff;
  --rpc-rail-color-2: var(--rpc-accent);
  --rpc-rail-color-3: var(--rpc-primary);
  position: fixed !important;
  top: var(--rpc-nav-y) !important;
  z-index: 2147483000 !important;
  display: block !important;
  width: var(--rpc-rail-width);
  height: var(--rpc-rail-height);
  transform: translateY(-50%);
  font-family: inherit;
  color: var(--rpc-primary);
  box-sizing: border-box;
  touch-action: none;
  isolation: isolate;
  contain: layout style;
  overflow: visible !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.respira-pwa-rail--thickness-slim {
  --rpc-rail-width: 36px;
  --rpc-rail-height: 112px;
  --rpc-rail-line: 5px;
}

.respira-pwa-rail--thickness-normal {
  --rpc-rail-width: 44px;
  --rpc-rail-height: 132px;
  --rpc-rail-line: 7px;
}

.respira-pwa-rail--thickness-strong {
  --rpc-rail-width: 50px;
  --rpc-rail-height: 150px;
  --rpc-rail-line: 9px;
}

.respira-pwa-rail--thickness-bold {
  --rpc-rail-width: 56px;
  --rpc-rail-height: 168px;
  --rpc-rail-line: 11px;
}

.respira-pwa-rail--style-deep {
  --rpc-rail-color-1: #bfefff;
  --rpc-rail-color-2: #2a89c7;
  --rpc-rail-color-3: #052b44;
}

.respira-pwa-rail--style-clinical {
  --rpc-rail-color-1: #ffffff;
  --rpc-rail-color-2: #9ee7f2;
  --rpc-rail-color-3: #08749a;
}

.respira-pwa-rail,
.respira-pwa-rail * {
  box-sizing: border-box;
}

.respira-pwa-rail--right {
  right: 0 !important;
}

.respira-pwa-rail--left {
  left: 0 !important;
}

.respira-pwa-rail__tab {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  width: var(--rpc-rail-width);
  height: var(--rpc-rail-height);
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.respira-pwa-rail--right .respira-pwa-rail__tab {
  right: 0;
}

.respira-pwa-rail--left .respira-pwa-rail__tab {
  left: 0;
}

.respira-pwa-rail__tab span {
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: var(--rpc-rail-line);
  border-radius: 999px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, .95), rgba(143, 211, 255, .5) 18%, transparent 44%),
    linear-gradient(180deg, var(--rpc-rail-color-1) 0%, var(--rpc-rail-color-2) 32%, #2f79b7 58%, var(--rpc-rail-color-3) 100%);
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow:
    0 0 0 1px rgba(7, 59, 92, .12),
    0 8px 26px rgba(7, 59, 92, .32),
    0 0 24px rgba(143, 211, 255, .42);
}

.respira-pwa-rail--style-custom-solid .respira-pwa-rail__tab span {
  background: linear-gradient(180deg, var(--rpc-rail-color-2), var(--rpc-rail-color-2));
}

.respira-pwa-rail--style-custom-gradient .respira-pwa-rail__tab span {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .92), rgba(255, 255, 255, .18) 20%, transparent 44%),
    linear-gradient(180deg, var(--rpc-rail-color-1) 0%, var(--rpc-rail-color-2) 48%, var(--rpc-rail-color-3) 100%);
}

.respira-pwa-rail__tab span::after {
  content: "";
  position: absolute;
  inset: 8px 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .58), transparent 52%);
  opacity: .82;
}

.respira-pwa-rail--right .respira-pwa-rail__tab span {
  right: 0;
}

.respira-pwa-rail--left .respira-pwa-rail__tab span {
  left: 0;
}

.respira-pwa-rail__panel {
  position: absolute !important;
  top: 50%;
  z-index: 2147483001 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 96px;
  max-height: min(78vh, 620px);
  padding: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 46px rgba(0, 30, 50, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.96);
  transition: opacity .14s ease, transform .14s ease;
}

.respira-pwa-rail--right .respira-pwa-rail__panel {
  right: 14px;
  transform-origin: right center;
}

.respira-pwa-rail--left .respira-pwa-rail__panel {
  left: 14px;
  transform-origin: left center;
}

.respira-pwa-rail.is-open .respira-pwa-rail__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.respira-pwa-rail__item {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 76px;
  min-height: 62px;
  padding: 8px 5px;
  margin: 0;
  border: 1px solid rgba(7, 59, 92, .1) !important;
  border-radius: 8px;
  background: #fff !important;
  color: var(--rpc-primary) !important;
  box-shadow: none !important;
  text-align: center;
  text-decoration: none !important;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.12;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(7, 59, 92, .08);
}

.respira-pwa-rail__item:hover,
.respira-pwa-rail__item:focus,
.respira-pwa-rail__item:active {
  background: #eef7fc !important;
  color: var(--rpc-primary) !important;
  opacity: 1 !important;
}

.respira-pwa-rail__item--home {
  background: var(--rpc-primary) !important;
  color: #fff !important;
}

.respira-pwa-rail__item--home:hover,
.respira-pwa-rail__item--home:focus,
.respira-pwa-rail__item--home:active {
  background: var(--rpc-primary) !important;
  color: #fff !important;
}

.respira-pwa-rail__item--back {
  background: #f7fbfd !important;
}

.respira-pwa-rail__item .respira-pwa-nav__icon {
  width: 23px;
  height: 23px;
  margin: 0;
}

.respira-pwa-rail__item span:not(.respira-pwa-nav__icon) {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  color: currentColor !important;
}

.respira-pwa-rail__tools {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.respira-pwa-rail__tools button {
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 999px;
  background: #f4f9fc;
  color: var(--rpc-primary);
  font-size: 10px;
  font-weight: 800;
}

.respira-pwa-contact {
  position: fixed;
  inset: 0;
  z-index: 2147483010;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(4, 23, 36, .42);
}

.respira-pwa-contact[hidden] {
  display: none !important;
}

.respira-pwa-contact__dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 20px;
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 8px;
  background: #fff;
  color: var(--rpc-text);
  box-shadow: 0 22px 70px rgba(0, 30, 50, .26);
}

.respira-pwa-contact__dialog h2 {
  margin: 0 36px 8px 0;
  color: var(--rpc-primary);
  font-size: 22px;
}

.respira-pwa-contact__dialog p {
  margin: 0 0 14px;
  color: #526777;
  font-size: 13px;
  line-height: 1.4;
}

.respira-pwa-contact__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #eef7fc;
  color: var(--rpc-primary);
  font-weight: 900;
}

.respira-pwa-contact textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(7, 59, 92, .18);
  border-radius: 8px;
  font: inherit;
}

.respira-pwa-contact__accept {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0 0 14px;
  color: #334b5c;
  font-size: 12px;
  line-height: 1.35;
}

.respira-pwa-contact__accept input {
  margin-top: 2px;
}

.respira-pwa-contact__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.respira-pwa-contact__status {
  min-height: 18px;
  margin-top: 10px !important;
}

.respira-pwa-qr {
  max-width: 260px;
  color: #10202c;
  text-align: center;
}

.respira-pwa-qr img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(7, 59, 92, .16);
  border-radius: 8px;
}

.respira-pwa-share-card {
  max-width: 420px;
  margin: 24px auto;
  padding: 22px;
  color: var(--rpc-text);
  background: #fff;
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 59, 92, .08);
  text-align: center;
}

.respira-pwa-share-card__eyebrow {
  margin: 0 0 6px;
  color: var(--rpc-primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.respira-pwa-share-card__title {
  margin: 0 0 8px;
  color: var(--rpc-primary);
  font-size: 24px;
}

.respira-pwa-share-card__body {
  margin: 0 0 16px;
}

.respira-pwa-share-card__notice,
.respira-pwa-status {
  color: #526777;
  font-size: 13px;
}

.respira-pwa-share-screen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 56px);
  overflow: hidden;
  color: var(--rpc-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(47, 121, 183, .16), transparent 28%),
    linear-gradient(145deg, #fff 0%, #f3f9fd 48%, #e7f3fa 100%);
  border: 1px solid rgba(7, 59, 92, .1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 59, 92, .14);
}

.respira-pwa-share-screen__brand,
.respira-pwa-share-screen__qr-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.respira-pwa-share-screen__brand img,
.respira-pwa-share-screen__qr-head img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 59, 92, .14);
}

.respira-pwa-share-screen__kicker {
  margin: 0 0 4px;
  color: #2f79b7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.respira-pwa-share-screen__name,
.respira-pwa-share-screen__qr-head strong {
  display: block;
  margin: 0;
  color: var(--rpc-primary);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .18em;
}

.respira-pwa-share-screen__sub,
.respira-pwa-share-screen__qr-head span {
  display: block;
  margin: 3px 0 0;
  color: #2f79b7;
  font-size: 13px;
  font-weight: 800;
}

.respira-pwa-share-screen h2 {
  margin: 26px 0 0;
  max-width: 680px;
  color: var(--rpc-primary);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  font-weight: 900;
}

.respira-pwa-share-screen__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: #526777;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.48;
}

.respira-pwa-share-screen__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.respira-pwa-share-screen__install {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 8px;
}

.respira-pwa-share-screen__install h3 {
  margin: 0 0 8px;
  color: var(--rpc-primary);
}

.respira-pwa-share-screen__install ol {
  margin: 0;
  padding-left: 20px;
  color: #526777;
}

.respira-pwa-share-screen__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.respira-pwa-share-screen__cards div {
  min-height: 100px;
  padding: 15px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(7, 59, 92, .12);
  border-radius: 8px;
}

.respira-pwa-share-screen__cards strong,
.respira-pwa-share-screen__cards span {
  display: block;
}

.respira-pwa-share-screen__cards strong {
  color: var(--rpc-primary);
  margin-bottom: 7px;
}

.respira-pwa-share-screen__cards span {
  color: #526777;
  font-size: 13px;
  line-height: 1.35;
}

.respira-pwa-share-screen__qr {
  padding: 16px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(7, 59, 92, .12);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(7, 59, 92, .14);
}

.respira-pwa-share-screen__phone {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(7, 59, 92, .1);
  border-radius: 8px;
}

.respira-pwa-share-screen__phone .respira-pwa-qr {
  max-width: none;
  margin: 18px 0;
}

.respira-pwa-share-screen__phone h3 {
  margin: 14px 0 8px;
  color: var(--rpc-primary);
  font-size: 22px;
}

.respira-pwa-share-screen__phone p {
  color: #526777;
  line-height: 1.45;
}

.respira-pwa-share-screen__url {
  display: block;
  margin-top: 14px;
  padding: 12px;
  color: var(--rpc-primary);
  background: #eef7fc;
  border: 1px solid rgba(7, 59, 92, .12);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  word-break: break-all;
  text-decoration: none;
}

.respira-pwa-install-guide {
  color: var(--rpc-text);
}

.respira-pwa-install-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.respira-pwa-install-guide__grid article {
  border: 1px solid rgba(7, 59, 92, .14);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.respira-pwa-install-guide__grid h3 {
  margin: 0 0 8px;
  color: var(--rpc-primary);
  font-size: 18px;
}

.respira-pwa-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(7, 59, 92, .38), rgba(7, 59, 92, .48)),
    var(--rpc-preloader-image, none),
    var(--rpc-primary);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity .2s ease;
  pointer-events: none;
}

.respira-pwa-preloader__content {
  width: min(88vw, 720px);
  padding: 28px;
  text-align: center;
}

.respira-pwa-preloader__message {
  line-height: 1.08;
  text-wrap: balance;
  text-shadow: 0 3px 18px rgba(0, 20, 36, .42);
}

.respira-pwa-preloader--done {
  opacity: 0;
}

@keyframes rpc-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 782px) {
  .respira-pwa-install-guide__grid {
    grid-template-columns: 1fr;
  }

  .respira-pwa-share-screen {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  .respira-pwa-share-screen__actions {
    flex-direction: column;
  }

  .respira-pwa-share-screen__actions .respira-pwa-button {
    width: 100%;
  }

  .respira-pwa-share-screen__cards {
    grid-template-columns: 1fr;
  }

  .respira-pwa-rail {
    display: block !important;
  }

  .respira-pwa-cta {
    right: auto;
    left: 50%;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    transform: translateX(-50%);
  }

  body.respira-pwa-has-nav {
    padding-bottom: 0;
  }

}

@media (hover: none) and (pointer: coarse) {
  .respira-pwa-rail {
    display: block !important;
  }

  .respira-pwa-cta {
    right: auto;
    left: 50%;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    transform: translateX(-50%);
  }

  body.respira-pwa-has-nav {
    padding-bottom: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .respira-pwa-rail__panel {
    transition: none;
  }
}
