.portal-menu-accordion .portal-menu-location-items {
  padding: 0;
  overflow: hidden;
}

.portal-menu-cluster-item {
  border-bottom: 1px solid rgba(27, 36, 130, 0.1);
}

.portal-menu-cluster-item:last-child {
  border-bottom: none;
}

.portal-menu-cluster-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1b2482;
  text-align: left;
}

.portal-menu-cluster-toggle:hover {
  background-color: rgba(27, 36, 130, 0.05);
}

.portal-menu-cluster-text {
  flex: 1;
}

.portal-menu-cluster-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.portal-menu-cluster-item.active .portal-menu-cluster-arrow {
  transform: rotate(180deg);
}

.portal-menu-cluster-locations {
  display: none;
  padding: 0 14px 12px 22px;
}

.portal-menu-cluster-item.active .portal-menu-cluster-locations {
  display: block;
}

.portal-menu-cluster-location-content {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  color: #1a1a2e;
}

.portal-menu-cluster-location-content a {
  color: #1b2482;
}

.portal-menu-cluster-location-content p:last-child {
  margin-bottom: 0;
}
