.sidebar {
  width: 220px;
  padding: 10px;
  background-color: #0f111a;
  color: white;
  font-size: 14px;
  height: auto;
  overflow: visible;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.sidebar-row {
  margin: 8px 0;            
}

.sidebar-row a {
  font-size: 14px;          
  gap: 14px;                 
  padding: 4px 10px;        
}

.sidebar a:hover {
  background-color: #e50914;
  border-radius: 8px;
}

.sidebar img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
}

/*
.flag-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
*/
