.elementor-654 .elementor-element.elementor-element-adfc593{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-654 .elementor-element.elementor-element-adfc593.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-654 .elementor-element.elementor-element-d9e6b1a .elementor-menu-toggle{margin:0 auto;}.elementor-654 .elementor-element.elementor-element-b114a2d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-654 .elementor-element.elementor-element-adfc593{--width:471px;}.elementor-654 .elementor-element.elementor-element-8d112ae img{height:69px;}}/* Start custom CSS for shortcode, class: .elementor-element-78129e7 */.kidale-btn {
  display: inline-block;
  padding: 8px 8px;
  background: #8b3d91;      /* βασικό μωβ Kidale */
  color: #fff !important;   /* λευκά γράμματα */
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* μικρή σκιά */
  transition: all 0.2s ease;
}

.kidale-btn:hover {
  background: #6a2e6e;       /* πιο σκούρο μωβ στο hover */
  transform: translateY(-2px); /* ελαφρύ “σηκωμένο” 3D εφέ */
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  color: #fff !important;
}

.kidale-auth-ui {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kidale-auth-ui {
  text-align: center; /* όλα στο κέντρο */
  line-height: 1.4;
  margin: 10px 0;
}

.kidale-greet {
  font-size: 1rem;
  font-weight: 500;
}

.kidale-name {
  font-size: 1 rem;
  font-weight: 700;
  margin: 4px 0;
}

.kidale-logout-wrap {
  margin-top: 6px;
}

.kidale-btn.kidale-logout {
  padding: 6px 12px;
  font-size: 0.9rem;
}

/* Μικρότερο κουμπί για κινητά */
@media (max-width: 600px) {
  .kidale-btn.kidale-logout {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f283cc */.kidale-login-modal.hidden {
  display: none !important;
}

.kidale-login-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.65);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.kidale-login-box {
  max-width: 420px;
  width: 100%;

  background: white;
  color: #222;

  border-radius: 18px;
  padding: 24px;

  text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.kidale-login-box h3 {
  margin-top: 0;
}

.kidale-login-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.kidale-btn.secondary {
  opacity: 0.8;
}/* End custom CSS */