.mobile-site-header {
  display: none;
}

iframe[src*="emeriejayne.substack.com/embed"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  width: min(100%, 480px) !important;
}

@media (max-width: 809px) {
  header.framer-uj0g5.mobile-nav-source {
    display: none !important;
  }

  .mobile-site-header {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 64px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: 100%;
    z-index: 10;
  }

  .mobile-site-header.is-open {
    height: 204px;
  }

  .mobile-site-header-row {
    align-items: center;
    display: flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-site-logo {
    display: flex !important;
    flex: 0 0 155px !important;
    height: 31.921875px !important;
    overflow: visible !important;
    position: relative !important;
    width: 155px !important;
  }

  .mobile-site-logo > div,
  .mobile-site-logo [data-framer-background-image-wrapper] {
    height: 100% !important;
    width: 100% !important;
  }

  .mobile-site-socials {
    align-items: center;
    display: flex;
    flex: 0 0 171px;
    gap: 16px;
    height: 32px;
    justify-content: flex-end;
    width: 171px;
  }

  .mobile-site-social-link {
    display: flex !important;
    flex: 0 0 24px !important;
    height: 24px !important;
    overflow: visible !important;
    position: relative !important;
    width: 24px !important;
  }

  .mobile-site-spacer {
    flex: 0 0 10px;
    height: 32px;
    width: 10px;
  }

  .mobile-nav-toggle {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    flex: 0 0 32px;
    height: 32px;
    padding: 0;
    position: relative;
    width: 32px;
  }

  .mobile-nav-toggle-line {
    background: #000;
    border-radius: 1px;
    height: 2px;
    left: 4px;
    position: absolute;
    transition: top 180ms ease, transform 180ms ease;
    width: 24px;
  }

  .mobile-nav-toggle-line:first-child {
    top: 10px;
  }

  .mobile-nav-toggle-line:last-child {
    top: 20px;
  }

  .mobile-site-header.is-open .mobile-nav-toggle {
    border: 1px solid #c4a43b;
  }

  .mobile-site-header.is-open .mobile-nav-toggle-line:first-child {
    top: 15px;
    transform: rotate(45deg);
  }

  .mobile-site-header.is-open .mobile-nav-toggle-line:last-child {
    top: 15px;
    transform: rotate(-45deg);
  }

  .mobile-site-dropdown {
    display: flex;
    flex: 0 0 140px;
    flex-direction: column;
    height: 140px;
    padding: 20px 0 0;
    width: 100%;
  }

  .mobile-site-dropdown[hidden] {
    display: none;
  }

  .mobile-site-dropdown a {
    align-items: center;
    color: #0a0a0a;
    display: flex;
    font-family: Inter, "Inter Placeholder", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    text-decoration: none;
    width: 100%;
  }

  .framer-NQIQU section[data-framer-name="Music"] [data-framer-name="Content"] {
    align-items: center !important;
    gap: 16px !important;
  }

  .framer-NQIQU section[data-framer-name="Music"] [data-framer-name="Heading and body"],
  .framer-NQIQU section[data-framer-name="Music"] [data-framer-name="Heading Wrapper"] {
    align-items: center !important;
    width: 100% !important;
  }

  .framer-NQIQU section[data-framer-name="Music"] h2 {
    --framer-text-alignment: center !important;
    text-align: center !important;
    width: 100% !important;
  }
}

@media (min-width: 810px) {
  header.framer-uj0g5.mobile-nav-source {
    display: flex !important;
  }
}
