@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
.google-map-ranking .place {
  display: flex;
  flex-direction: row;
  padding: 0.75rem;
}
.google-map-ranking .place:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
}
.google-map-ranking .place .crown {
  align-self: center;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  font-size: 24px;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.google-map-ranking .place .crown img {
  width: 100%;
}
.google-map-ranking .place .detail {
  flex-grow: 1;
}
.google-map-ranking .place .detail .name {
  margin: 0;
  font-weight: bold;
}
.google-map-ranking .place .detail .review {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 8px;
  color: #70757a;
}
.google-map-ranking .place .detail .review .star {
  display: flex;
  align-items: center;
}
.google-map-ranking .place .detail .review .star i {
  color: #FBBC04;
  font-size: 14px !important;
}
.google-map-ranking .place .detail .address {
  margin: 0;
  color: #70757a;
  font-size: 14px;
}
.google-map-ranking .place .detail .phone-number {
  margin: 0;
  color: #70757a;
  font-size: 14px;
}
.google-map-ranking .place .link {
  display: flex;
  flex-direction: column;
  justify-content: start;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  color: #1a73e8;
  text-decoration: none;
}
.google-map-ranking .place .link button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: #ffffff !important;
  cursor: pointer;
  border: solid 1px #1a73e8;
  border-radius: 17px;
  margin: 6px;
  width: 34px !important;
  height: 34px !important;
  padding: 6px !important;
}
.google-map-ranking .place .link button:hover {
  background: #fafafa !important;
}
.google-map-ranking .place .link button i {
  color: #1a73e8;
  font-size: 18px;
}
.google-map-ranking .place .link span {
  font-size: 12px;
  align-self: center;
  white-space: nowrap;
}
