.item-drop-down-menu-container {
  //width:135px;
  //height:32px;
  //position:absolute;
  //left:0px;
  //top:8px;ß

  //min-height: 36px;
  //display: flex;
  //flex-direction: row;
  //flex-wrap: nowrap;
  //justify-content: flex-start;
  //align-items: center;
  //gap: 16px;
  //color: firebrick;

  display: flex;
  padding: 4px 8px 4px 16px;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-start;

  //border: 1px solid blue;

  &--title {
    color: var(--main-text);
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 80px;
    max-width: 80px;
    width: 80px;

    /* Body/Body Medium */
    font-family: Roboto;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
  }

  &--icon {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    justify-content: center;
    align-items: center;
  }
}
