/* clock1.css - 独立时钟样式 */
.clock1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Courier New', monospace;
  color: #fff;
  text-shadow: 0 0 10px rgba(79, 172, 254, 0.7);
}

.clock1-date {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.clock1-time {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
}