.elementor-28564 .elementor-element.elementor-element-beef0b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28564 .elementor-element.elementor-element-42b8724{--display:flex;}.elementor-28564 .elementor-element.elementor-element-42b8724.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-28564 .elementor-element.elementor-element-6f27991{border-style:none;}@media(min-width:769px){.elementor-28564 .elementor-element.elementor-element-42b8724{--width:101.73%;}}@media(max-width:1024px){.elementor-28564 .elementor-element.elementor-element-beef0b5{--flex-wrap:wrap;}}/* Start custom CSS for shortcode, class: .elementor-element-6f27991 *//* BASE MENU */
.bio-menu,
.bio-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 5 COLUMNS */
.bio-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between columns */
}

/* PARENT ITEMS = 1 COLUMN EACH */
.bio-menu > li {
  flex: 1 1 18%; /* 5 columns */
  margin-bottom: 16px;
}

/* PARENT CATEGORY LINKS */
.bio-menu > li > a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #AC589B; /* parent color */
  padding: 6px 0;
  display: block;
  transition: color 0.2s ease;
}

/* CHILD CATEGORY LINKS */
.bio-menu li > ul {
  display: block; /* always show */
  margin-left: 0; /* align under parent */
  padding-left: 12px;
}

/* CHILD LINKS STYLE */
.bio-menu li > ul li a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: #1a202c; /* normal child color */
  display: block;
  padding: 3px 0;
  transition: color 0.2s ease;
}

/* HOVER EFFECT FOR ALL LINKS */
.bio-menu li a:hover {
  color: #AC589B;
}/* End custom CSS */