/* Hide contact link in sidebar */
a[href$="/contact"],
a[href$="/contact/"] {
  display: none !important;
}

/* Hide the Recommended sidebar link */
a[href$="/recommended"] { display: none !important; }
