/* Shared DateTime Bar Styles */
.datetime-bar {
  background: rgba(4, 5, 12, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  color: #f5f6fb;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

