/* footer.css - v1.3 */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #1c2423;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 100;
}

/* Sekcja daty i godziny */
#datetime {
  text-align: right;
  white-space: nowrap;
}

/* Kolor czasu */
#datetime .time {
  color: #ff8c00 !important; /* kolor przycisku */
  font-weight: bold;
  margin-left: 5px;
}
/* footer.css - v1.3 */