@media (max-width:767px) {

  :root {
    --h1-size: 3.2rem !important;
    --gap: 2rem;
    --header-spacing: 48px
  }
  h2 {
    font-size: 2.4rem
  }

  h3 {
    font-size: 2.1rem
  }
  #gh-main {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }
  .gh-head-members {
    flex-direction: row-reverse;
    gap: 16px;
    width: auto;
    order: 1
  }

  .theme-mode-btn {
    order: 2
  }

  .gh-head-actions .gh-search {
    display: none
  }
  .is-head-stacked .gh-head-brand {
    min-height: unset
  }
  #gh-head {
    height: 64px
  }

  #gh-head .gh-head-inner {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    gap: 0
  }

  #gh-head .gh-head-brand {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-column-start: 1;
    align-items: center;
    height: 64px
  }

  #gh-head .gh-head-logo {
    font-size: 2.2rem
  }

  .gh-burger {
    display: block
  }

  #gh-head .gh-head-actions,
  #gh-head .gh-head-menu {
    position: fixed;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0
  }

  #gh-head .gh-head-menu {
    transition: none;
    transform: translateY(0);
    align-items: flex-start
  }

  #gh-head .nav {
    gap: 0;
    align-items: stretch;
    width: 100%;
    line-height: 1.4
  }

  #gh-head .nav-item {
    width: 100%
  }

  #gh-head .nav-item-link,
  #gh-head .nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 29px 12px 24px;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: none;
    text-align: left
  }

  #gh-head .nav li {
    opacity: 0;
    transform: translateY(-4px)
  }

  #gh-head .gh-head-actions {
    text-align: center
  }

  #gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 0;
    transform: translateY(8px)
  }

  #gh-head .gh-head-btn {
    width: 100%;
    font-size: 1.8rem;
    text-transform: none
  }

  #gh-head .gh-head-btn:not(.gh-btn) {
    font-size: 2rem
  }

  #gh-main {
    transition: opacity .4s
  }

  body.is-head-open {
    overflow: hidden
  }

  body.is-head-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 3999998;
    background: rgba(0, 0, 0, 0.4)
  }

  .is-head-open #gh-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3999999;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 16px 16px
  }

  .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
    background-color: var(--color-white)
  }

  .is-head-open.is-head-transparent #gh-head,
  .is-head-open:is(.is-head-transparent, .is-head-brand) #gh-head .gh-head-actions {
    background-color: var(--ghost-accent-color)
  }

  .is-head-open.is-head-dark #gh-head,
  .is-head-open.is-head-dark #gh-head .gh-head-actions {
    background-color: var(--color-darker-gray)
  }

  .is-head-open #gh-head .gh-head-actions,
  .is-head-open #gh-head .gh-head-menu {
    position: static;
    visibility: visible;
    opacity: 1
  }

  .is-head-open #gh-head .nav {
    display: flex;
    flex-direction: column
  }

  .is-head-open #gh-head .nav li {
    opacity: 1;
    transition: transform .2s, opacity .2s;
    transform: translateY(0)
  }

  .is-head-open #gh-head .gh-head-actions {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background-color: var(--color-white)
  }

  .is-head-open #gh-head .gh-head-btn {
    width: auto
  }

  .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
    opacity: 1;
    transition: transform .4s, opacity .4s;
    transition-delay: .2s;
    transform: translateY(0)
  }

  .is-head-open #gh-head .gh-head-link {
    transition-delay: .4s
  }

  .gh-article-excerpt {
    font-size: 1.9rem
  }

  .gh-article-image {
    margin-top: 2.4rem
  }
  .gh-content {
    margin-top: 3.2rem;
    font-size: 1.7rem
  }
  .gh-cta-actions {
    -moz-column-gap: .8rem;
    column-gap: .8rem
  }
  .gh-navigation-desktop-only,
  .gh-navigation-hide {
    display: none
  }

  .gh-navigation-mobile-only {
    display: inline
  }
  .gh-foot {
    padding-top: 6.4rem;
    padding-bottom: 12rem
  }

  .gh-foot-inner {
    grid-template-columns: 1fr;
    text-align: center
  }

  .gh-foot-inner .gh-social-links {
    justify-content: center
  }

  .gh-copyright {
    justify-self: center;
    text-align: center
  }

  .gh-foot-menu .nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: .8rem
  }

  .gh-foot-menu .nav li+li {
    margin-left: 1.6rem;
    margin-top: 0
  }

  .gh-foot-menu .nav li+li:before {
    display: none
  }

  .gh-powered-by {
    text-align: center
  }
  .related-posts {
    margin-top: 60px
  }

 
  .nav-has-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch
  }

  .nav-dropdown-toggle {
    justify-content: space-between
  }

  .nav-dropdown-toggle {
    gap: 16px
  }

  .nav-arrow {
    box-sizing: content-box;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    padding: 16px;
    margin: -16px -16px -16px 0;
    transform: rotate(-90deg)
  }

  .nav-has-dropdown.is-open .nav-arrow {
    transform: rotate(0deg)
  }

  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--color-lighter-gray);
    min-width: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease
  }

  .nav-has-dropdown.is-open .nav-dropdown-menu {
    max-height: 500px
  }

  .nav-dropdown-menu--right {
    right: auto
  }

  .nav-dropdown-item {
    text-align: left
  }

  #gh-head .nav-dropdown-menu .nav-dropdown-link {
    display: block;
    padding: 10px 24px;
    padding-left: 32px;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 1;
    transition: opacity .15s
  }

  #gh-head .nav-dropdown-menu .nav-dropdown-link:hover {
    opacity: 1
  }

}
