/*css added for LNYF2026*/
#lnyf2026MapContainer {
  width: 100%;
  height: 560px;
  margin-bottom: 30px;
}

#lnyf2026MapContainer .leaflet-control {
  font-family: "Microsoft JhengHei", PMingLiU, Arial, Helvetica, sans-serif;
}

#lnyf2026MapContainer a.leaflet-popup-close-button:hover,
#lnyf2026MapContainer .leaflet-control>a:hover {
  text-decoration: none;
}

#lnyf2026MapContainer .leaflet-control>a {
  color: #000;
}

#lnyf2026MapContainer .leaflet-control-attribution {
  display: flex;
  align-items: center;
}

#lnyf2026MapContainer .leaflet-control-attribution>a {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

#lnyf2026MapContainer .leaflet-control-attribution .syncTime {
  display: inline-block;
  line-height: 25px;
  margin-right: 5px;
  padding-left: 14px;
  background-image: url(../images/icon_refresh.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12px 12px;
}

.fairStatusLegend>div {
  margin-bottom: 2px;
}

.fairStatusLegend>div>span {
  display: inline-block;
  vertical-align: top;
}

.fairStatusLegend>div>span:first-child {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.fairStatusLegend>div>span:last-child {
  line-height: 20px;
}

.fairStatusLegend.leaflet-control {
  padding: 10px 10px 8px;
  background-color: #fff;
  border-radius: 10px;
}

table.lnyf2026 .curStatus {
  display: inline-block;
  padding-left: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: relative;
}

table.lnyf2026 .curStatus img {
  width: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #lnyf2026MapContainer .leaflet-control-attribution .landtxt {
    display: none;
  }

  #lnyf2026MapContainer .leaflet-bottom.leaflet-left .leaflet-control {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 359.98px) {
  #lnyf2026MapContainer .leaflet-control-attribution {
    justify-content: right;
    width: 100%;
  }

  #lnyf2026MapContainer .leaflet-control.fairStatusLegend {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
  }

  #lnyf2026MapContainer .leaflet-bottom {
    width: 100%;
  }
}

/*css for LNYF2026 ends*/