/* LCARS-inspired Stardate Widget */
.stardate-display {
  background-color: #000;
  color: #ff9900; /* LCARS Orange */
  font-family: "Arial Online", sans-serif;
  padding: 10px;
  border-left: 15px solid #9999ff; /* LCARS Blue Accent */
  border-radius: 20px 0 0 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.stardate-display strong {
  color: #cc6699; /* LCARS Pinkish-Red */
  margin-right: 5px;
}
