<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.see-station {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 226px;
  width: 100%;
  color: #262626;
  background: #FBFBFC;
}

.see-station_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 1px;
}

.see-station_titleAssist {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

.see-station_btn {
  width: 216px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fe6733;
  box-shadow: 0px 4px 15px 0px rgba(254, 103, 51, 0.4);
  border-radius: 26px;
  color: #fff;
}

.see-station_btn:hover {
  background: #FB6430;
}
</pre></body></html>