.accountpanel {
  padding-top: 0.5rem;
}
.accountpanel-item {
  position: relative;
}
.accountpanel-item__title {
  display: flex;
  align-items: center;
}
.accountpanel-item__content {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.75rem);
  background-color: white;
  border-radius: 6px;;
}
.accountpanel-item__anchor {
  display: block;
  width: 100%;
  color: black;
  font-weight: normal;
  padding: 0.75rem 1rem;
}
.accountpanel-item__anchor:hover {
  color: var(--main-color);
}
