/* /help/ section */

.help-page .help-header {
  margin: 0 0 17px 0;
  grid-column: full;
}

.help-page .help-header .breadcrumb {
  text-transform: uppercase;
  font-family: "Calibre";
  font-size: 1.13rem;
  margin: 17px 0 17px 0;
  padding: 0 var(--theme-content-padding);
}

.help-page .help-header .bgimage {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.help-page .help-header .bgimage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.help-page .help-header .title {
  position: relative;
}

.help-page .help-header .title h2 {
  text-transform: none;
  text-shadow: none;
  position: absolute;
  bottom: var(--theme-content-padding);
  left: var(--theme-content-padding);
  z-index: 2;
  color: #fff;
}

.help-page .help-nav {
  margin: 0 0 34px 0;
  padding: 0;
  grid-column: full;
}

.help-page .help-nav .inner {
  border-bottom: 1px solid #000;
  padding: 0 var(--theme-content-padding) 17px var(--theme-content-padding);
}

.help-page .help-nav a {
  padding: 0 16px 0 0;
  color: #000;
  font-family: "Calibre";
  font-size: 1.2rem;
}

.help-page .help-nav a.active {
  text-decoration: underline;
}

.help-page .help-nav .help-nav-trigger {
  display: none;
  width: 100%;
  margin: 0;
  padding: 12px 38px 12px 12px;
  border: 0;
  background: #fff;
  color: #000;
  font-family: "Calibre";
  font-size: 1.1rem;
  text-align: left;
  cursor: pointer;
}

.help-page .article strong {
  font-weight: 400;
}

.help-page .article .inner-wrap {
  padding: 0 0 89px 0;
  max-width: 100%;
  margin: 0;
}

.help-page .article .inner-wrap > .flex {
  display: grid;
  grid-template-columns: auto 25%;
  gap: 34px;
}

.help-page .article .inner-wrap h4 {
  /*! margin: 0 0 1rem 0 !important; */
  text-wrap: balance;
}

.help-page .article .inner-wrap p {
  /*! margin: 0 0 1rem 0 !important; */
  max-width: 600px;
}

.help-page .article .inner-wrap li {
  max-width: 600px;
}

.help-page .article .inner-wrap .right-side p {
  margin: 0 0 0.5rem 0 !important;
}

.help-page .article a {
  color: #000;
}

.help-page .article a:hover {
  text-decoration: underline;
}

.help-page .article h5 {
  padding: 0;
}

.help-page .article .wp-block-cover a {
  display: block;
  padding: 24px;
}

.help-page .article h5:hover a {
  background: rgba(0, 0, 0, 0.1);
}

.help-page .article .inner-wrap .stores h4 {
  margin: 0;
}

/* end help section */

@media only screen and (min-width: 320px) and (max-width: 900px) {
  .help-page .help-nav a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .help-page .article .inner-wrap > .flex {
    grid-template-columns: 1fr;
  }

  .help-page .help-nav .inner {
    position: relative;
  }

  .help-page .help-nav .help-nav-trigger {
    display: block;
    background: transparent;
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
    --icon-size: 20px;
  }

  .help-page .help-nav .help-nav-trigger .icon-next {
    transition: transform 0.2s ease;
  }

  .help-page .help-nav a {
    display: none;
    padding: 0;
    font-size: 1rem;
    padding: 8px 16px;

    text-decoration: none;
    background: #f2eee8;
  }

  .help-page .help-nav .inner.is-open a:first-of-type {
    margin-top: 8px;
  }

  .help-page .help-nav .inner.is-open a {
    display: block;
  }

  .help-page .help-nav .inner.is-open .help-nav-trigger .icon-next {
    transform: rotate(270deg);
  }

  .help.contact .article .inner-wrap > .flex > .left-side {
    order: 2;
  }

  .help.contact .article .inner-wrap > .flex > .right-side {
    order: 1;
  }
}
