.site-mobile-download-banner,
.site-header-download {
  display: none;
}

@media (min-width: 761px) {
  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-banner,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-banner {
    position: static;
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 10px 24px;
    border: 0;
    border-bottom: 1px solid var(--mass-border, var(--prayer-border, rgb(23 25 29 / 10%)));
    border-radius: 0;
    color: var(--mass-body-ink, var(--prayer-body-ink, #292b31));
    background:
      radial-gradient(circle at center, rgb(197 160 89 / 8%) 0%, transparent 70%),
      var(--mass-parchment, var(--prayer-parchment, #f6f1e7));
  }

  :root[data-theme='light'] .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-banner,
  :root[data-theme='light'] .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-banner {
    background:
      radial-gradient(circle at center, rgb(141 107 45 / 10%) 0%, transparent 70%),
      color-mix(
        in srgb,
        var(--mass-parchment, var(--prayer-parchment, #f6f1e7)) 92%,
        var(--mass-gold, var(--prayer-gold, #8d6b2d)) 8%
      );
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-banner > p,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-banner > p {
    margin: 0;
    color: inherit;
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-shell,
  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-pill-cta,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-shell,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-pill-cta {
    width: 118px;
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-shell,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-shell {
    height: 40px;
    flex-basis: 40px;
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-pill-cta,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-pill-cta {
    top: 0;
    bottom: auto;
    height: 40px;
    color: var(--mass-blue-deep, var(--prayer-blue-deep, #05070a));
    background: var(--mass-gold-bright, var(--prayer-gold-bright, #d4b56a));
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-shell::before,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-shell::before {
    top: -4px;
    bottom: auto;
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-label,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-shell:hover .download-pill-cta,
  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-pill-cta:focus-visible,
  .prayer-web-shell:has(.prayer-web-detail-main) .site-mobile-download-action .download-cta-shell.is-previewing .download-pill-cta,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-shell:hover .download-pill-cta,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-pill-cta:focus-visible,
  .mass-web-shell:has(.mass-web-day-main) .site-mobile-download-action .download-cta-shell.is-previewing .download-pill-cta {
    width: 268px;
    height: 318px;
    color: #05070a;
    background: #f7f3e9;
  }
}

@media (max-width: 760px) {
  .site-mobile-download-banner {
    position: static;
    top: auto;
    z-index: auto;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    border-bottom: 1px solid var(--mass-border, var(--prayer-border, rgb(23 25 29 / 10%)));
    border-radius: 0;
    color: var(--mass-body-ink, var(--prayer-body-ink, #292b31));
    background:
      radial-gradient(circle at center, rgb(197 160 89 / 8%) 0%, transparent 70%),
      var(--mass-parchment, var(--prayer-parchment, #f6f1e7));
  }

  :root[data-theme='light'] .site-mobile-download-banner {
    background:
      radial-gradient(circle at center, rgb(141 107 45 / 10%) 0%, transparent 70%),
      color-mix(
        in srgb,
        var(--mass-parchment, var(--prayer-parchment, #f6f1e7)) 92%,
        var(--mass-gold, var(--prayer-gold, #8d6b2d)) 8%
      );
  }

  .site-mobile-download-banner > p {
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    margin: 0;
    color: inherit;
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  .site-mobile-download-action .download-cta-shell,
  .site-mobile-download-action .download-pill-cta {
    width: 108px;
  }

  .site-mobile-download-action .download-cta-shell {
    height: 38px;
    flex: 0 0 38px;
  }

  .site-mobile-download-action .download-pill-cta {
    top: 0;
    bottom: auto;
    height: 38px;
    color: var(--mass-blue-deep, var(--prayer-blue-deep, #05070a));
    background: var(--mass-gold-bright, var(--prayer-gold-bright, #d4b56a));
  }

  .site-mobile-download-action .download-cta-shell::before {
    top: -4px;
    bottom: auto;
  }

  .site-mobile-download-action .download-cta-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .site-header:has(.site-header-download) {
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 8px;
  }

  .site-header-download {
    width: 100px;
    max-width: 0;
    height: 32px;
    display: block;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    justify-self: end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) scale(0.96);
    transform-origin: right center;
    transition:
      max-width 240ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 240ms;
  }

  .site-header[data-mobile-download-visible] .site-header-download {
    max-width: 100px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
    transition-delay: 0s;
  }

  .site-header:has(.site-header-download) .mobile-header-menu-toggle {
    grid-column: 3;
  }

  .site-header-download .download-cta-shell,
  .site-header-download .download-pill-cta {
    width: 100px;
  }

  .site-header-download .download-cta-shell {
    height: 32px;
  }

  .site-header-download .download-pill-cta {
    top: 0;
    bottom: auto;
    height: 32px;
    color: var(--mass-blue-deep, var(--prayer-blue-deep, #05070a));
    background: var(--mass-gold-bright, var(--prayer-gold-bright, #d4b56a));
  }

  .site-header-download .download-cta-shell::before {
    display: none;
  }

  .site-header-download .download-cta-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (max-width: 540px) {
  .site-mobile-download-action .download-cta-shell,
  .site-mobile-download-action .download-pill-cta {
    width: 100px;
  }

  .site-mobile-download-action .download-cta-label {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header-download {
    transition: none;
  }
}
