.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-166e27c *//* ===== Danışma Kurulu — tüm stiller #aydk altında izole ===== */
#aydk {
  --ink: #16191d;
  --muted: #5b6470;
  --line: #e4e7ec;
  --surface: #ffffff;
  --bg: #f4f6f9;
  --acad: #8a1c2b;   /* Akademik Personel */
  --admin: #355070;  /* İdari Üye */
  --public: #1d6a73; /* Kamu Kurumu */
  --ngo: #9a6a1e;    /* STK */

  box-sizing: border-box;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 56px);
  -webkit-font-smoothing: antialiased;
}
#aydk *, #aydk *::before, #aydk *::after { box-sizing: border-box; }

#aydk .aydk-wrap { max-width: 1120px; margin: 0 auto; }

/* ---- Başlık ---- */
#aydk .aydk-head {
  border-bottom: 2px solid var(--ink);
  padding-bottom: 22px;
  margin-bottom: 40px;
}
#aydk .aydk-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 14px;
}
#aydk .aydk-title {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
}
#aydk .aydk-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 0.95rem;
  color: var(--muted);
}
#aydk .aydk-sub::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--acad);
  display: inline-block;
}

/* ---- Kategori bölümü ---- */
#aydk .aydk-group { margin-bottom: 44px; }
#aydk .aydk-group:last-child { margin-bottom: 0; }

#aydk .aydk-group-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}
#aydk .aydk-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
#aydk .aydk-group-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: 1.18rem;
  margin: 0;
}
#aydk .aydk-count {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 10px;
}
#aydk .aydk-rule {
  flex: 1;
  height: 1px;
  background: var(--line);
  margin-left: 4px;
  transform: translateY(-4px);
}

/* ---- Kart ızgarası ---- */
#aydk .aydk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 16px;
}
#aydk .aydk-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  padding: 20px 20px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
#aydk .aydk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -14px rgba(22,25,29,0.28);
}

/* Monogram */
#aydk .aydk-mono {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 11%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, white);
}

#aydk .aydk-meta { min-width: 0; }
#aydk .aydk-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  margin: 1px 0 4px;
  color: var(--ink);
}
#aydk .aydk-role {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 6px;
}
#aydk .aydk-org {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}

/* Kategori renk eşlemeleri */
#aydk .g-acad   { --accent: var(--acad); }
#aydk .g-admin  { --accent: var(--admin); }
#aydk .g-public { --accent: var(--public); }
#aydk .g-ngo    { --accent: var(--ngo); }

#aydk .aydk-foot {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--muted);
}

/* Giriş animasyonu */
@media (prefers-reduced-motion: no-preference) {
  #aydk .aydk-card {
    animation: aydk-rise 0.5s ease both;
    animation-delay: calc(var(--i, 0) * 55ms);
  }
  @keyframes aydk-rise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 480px) {
  #aydk .aydk-card { padding: 16px; gap: 13px; }
  #aydk .aydk-mono { width: 42px; height: 42px; font-size: 0.94rem; }
}/* End custom CSS */