.homeCategories > li{
  display: flex;
  flex-direction: column;
  padding: 30px;
  outline: 1px solid #D9D9D9;
}

.homeCategories img{
  display: block;
  width: 48px;
}

.homeCategories h3{
  font-size: 20px;
  line-height: 1.3;
  font-weight 600;
  margin: 25px 0 12px;
}

.homeCategories p{
  color: #555;
  margin: 0;
}

.homeCategories__sub{
  margin: auto 0 0 0;
  padding: 1em 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}

.homeCategories__sub > :not(:last-child)::after{
  content: "\00B7";
  margin: 0 .7em;
}

.homeCategories__sub a{
  color: rgb(var(--theme-link_hover));
}
.homeCategories__sub a:hover{
  text-decoration: underline;
}


/* Our picks */
.ourPicksCarousel > li{
  padding: 30px;
  /* background: rgb(var(--theme-area_background_reset));
  border: solid 1px #D9D9D9;
  border-radius: var(--box--radius); */
  outline: 1px solid #D9D9D9;
}


/* Increase sidebar width and spacing */
#ipsLayout_sidebar{
  min-width: 400px;
}
.ipsWidget.ipsWidget_horizontal:not(.ipsWidgetHide){
  margin-bottom: 20px;
}
/* Simplify widget UI */
/* #ipsLayout_sidebar .ipsWidget:not(:last-child){
  margin-bottom: 40px;
} */
/* Adjust widget titles */
/*
#ipsLayout_sidebar .ipsWidget_title{
  background: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 3px solid rgba(var(--theme-text_color), .3);
}
*/