/* Διοίκηση: hover κάρτα — πρόσωπο + χέρια εὐλογίας */
.kliros .person .card {
  width: 200px;
}
.kliros .person .card img {
  height: 260px;
  object-fit: contain;
  object-position: center top;
  background:
    radial-gradient(ellipse at 40% 30%, rgba(217, 187, 115, 0.2) 0%, transparent 55%),
    linear-gradient(160deg, #3d2430 0%, #1c120e 55%, #2a1a14 100%);
}

/* Μεγαφωνάκι ἀνάγνωσης — κρυφό */
#imkbyPageVoiceFab {
  display: none !important;
}

/* Bottom-left: cookie · γλώσσα — χωρίς overlap */
.cc-manage {
  left: 16px !important;
  bottom: 24px !important;
  z-index: 2147483645 !important;
  pointer-events: auto !important;
}
#gpt_float_wrapper {
  left: 72px !important;
  bottom: 24px !important;
  right: auto !important;
  top: auto !important;
  z-index: 99990 !important;
}
/* Joomla debug bar (μόνο τοπικά / όταν είναι ενεργό) */
body:has(.phpdebugbar) .cc-manage,
body:has(.phpdebugbar) #gpt_float_wrapper {
  bottom: 56px !important;
}
@media (max-width: 720px) {
  .cc-manage {
    left: 12px !important;
    bottom: 18px !important;
  }
  #gpt_float_wrapper {
    left: 64px !important;
    bottom: 18px !important;
  }
  body:has(.phpdebugbar) .cc-manage,
  body:has(.phpdebugbar) #gpt_float_wrapper {
    bottom: 50px !important;
  }
}

/* Διακριτικὸ credit footer — GKPC + copyright (κέντρο, μακριὰ ἀπὸ FABs) */
#imkbyCreditFooter {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 200px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  background: #f3eee4;
  border-top: 1px solid rgba(107, 31, 58, 0.18);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: #5a4f3d;
  position: relative;
  z-index: 5;
  text-align: center;
}
#imkbyCreditFooter .imkby-credit-dev {
  flex: 0 1 auto;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
#imkbyCreditFooter .imkby-credit-dev:hover {
  color: #4a1428;
  text-decoration: underline;
}
#imkbyCreditFooter .imkby-credit-dev strong {
  font-weight: 700;
  color: #4a1428;
}
#imkbyCreditFooter .imkby-credit-copy {
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
  color: #6b6354;
  letter-spacing: 0.02em;
}
#imkbyCreditFooter .imkby-credit-copy::before {
  content: "·";
  margin-right: 18px;
  color: #a89878;
}
@media (max-width: 900px) {
  #imkbyCreditFooter {
    padding: 14px 96px 96px;
  }
}
@media (max-width: 640px) {
  #imkbyCreditFooter {
    flex-direction: column;
    align-items: center;
    padding: 14px 20px 150px;
    gap: 4px;
  }
  #imkbyCreditFooter .imkby-credit-copy::before {
    display: none;
  }
}
