.complex_list {
  padding: 4px;
}

ul.complex_list {
  display: flex;
}

.complex_list li {
  list-style: none;
  font-weight: bold;
  margin: 2px;
}

.lang {
		width: 30px;
    height: 30px;
    overflow: hidden;
    background: #fdc80a;
    padding: 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
 		text-align: center;
}

.lang span {
    display: flow;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin: 0;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.selected div {
  font-weight: bold;
  color: #fdc80a;
background: #04548d;
  
}

.complex_list li a {
  text-decoration: none;
  color: #04548d;
}

.complex_list li a:hover {
  color: #fdc80a;
  transform: scale(1.05);
}

.complex_list li a:hover div {
  background: #04548d;
}

.complex_list li p {
  display: none;
}