/* Γραμματοσειρές */


/* Τίτλοι */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Noto Sans", sans-serif;
  font-weight: 100;   /* Μπορείς να βάλεις και 800 για πιο heavy look */
  line-height: 1.2;
  margin-bottom: 0.5em;
}

/* Κείμενο παραγράφου */
p {
  font-family: "Inter", "Noto Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.6;
}

/*ΚΑΡΤΕΣ 1η σελίδα*/
/* Ίδιο ύψος σε όλες τις κάρτες */
.card {
  min-height: 340px;           /* baseline ύψος */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Όλα τα icons ίδια */
.card img[data-icon] {
  width: 70px;       /* μπορείς να βάλεις 60px αν τα θες πιο μικρά */
  height: 70px;
  object-fit: contain;
  margin-bottom: 1rem;
}

/* Εναλλάξ layout: οι κάρτες στη 2η στήλη κατεβαίνουν */
.col-md-6 .card:nth-child(even) {
  transform: translateY(30px);
}

/* Σε κινητά, ακυρώνουμε το offset */
@media (max-width: 768px) {
  .col-md-6 .card:nth-child(even) {
    transform: none;
  }
}
.header-logo a {
  display: flex;
  align-items: stretch;   /* εικόνα και κείμενο ίδιο ύψος */
  gap: 8px;              /* απόσταση εικόνας-κειμένου */
  text-decoration: none;
}

.logo-text {
  display: flex;
  align-items: center;    /* κεντράρει το κείμενο κατακόρυφα */
  font-size: 14px;
  font-family: 'Noto', sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  width: 200px;           /* αυξάνει το πλάτος του κειμένου */
}



/*-------------------------*/
/*responsive fancy tables*/
/*-------------------------*/

.styled-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px; /* κενό ανάμεσα στις σειρές */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

/* Κεφαλίδα */
.styled-table thead {
  background-color: #171940;
  color: #fff;
}

.styled-table thead th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;       /* πιο μικρό μέγεθος */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Σειρές ως κάρτες */
.styled-table tbody tr {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* Εναλλαγή φόντου (striped effect) */
.styled-table tbody tr:nth-child(odd) {
  background: #fafafa;
}

/* Εσωτερικές γραμμές */
.styled-table tbody td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

/* Βγάζουμε γραμμές στο τελευταίο κελί */
.styled-table tbody tr td:last-child {
  border-right: none;
}
.styled-table tbody tr:last-child td {
  border-bottom: none;
}

/* Hover */
.styled-table tbody tr:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

/* Στήλη τίτλου projects */
.styled-table tbody td[data-label="Title"] a {
  font-size: 13px;
  font-weight: 600;
  color: #171940;
  text-decoration: none;
}

.styled-table tbody td[data-label="Title"] a:hover {
  text-decoration: underline;
  color: #e63946; /* χρώμα highlight στο hover */
}


/* hover */
.styled-table tbody tr:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}


/* Βγάζουμε το border από το τελευταίο κελί της σειράς */
.styled-table tbody tr td:last-of-type {
  border-bottom: none;
}

/* Hover effect */
.styled-table tbody tr:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}

.styled-table td div {
  padding: 4px 0;
  border-bottom: 1px dotted #ccc;
}

.styled-table td div:last-child {
  border-bottom: none; /* να μην έχει γραμμή το τελευταίο */
}

/*Accordion mμεγάλα κελιά*/
/* βασικό στυλ για κελιά που κόβονται */
.styled-table td.truncated {
  max-height: 4.8em; /* περίπου 3 γραμμές */
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

/* όταν ανοίγουν */
.styled-table td.truncated.expanded {
  max-height: none;
}

/* κουμπί "more / less" */
.styled-table td.truncated::after {
  content: "… more";
  position: absolute;
  bottom: 0;
  right: 8px;
  background: linear-gradient(to right, transparent, #fff 50%);
  color: #1a237e;
  font-weight: 600;
  cursor: pointer;
  padding-left: 10px;
}
.styled-table td.truncated.expanded::after {
  content: "less";
}





/*-------------------------*/
/*-------------------------------*/
/* Responsive σε μικρές οθόνες */
/* Mobile card-style για πίνακα */
@media (max-width: 768px) {
  .styled-table thead { display: none; }

  .styled-table tr {
    display: block;
    margin: 0 12px 18px;   /* κενό δεξιά-αριστερά + απόσταση μεταξύ καρτών */
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    cursor: pointer;

    background:
      linear-gradient(90deg, #1a237e, #3949ab) top / 100% 6px no-repeat,
      #fff;
  }

  /* απόκρυψη κελιών default */
  .styled-table td {
    display: none;
  }

  /* τίτλος πάντα ορατός */
  .styled-table td[data-label="Title"] {
    display: block;
    padding: 14px;
  }

  .styled-table td[data-label="Title"] a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a237e;
    text-decoration: none;
    display: block;
  }

  /* όταν ανοίγει η κάρτα */
  .styled-table tr.active td {
    display: block;
    padding: 10px 16px;   /* εσοχή μέσα στην κάρτα */
  }

  .styled-table tr.active td[data-label]::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: 4px;
    font-size: 0.85rem;
  }

  /* μην δείχνεις "Title:" */
  .styled-table tr.active td[data-label="Title"]::before {
    content: none;
  }
}
/*για να σπάνε τα keywords εάν είναι μεγάλα*/
.keywords {
  display: inline-flex;
  align-items: flex-start;   /* το εικονίδιο μένει πάνω */
  gap: 6px;                  /* μικρό κενό ανάμεσα */
  flex: 1;
  min-width: 0;
}

.keywords .icon {
  flex: 0 0 auto;            /* σταθερό πλάτος για το εικονίδιο */
}

.keywords .text {
  flex: 1;
  word-break: break-word;    /* αφήνει το κείμενο να κατεβαίνει σωστά */
  white-space: normal;       /* επιτρέπει wrap */
  
  /*Blockquotes*/
}
.blockquote-pulse-art-orange {
  border-left: 4px solid var(--pulse-art-orange);
  padding-left: 10px;
  color: var(--pulse-art-orange);
  font-style: italic;
}
.blockquote-p-pulse-art-orange {
  border-left: 4px solid var(--pulse-art-orange);
  padding-left: 10px;
  color: var(--pulse-art-orange);

}
.text-pulse-art-orange  {
  color: var(--pulse-art-orange);
}

.text-pulse-art-orange a {
  color: var(--pulse-art-orange);
  text-decoration: none; /* αν δεν θες underline */
}

.text-pulse-art-orange a:hover {
  text-decoration: underline; /* ή ό,τι θες στο hover */
}
/*purple*/

.blockquote-pulse-art-purple {
  border-left: 4px solid var(--pulse-art-purple);
  padding-left: 10px;
  color: var(--pulse-art-purple);
  font-style: italic;
}
.blockquote-p-pulse-art-purple {
  border-left: 4px solid var(--pulse-art-purple);
  padding-left: 10px;
  color: var(--pulse-art-purple);
}
.text-pulse-art-purple  {
  color: var(--pulse-art-purple);
}

.text-pulse-art-purple a {
  color: var(--pulse-art-purple);
  text-decoration: none; /* αν δεν θες underline */
}

.text-pulse-art-purple a:hover {
  text-decoration: underline; /* ή ό,τι θες στο hover */
}

/*purple2*/

.blockquote-pulse-art-purple-2 {
  border-left: 4px solid var(--pulse-art-purple-2);
  padding-left: 10px;
  color: var(--pulse-art-purple-2);
  font-style: italic;
}
.blockquote-p-pulse-art-purple-2 {
  border-left: 4px solid var(--pulse-art-purple-2);
  padding-left: 10px;
  color: var(--pulse-art-purple-2);
}
.text-pulse-art-purple-2  {
  color: var(--pulse-art-purple-2);
}

.text-pulse-art-purple-2 a {
  color: var(--pulse-art-purple-2);
  text-decoration: none; /* αν δεν θες underline */
}

.text-pulse-art-purple-2 a:hover {
  text-decoration: underline; /* ή ό,τι θες στο hover */
}



/* Fix για Bootstrap 5 collapse */
.collapse:not(.show) { 
  display: none;
}

.accordion-button.custom-purple {
  background-color: var(--pulse-art-purple);
  
}

.accordion-button.custom-purple:not(.collapsed) {
  background-color: var(--pulse-art-purple); /* κρατάει το ίδιο όταν είναι ανοιχτό */
}

/*Masonry Gallery*/

.thumb-info-title .thumb-info-inner {
  font-size: 14px;   /* άλλαξε το νούμερο ανάλογα με το πόσο μικρό θέλεις */
  line-height: 1.4;  /* πιο σφιχτό ύψος γραμμής */
  font-weight: 500;  /* μπορείς να το παίξεις: 400=normal, 600=bold */
}

.thumb-info-title .thumb-info-inner {
  font-size: 14px;   /* άλλαξε το νούμερο ανάλογα με το πόσο μικρό θέλεις */
  line-height: 1.4;  /* πιο σφιχτό ύψος γραμμής */
  font-weight: 500;  /* μπορείς να το παίξεις: 400=normal, 600=bold */
}

/*μενού και υπομενού*/


/* Βασικό styling του header */
.dropdown-header {
  padding: 0.25rem 1rem;
  margin: 0.5rem 0 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #f8f9fa;
  color: #212529; /* ουδέτερο χρώμα */
  border-left: none !important; /* ❌ δεν θα έχει γραμμή */
}

/* Κατηγορία: Knowledge */
.category-knowledge {
  border-left: 4px solid var(--primary); /* ✅ μόνο στα items */
}
.category-knowledge.dropdown-header {
  color: var(--primary);
}

.category-knowledge.dropdown-item:hover {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary)!important;
}

/* Κατηγορία: Development */
.category-development {
  border-left: 4px solid var(--pulse-art-blue); /* ✅ μόνο στα items */
}

.category-development.dropdown-item:hover {
  background-color: rgba(var(--pulse-art-blue-rgb), 0.1);
  color: var(--pulse-art-blue)!important;
}

.category-development.dropdown-header {
  color: var(--pulse-art-blue);
}

/*DISABLED SECTIONS*/
/* Section που δεν είναι ενεργό */
.disabled-section {
  position: relative;
  filter: grayscale(60%) opacity(0.4);
  pointer-events: none;      /* απενεργοποιεί τα κλικ / hover μέσα στο section */
  user-select: none;         /* απενεργοποιεί την επιλογή κειμένου */
  transition: filter 0.3s ease;
}

/* Προαιρετικά: για να δείχνει πιο “κλειδωμένο” */
/*.disabled-section::after {
  content: "Unavailable";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}*/


/* Κάρτα που δεν είναι active*/
.disabled-card {
  position: relative;
  filter: grayscale(60%) opacity(0.4);
  pointer-events: none;
}

/*Ποπ με μήνυμα όταν ξεκινάει"*/
#uc-popup {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5); /* ημιδιαφανές φόντο */
  z-index: 9999;
}

#uc-popup .uc-box {
  background: #fff;
  padding: 2rem;
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#uc-popup h2 {
  margin-bottom: 1rem;
  color: #B12079;
}

#uc-popup button {
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 4px;
  background: #B12079;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}


/* μόνιμο μήνυμα στο πλάι under construction*/
#uc-tab {
  position: fixed;
  right: 12px;   /* άλλαξέ το σε left:12px αν το θες αριστερά */
  top: 50%;
  transform: translateY(-50%);
  background: #B12079;
  color: #fff;
  font-weight: 700;
  font-family: sans-serif;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  cursor: pointer;
  z-index: 100000;
  user-select: none;
}

/*CASE STUDIES BUTTONS δεν το έχω ακόμα χρησιμοποιήσει*/

.thumb-info-title .btn {
  position: relative;
  z-index: 5;
  transition: all 0.3s ease;
}

.thumb-info-title .btn:hover {
  background-color: #0056b3; /* ή όποιο hover χρώμα θέλεις */
  border-color: #0056b3; /* ή όποιο hover χρώμα θέλεις */
  transform: scale(1.05);
  cursor: pointer;
}

/* για να μην μπλοκάρει το overlay */
.thumb-info-wrapper::after {
  pointer-events: none !important;
}

/*Μικρότερο εικονίδιο στο masonry a kinht;a*/
/* Προεπιλογή για desktop */
.thumb-info-action-icon i {
  font-size: 1rem; /* ή 16px, ανάλογα με το template */
}

/* Μικρότερο στο κινητό */
@media (max-width: 767px) {
  .thumb-info-action {
    width: 32px !important;
    height: 32px !important;
  }

  .thumb-info-action-icon i {
    font-size: 0.75rem !important;
  }
}


/*****/

.masonry { display: block !important; }
.masonry-item { float: left; }

@media (max-width: 767px) { .masonry-item { width: 100% !important; } }  /* 2 στήλες */
@media (max-width: 480px) { .masonry-item { width: 100% !important; } } /* 1 στήλη */


#teaching-arts {
  padding-bottom: 100px; /* ή 80px ή όσο χρειάζεται */
}


/* === Custom Pagination Style === */
/* === Clean Grey Circle Pagination (no background arrows) === */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Γενικά κουμπιά (οι αριθμοί) */
.pagination .page-link {
  background-color: #666666;   /* γκρι φόντο */
  color: #ffffff;              /* άσπρα γράμματα */
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;               /* ✅ τέλειο κεντράρισμα */
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}


/* Hover */
.pagination .page-link:hover {
  background-color: #555555;
  color: #ffffff;
}

/* Ενεργό (τρέχουσα σελίδα) */
.pagination .page-item.active .page-link {
  background-color: #222222; /* πιο σκούρο γκρι */
  font-weight: 700;
  transform: scale(1.05);
}

/* Απενεργοποιημένα βελάκια */
.pagination .page-item.disabled .page-link {
  color: #999999;
  background: none;
  cursor: not-allowed;
}

/* Μόνο τα βελάκια χωρίς φόντο */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: none !important;
  color: #666666;
  border: none;
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 1.2em;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  color: #222222;
}


/*
/* Κρύβει το floating Game Jam tab και το popup στα κινητά */
@media (max-width: 767.98px) {
  #uc-tab,
  #uc-popup {
    display: none !important;
  }
}

/*Συννεφάκια που να λέει mockup*/

.mockup-badge2 {
  position: absolute;
  top: 30px;          /* κατεβαίνει λίγο ώστε να ακουμπά το περιεχόμενο */
  right: 40px;
  background: #1e3a8a;  /* βαθύ μπλε */
  color: #fff;
  padding: 18px 36px;   /* μεγαλύτερο “συννεφάκι” */
  border-radius: 999px;
  font-size: 24px;       /* μεγάλο μέγεθος γραμματοσειράς */
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  opacity: 0.95;
  z-index: 10;
  transform: rotate(-3deg); /* προαιρετικά, λίγο κλίση για πιο “mockup” στυλ */
}

#self-reflection-tool {
  position: relative;
}

/* Cloud-style badge πάνω αριστερά */
.mockup-cloud {
  position: absolute;
  top: -50px;
  left: 200px;  /* 👈 μεταφέρθηκε από right σε left */
  background: radial-gradient(circle at 30% 30%, rgba(173, 216, 255, 0.95) 60%, rgba(135, 206, 250, 0.8) 100%);
  color: #0f172a;
  padding: 28px 50px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border: 2px solid rgba(59,130,246,0.6);
  z-index: 10;
  backdrop-filter: blur(4px);
}

/* Ουρίτσα προς τα κάτω δεξιά */
.mockup-cloud::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 55px; /* 👈 αλλάζει κατεύθυνση ουρίτσας */
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(173, 216, 255, 0.95);
  filter: drop-shadow(0 -1px 0 rgba(59,130,246,0.6));
}

/* container */
#resultsPagination {
  display: flex !important;
  justify-content: flex-end !important; /* right aligned */
  gap: 6px;
  padding-left: 0 !important;
  margin-bottom: 50px !important;
  list-style: none;
}

#resultsPagination > li.page-item {
  display: inline-flex !important;
  align-items: center;
}

/* circular buttons */
#resultsPagination .page-link {
  display: inline-flex !important;     /* inline so it flows with text */
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;               /* remove Bootstrap padding */
  border-radius: 50% !important;
  background-color: #666666 !important;
  color: #fff !important;
  border: none !important;
  font-size: 15px !important;
  transition: transform .15s ease, background-color .15s ease;
}

/* hover / active / disabled */
#resultsPagination .page-link:hover { background-color: #555 !important; color:#fff !important; }
#resultsPagination .page-item.active .page-link { background-color:#222 !important; transform: scale(1.05) !important; font-weight:700 !important; }
#resultsPagination .page-item.disabled .page-link { background: none !important; color:#999 !important; cursor:not-allowed !important; }


/* === Arrow buttons (Font Awesome style) === */
#resultsPagination .page-item:first-child .page-link,
#resultsPagination .page-item:last-child .page-link {
  background: none !important;
  color: #666 !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: all 0.2s ease-in-out;
}

/* Hover arrows */
#resultsPagination .page-item:first-child .page-link:hover,
#resultsPagination .page-item:last-child .page-link:hover {
  background-color: #555 !important;
  color: #fff !important;
}

/* Disabled arrows */
#resultsPagination .page-item.disabled .page-link {
  background: none !important;
  color: #999 !important;
  pointer-events: none !important;
  opacity: 0.6 !important;
}


/* === PDP Infographic – Flat 3×3 grid (only cards) === */
#pdp-infographic {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Arial, sans-serif;
  padding: 40px 20px;
  background: none; /* λευκό ή διάφανο φόντο */
  color: #1a1a1a;
}

#pdp-infographic .container {
  max-width: 1100px;  /* πιο μαζεμένο για σωστή αναλογία 3 στη σειρά */
  margin: 0 auto;
}

/* --- GRID: 3 ανά σειρά --- */
#pdp-infographic .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 24px;
  justify-items: stretch;
  align-items: start;
}

/* 2 ανά σειρά σε tablets */
@media (max-width: 900px) {
  #pdp-infographic .grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

/* 1 ανά σειρά σε κινητά */
@media (max-width: 600px) {
  #pdp-infographic .grid {
    grid-template-columns: 1fr;
  }
}

/* --- Flat Card --- */
#pdp-infographic .card {
  position: relative;
  padding: 20px 18px 18px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(94, 63, 215, 0.25);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

#pdp-infographic .card:hover {
  transform: translateY(-3px);
  border-color: rgba(94, 63, 215, 0.5);
  background-color: #F9F8FF; /* ελαφρύ μοβ φόντο στο hover */
}

/* --- Badge (αριθμός) --- */
#pdp-infographic .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 700;
  background: #5E3FD7;
  color: #fff;
  margin-bottom: 10px;
}

/* --- Κείμενο μέσα στην κάρτα --- */
#pdp-infographic h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #2E2B4B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#pdp-infographic p {
  margin: 0;
  font-size: 0.92rem;
  color: #4a446a;
  line-height: 1.4;
}

#pdp-infographic .mini {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #5E3FD7;
}

/* Απόκρυψη όλων των εξωτερικών στοιχείων (τίτλοι, legends κλπ.) */

#pdp-infographic p.lead,
#pdp-infographic .legend {
  display: none !important;
}

.pulse-art-purple {
  background-color: var(--pulse-art-purple);   /* ή όποιο είναι το βασικό μοβ σου */
  color: #fff;                 /* για σωστό contrast */
}

/* βάλ’ το στο container που έχει το μοβ φόντο */
#pdp-infographic .container.pulse-art-bg{
  position:relative; overflow:hidden;
  background: #F6D2FF; /* ή το δικό σου μοβ variant */
}
#pdp-infographic .container.pulse-art-bg::after{
  content:""; position:absolute; inset:-10% -5% auto auto; 
  width:420px; height:420px; 
  background:url('img/tools.svg') center/contain no-repeat;
  opacity:.06; pointer-events:none; transform:rotate(-8deg);
}



.pulse-art-purple-bg {
  background-color: var(--pulse-art-purple); /* ή #5E3FD7 για κανονικό purple */
  color: #111;               /* μαύρα γράμματα */
  border-radius: 16px;
  padding: 24px 20px;
}

/* Εσωτερικά στοιχεία aside */
.pulse-art-bg h2,
.pulse-art-bg .section-title,
.pulse-art-bg p,
.pulse-art-bg .toc a {
  color: #111; /* όλα μαύρα */
}

.pulse-art-bg .toc a:hover {
  color: var(--pulse-art-purple); /* μοβ link στο hover */
  text-decoration: underline;
}

.pulse-art-orange-bg {
  background-color: var(--pulse-art-orange); /* ή #5E3FD7 για κανονικό orange */
  color: #111;               /* μαύρα γράμματα */
  border-radius: 16px;
  padding: 24px 20px;
}

/* Εσωτερικά στοιχεία aside */
.pulse-art-bg h2,
.pulse-art-bg .section-title,
.pulse-art-bg p,
.pulse-art-bg .toc a {
  color: #111; /* όλα μαύρα */
}

.pulse-art-bg .toc a:hover {
  color: var(--pulse-art-orange); /* μοβ link στο hover */
  text-decoration: underline;
}

/* Ensure policy info links remain clickable */
.info-value a {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-decoration: underline;
}
.info-value a:hover {
  text-decoration: none;
}
/*Inactive sto menu*/
.dropdown-item.inactive,
.dropdown-menu .dropdown-item.inactive {
  color: #999 !important;        /* Γκρι χρώμα */
  opacity: 0.6 !important;       /* Ελαφρά αχνό */
  pointer-events: none !important; /* Δεν πατιέται */
  cursor: default !important;    /* Κανονικό cursor */
  background-color: transparent !important; /* Όχι hover background */
  text-decoration: none !important;
}

/*Inactive sto Read More*/
.inactive {
  color: #999 !important;       /* Γκρι χρώμα */
  pointer-events: none;         /* Δεν πατιέται */
  cursor: default;              /* Κανονικός δείκτης (όχι χεράκι) */
  opacity: 0.6;                 /* Ελαφρώς ξεθωριασμένο */
  text-decoration: none;        /* Χωρίς υπογράμμιση */
}

.inactive:hover {
  color: #999 !important;
  text-decoration: none;
}



