.scenic-item {
  padding: 8px 12px;
}

.scenic-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scenic-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  font-family: "SourceHanSerifCN-Heavy-4";
}

.scenic-item-location {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
}

.scenic-item-location .mui-icon {
  margin-right: 4px;
  font-size: 14px;
}
#showCityPicker3 {
  float: right;
  font-size: 14px;
  /*background-color: #f5f5f5;*/
  color: #333;
  border: 0px solid #ddd;
  border-radius: 4px;
  margin-right: 15px;
}
.ui-alert {
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
}

