.pwa-seeking-space-mobile {
  display: none;
}

@media (max-width: 767px) {
  .pwa-seeking-space-mobile {
    display: block;
    padding: 16px 16px;
    background: var(--pwa-bg);
    color: var(--pwa-ink);
  }

  .pwa-shell .pwa-seeking-space-desktop,
  .pwa-shell .pwa-seeking-space-affiliations {
    display: none !important;
  }

  .pwa-seeking-space-mobile h1 {
    margin: 16px 0 6px;
    color: var(--pwa-ink);
    font-family: "Patua One", Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }

  .pwa-page-lede {
    margin: 0 0 16px;
    color: var(--pwa-muted);
    font-size: 15.5px;
    line-height: 1.45;
  }

  .pwa-page-cta {
    min-height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    border: 0;
    border-radius: 8px;
    background: var(--pwa-mint);
    box-shadow: 0 6px 18px rgba(3, 52, 62, 0.22);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  .pwa-page-cta:active {
    transform: translateY(1px);
  }

  .pwa-page-cta--bottom {
    margin: 22px 0 6px;
  }

  .pwa-feature-list {
    display: grid;
    gap: 10px;
    margin: 6px 0 4px;
  }

  .pwa-feature-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 13px;
    row-gap: 3px;
    align-items: start;
    padding: 14px 14px 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(7, 81, 97, 0.08);
  }

  .pwa-feature-card__icon {
    width: 38px;
    height: 38px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--pwa-teal);
    color: var(--pwa-mint);
  }

  .pwa-feature-card__icon svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pwa-feature-card strong,
  .pwa-feature-card p {
    grid-column: 2;
  }

  .pwa-feature-card strong {
    display: block;
    margin: 2px 0 0;
    color: var(--pwa-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }

  .pwa-feature-card p {
    margin: 0;
    color: var(--pwa-muted);
    font-size: 14px;
    line-height: 1.45;
  }

  .pwa-seeking-space-mobile h2 {
    margin: 22px 0 6px;
    color: var(--pwa-ink);
    font-family: "Patua One", Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }

  .pwa-seeking-space-mobile > p:not(.pwa-page-lede) {
    margin: 0 0 11px;
    color: var(--pwa-ink);
    font-size: 15px;
    line-height: 1.55;
  }
}
