.offcanvas-end.custom-width {
    width: 75vw;
  }
  .menu-title {
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
    font: var(--podium-cds-typography-320-to-1919-title3);
  }
  .submenu {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
  }
  .menu-item.open .submenu {
    display: block;
  }
  .submenu-item {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
    font: var(--podium-cds-typography-body1-strong);
    color: #707072;
  }
  .icon-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    margin-left: 10px;
  }

  /* search */
  .offcanvas-full {
width: 100vw;
}
.popular-search a {
display: inline-block;
margin: 8px 16px 8px 0px;
padding: 6px 16px;
background-color: #f5f5f5;
border-radius: 30px !important;
color: #111111;
text-decoration: none;
border-radius: 4px;
font-size: 0.9rem;
height: 36px;
align-items: center;
min-width: 92px;
width: auto;
}