@charset "utf-8";

.poi-wrapper .description {
  color: #666;
  font-weight: 400;
}

.poi-wrapper .address {
  color: #666;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 3px;
  font-size: 12px;
}

.poi-wrapper .address img {
  background: none;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.poi-wrapper .explain {
  width: 100%;
  /* height: 30px; */
  line-height: 30px;
  background: #f3f3f3;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 3px;
  border-radius: 4px;
}

.po-toggle-box {
  display: flex;
  align-items: center;
  margin-left: 32px;
  color: #00bfa8;
  cursor: pointer;
}

.poi-wrapper .flex-shrink-0 {
  align-self: flex-end;
}

.po-toggle-box img {
  margin-left: 5px;
  background: none;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.po-toggle-box img.expand {
  transform: rotate(0deg);
}

.poi-wrapper .pic-list {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  
}

.poi-wrapper .pic-list .pic-list-item {
  width: 100px;
  height: 70px;
  border-radius: 4px;
}
