/* View route stylesheet placeholder for atis. */

.status {
  margin: 6px 0;
}

body.dark-mode .status {
  color: #e0e0e0;
}

.airport-block {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  margin-bottom: 18px;
  border-radius: 6px;
  padding: 14px 18px;
  width: 650px;
}

.airport-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.atis-line {
  font-size: 0.98em;
  color: #444;
  margin-left: 20px;
  margin-bottom: 4px;
}

body.dark-mode .airport-block {
  background: #121212;
  border: 1px solid #333;
}

body.dark-mode .airport-title {
  color: #fff;
}

body.dark-mode .atis-line {
  color: #b0b0b0;
}
