.elementor-112041 .elementor-element.elementor-element-ae4a8e5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:2rem 2rem;--row-gap:2rem;--column-gap:2rem;--margin-top:6rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-112041 .elementor-element.elementor-element-7d2af06{width:100%;max-width:100%;}/* Start custom CSS */.membership-products {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
}

.categoryTabs li a {
  color: var(--e-global-color-text);
  font-size: 1.2rem;
}
.categoryTabs li a.active {
  font-weight: bold;
}
.membership-products li {
  display: block;
  margin: 0;
  padding: 0;
}

.membership-products ul {
  padding: 0;
}

.categoryTabs {
  width: 15rem;
}

.membershipListing {
  width: calc(100% - 13rem);
  margin-left: 2rem;
  min-height: calc(100vh - 34rem);
  margin-bottom: 5rem;
}

.categoryTabs li {
  margin-bottom: 1.5rem;
}

.productsMembership > ul > li {
  background: var(--e-global-color-3a67f047);
  margin-bottom: 1rem;
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.productsMembership .productImage {
  width: 310px;
  height: 165px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

img.membership-products__image {
}

.productsMembership .productImage img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productsMembership .productDetails {
  width: calc(100% - 330px);
}
.productsMembership .productDetails h5 {
  font-size: 1.4rem; 
  margin-bottom: 0rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--e-global-color-primary);
  padding-top: 0;
  margin-top: 0rem;
}

.productMemberships h6 {
  font-size: 1.1rem;
  color: var(--e-global-color-text);
  line-height: 1.3rem;
  margin: 0;
}

.productMemberships {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.productMemberships a {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: var(--e-global-color-text);
  text-decoration: underline;
}
.productMemberships a:hover {
  text-decoration: none;
  color: var(--e-global-color-text);
}

.productMemberships {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}

.productMemberships:last-child {
  padding-top: 1rem;
  padding-bottom: 0;
  border-bottom: 0px solid #d9d9d9;
}/* End custom CSS */