/*
Theme Name: Elastika Custom Theme
Author: Tsiggelidis
Version: 1.0
Description: Custom lightweight theme για το elastika-mobile.gr
*/

.menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.menu li a:hover {
  color: #60a5fa;
}
