.Lembaga-sosmed{
  position:fixed;
  left:15px;
  bottom:20%;
  z-index:2147483647;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.Lembaga-sosmed ul{
  order:1;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column-reverse;
  gap:10px;
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.Lembaga-sosmed.open ul{
  max-height:600px;
}

.Lembaga-sosmed li{
  list-style:none;
  opacity:0;
  transform:translateY(15px);
  transition:.3s ease;
}

.Lembaga-sosmed.open li{
  opacity:1;
  transform:translateY(0);
}

.Lembaga-sosmed a{
  width:80px;
  padding:6px;
  display:flex;
  justify-content:center;
  background:#000;
  border:2px solid #fff;
  border-radius:8px;
}

.Lembaga-sosmed img{
  width:100%;
  height:auto;
  display:block;
}

.hamburg{
  order:2;
  width:55px;
  padding:6px;
  background:#000;
  border-radius:6px;
  cursor:pointer;
  margin-top:8px;
}

.hamburg div{
  width:80%;
  height:5px;
  background:#ff6b00;
  margin:6px auto;
  border-radius:2px;
}