.pokageo-notification {
  display: flex;
  align-items: center;
  margin: 20px 0;
  background-color: #e2e2e2;
  padding: 10px;
  border-radius: 7px;
}
.pokageo-notification__flag {
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.pokageo-notification__flag img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pokageo-notification__text {
  font-weight: 700;
}
