.scroll-banner-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  white-space: nowrap;
  z-index: 9999;
  padding: 10px 0;
  border-bottom: 1px solid #ffd700;
}

.scroll-banner-top .scroll-content {
  display: inline-block;
  color: #ffd700;
  font-weight: 600;
  font-size: 15px;
  animation: scroll-left 20s linear infinite;
  padding-left: 100%;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
/* Ετικέτες πεδίων σε χρυσό */
#wpforms-2615 .wpforms-field-label,
#wpforms-2615 .wpforms-field-description {
  color: #FFD700;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Πεδία φόρμας */
#wpforms-2615 input,
#wpforms-2615 textarea,
#wpforms-2615 select {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

/* Κουμπί αποστολής */
#wpforms-2615 button[type="submit"] {
  background-color: #FFD700;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#wpforms-2615 button[type="submit"]:hover {
  background-color: #e6c200;
}
