/* ARCHIVE BODY */
.helpItem img {
  max-height:300px;
  width: auto;
}

.helpItem .count {
  background: var(--gBrandColorSec);
}



/* Single */

/* Hero Product */
#heroProduct {
  overflow:hidden;
}

#heroProduct #prodImg {
  max-width: 180px;
}

@media (min-width:740px) {
 #heroProduct #prodMeta {padding-right:2.75em;}
}

/* Product Title & Buttons */
a.helpBtnCTA {
  background:#ffeb3b;
  padding:.375rem .75rem;
}
a.helpBtnCTA:hover {
  background: var(--gBgBlack);
  color:var(--gBgWhite);
}


/* Help Sidebar */
ul.listHelpItems li {
  list-style: none;
}

ul.listHelpItems a {
  color: #8b01f5;
  border:1px solid;
  border-radius: .2rem .475rem;
  padding:.55rem .35rem;
}

ul.listHelpItems .active,
ul.listHelpItems a:hover {
  background:var(--gBgYellow);
  color:var(--gBgBlack);
  box-shadow:
  0px 0px 0px 2px #000,
  0px 10px 5px -10px #000;
}


@media (max-width:740px) {

  #postAuthor,
  #relatedPosts {
    display:none;
  }

  
  #heroProduct {
    flex-direction: column;
    padding:1.25rem 1.25rem 1.5rem;
  }


  #heroProduct #prodMeta {
    text-align: center;
    justify-items: center;
  }
}