/* AED Silver V2 2.4.8.1 CSS Architecture — Cards: shared premium card system. */

/* Source: main.css */
.aed-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.9rem;
  border-radius: 999px; border: 1px solid rgba(42, 157, 143, 0.25);
  background: rgba(42, 157, 143, 0.1); color: var(--aed-color-primary);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em;
}

/* Source: main.css */
.aed-badge--light { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.12); color: #fff; }

/* Source: main.css */
.aed-card { background:#fff; border:1px solid var(--aed-color-border); border-radius:var(--aed-radius-lg); box-shadow:0 14px 42px var(--aed-color-shadow); }

/* Source: main.css */
.aed-card--quick-link { display:flex; flex-direction:column; gap:.65rem; padding:1.5rem; transition:transform var(--aed-transition), box-shadow var(--aed-transition), border-color var(--aed-transition); }

/* Source: main.css */
.aed-card--quick-link:hover, .aed-card--quick-link:focus-visible { transform:translateY(-3px); border-color:rgba(42,157,143,.28); box-shadow:0 20px 42px rgba(15,76,92,.14); }

/* Source: main.css */
.aed-card__icon { display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:18px; background:var(--aed-color-primary); color:#fff; }

/* Source: main.css */
.aed-card--quick-link:hover .aed-card__icon, .aed-card--quick-link:focus-visible .aed-card__icon { background: var(--aed-color-secondary); }

/* Source: main.css */
.aed-card--quick-link h3, .aed-card--activity h3, .aed-list-item h3, .aed-event-item h3, .aed-gallery-card h3, .aed-entry__title { margin:.2rem 0 0; color:var(--aed-color-text-strong); font-size:1.15rem; line-height:1.35; }

/* Source: main.css */
.aed-card--activity { padding:1.65rem; }

/* Source: main.css */
.aed-card__header-row { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; margin-bottom:1.6rem; }

/* Source: main.css */
.aed-card__header-row h2 { margin-top:.35rem; font-size:2rem; }

/* Source: main.css */
.aed-list-item h3 a, .aed-event-item h3 a, .aed-gallery-card h3 a { color:inherit; }

/* Source: main.css */
.aed-empty-state, .aed-gallery-card__placeholder, .aed-map-placeholder {
  display:flex; align-items:center; justify-content:center; text-align:center; padding:1.4rem; border:1px dashed var(--aed-color-border); border-radius:16px; color:var(--aed-color-text-soft); background:#fff;
}

/* Source: main.css */
.aed-gallery-card { overflow:hidden; border:1px solid var(--aed-color-border); border-radius:24px; background:#fff; box-shadow:0 14px 42px var(--aed-color-shadow); }

/* Source: main.css */
.aed-gallery-card a { display:block; }

/* Source: main.css */
.aed-gallery-card img, .aed-gallery-card__placeholder { width:100%; aspect-ratio:4/3; object-fit:cover; background:linear-gradient(180deg,#eef6f5,#ffffff); }

/* Source: main.css */
.aed-gallery-card__placeholder span { color:#94a3a8; font-size:.95rem; font-weight:600; }

/* Source: main.css */
.aed-gallery-card h3 { padding:1rem 1rem 1.2rem; font-size:1rem; }

/* Source: main.css */
.aed-card--content-shell { overflow:hidden; }

/* Source: main.css */
.aed-card--sidebar-box { padding:1.4rem; }

/* Source: main.css */
.aed-card--sidebar-box + .aed-card--sidebar-box { margin-top:1rem; }

/* Source: main.css */
.aed-card--sidebar-box-highlight { background: linear-gradient(180deg, #fff9ea, #ffffff); }

/* Source: main.css */
.aed-inline-metrics { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; margin-top:1.2rem; }

/* Source: main.css */
.aed-inline-metrics > div { padding:1rem; border-radius:16px; background:var(--aed-color-surface-soft); }

/* Source: main.css */
.aed-inline-metrics strong { display:block; color:var(--aed-color-text-strong); }

/* Source: main.css */
.aed-inline-metrics span { display:block; margin-top:.2rem; color:var(--aed-color-text-soft); }

/* Source: main.css */
.aed-card--quick-link, .aed-card--activity, .aed-gallery-card {
  opacity:0; transform:translateY(14px);
  transition:opacity .45s ease, transform .45s ease;
  transition-delay:var(--aed-delay, 0ms);
}

/* Source: main.css */
.aed-card--quick-link.is-visible, .aed-card--activity.is-visible, .aed-gallery-card.is-visible {
  opacity:1; transform:translateY(0);
}

/* Source: main.css */
.aed-silver-event-stack {
  display: grid;
  gap: 0.8rem;
}

/* Source: main.css */
.aed-silver-event {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid #e3eaed;
  border-radius: 14px;
  padding: 0.95rem;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 76, 92, 0.08);
}

/* Source: main.css */
.aed-silver-event__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(242,178,51,.20);
  color: #8a5a00;
  display: grid;
  place-items: center;
}

/* Source: main.css */
.aed-silver-event__icon svg { width: 18px; height: 18px; }

/* Source: main.css */
.aed-silver-event__title {
  color: #163038;
  font-weight: 800;
  line-height: 1.2;
}

/* Source: main.css */
.aed-silver-event__date {
  grid-column: 2;
  color: #5f6f76;
  font-size: 0.92rem;
}

/* Source: main.css */
.aed-silver-activity__tile{
  width:64px;
  height:50px;
  margin: 0 auto;
  border-radius: 6px;
  background:#0f6d82;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: inset 0 -6px 0 rgba(0,0,0,.08);
}

/* Source: main.css */
.aed-silver-event-card{
  display:grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 12px 12px;
  border:1px solid #e6ecef;
  border-radius: 8px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,76,92,.08);
}

/* Source: main.css */
.aed-silver-event-card__icon{
  width:34px; height:34px;
  border-radius: 8px;
  display:flex; align-items:center; justify-content:center;
}

/* Source: main.css */
.aed-silver-event-card__icon svg{ width:18px; height:18px; color:#fff; }

/* Source: main.css */
.aed-silver-event-card__icon--green{ background:#6aa874; }

/* Source: main.css */
.aed-silver-event-card__title{
  font-weight:800;
  color:#163038;
  line-height:1.2;
}

/* Source: main.css */
.aed-silver-event-card__meta{
  grid-column: 2;
  color:#5f6f76;
  font-size: 12px;
  margin-top: 4px;
}

/* Source: main.css */
.aed-silver-event-highlight{
  border-radius: 8px;
  border:1px solid #e6ecef;
  background:#fff;
  box-shadow: 0 10px 26px rgba(15,76,92,.08);
  overflow:hidden;
  align-self:start;
}

/* Source: main.css */
.aed-silver-event-highlight__inner{
  display:grid;
  gap: 8px;
  padding: 14px;
}

/* Source: main.css */
.aed-silver-event-highlight__icon{
  width:40px; height:40px;
  border-radius: 8px;
  background: var(--aed-color-accent);
  display:flex; align-items:center; justify-content:center;
}

/* Source: main.css */
.aed-silver-event-highlight__icon svg{ width:20px; height:20px; color:#163038; }

/* Source: main.css */
.aed-silver-event-highlight__date{
  font-weight:900;
  color:#163038;
}

/* Source: main.css */
.aed-silver-event-highlight__place{
  color:#5f6f76;
  font-weight:700;
}

/* Source: override.css */
/* Activities tiles like mockup */
.silver-acts__tiles{ margin-top:16px; display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; }

/* Source: override.css */
.silver-ev{ background:#fff; border:1px solid #e6ecef; border-radius:6px; padding:12px; box-shadow:0 10px 18px rgba(15,76,92,.06); display:flex; gap:10px; align-items:flex-start; }

/* Source: override.css */
.silver-ev__icon{ width:34px; height:34px; border-radius:6px; background:#6aa56e; color:#fff; display:flex; align-items:center; justify-content:center; }

/* Source: override.css */
.silver-ev__icon svg{ width:18px; height:18px; }

/* Source: override.css */
.silver-ev__icon--amber{ background:#f2b63f; color:#1f2f33; }

/* Source: override.css */
.silver-ev__title{ font-weight:800; color:#0f4c5c; font-size:14px; line-height:1.1; }

/* Source: override.css */
.silver-ev__date{ margin-top:6px; color:#7a9097; font-size:12px; }

/* Source: override.css */
.silver-ev--big{ padding:18px; min-height:92px; }

/* Source: override.css */
.silver-ev__bigdate{ font-weight:900; color:#0f4c5c; font-size:22px; line-height:1; }

/* Source: override.css */
.silver-ev__place{ margin-top:6px; color:#7a9097; font-weight:700; }

/* Source: override.css */
.silver-sidecard{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:18px;}

/* Source: override.css */
.silver-sidecard__title{font-weight:900;color:#0f4c5c;margin:0 0 10px;}

/* Source: override.css */
.silver-sidecard__text{margin:0 0 14px;color:#62777f;}

/* Source: override.css */
.silver-sidecard--accent{background:linear-gradient(135deg,#0b6a7f 0%, #0a4d63 70%);border:0;color:#fff;}

/* Source: override.css */
.silver-sidecard--accent .silver-sidecard__title{color:#fff;}

/* Source: override.css */
.silver-sidecard--accent .silver-sidecard__text{color:rgba(255,255,255,.86);}

/* Source: override.css */
.silver-card{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);overflow:hidden;display:flex;flex-direction:column;}

/* Source: override.css */
.silver-card__thumb img{width:100%;height:auto;display:block;}

/* Source: override.css */
.silver-card__body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;}

/* Source: override.css */
.silver-card__meta{color:#7a9097;font-weight:800;font-size:12px;}

/* Source: override.css */
.silver-card__title{margin:0;font-size:18px;line-height:1.2;font-weight:900;}

/* Source: override.css */
.silver-card__title a{text-decoration:none;color:#0f4c5c;}

/* Source: override.css */
.silver-card__text{margin:0;color:#62777f;}

/* Source: override.css */
.aed-corp-card{border-radius:10px;}

/* Source: override.css */
.aed-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 10px;}

/* Source: override.css */
.aed-contact-card{background:#f6f8f9;border:1px solid #eef2f4;border-radius:10px;padding:12px;}

/* Source: override.css */
.aed-contact-card__label{color:#7a9097;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em;}

/* Source: override.css */
.aed-contact-card__value{margin-top:6px;color:#0f4c5c;font-weight:900;}

/* Source: override.css */
.aed-board-card{width:200px;max-width:100%;background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:14px;text-align:center;}

/* Source: override.css */
.aed-board-card--leader{width:260px;}

/* Source: override.css */
.aed-board-card__avatar{width:92px;height:92px;margin:0 auto 10px;border-radius:999px;background-size:cover;background-position:center;border:4px solid #f6f8f9;box-shadow:0 10px 18px rgba(15,76,92,.10);display:flex;align-items:center;justify-content:center;}

/* Source: override.css */
.aed-board-card__name{font-weight:900;color:#0f4c5c;}

/* Source: override.css */
.aed-board-card__role{margin-top:6px;color:#62777f;font-weight:800;font-size:13px;}

/* Source: override.css */
/* Partners */
.silver-partners__section{margin:0 0 26px;}

/* Source: override.css */
.silver-partners__head{margin:0 0 12px;}

/* Source: override.css */
.silver-partners__title{margin:0;font-size:22px;line-height:1.2;font-weight:900;color:#163038;}

/* Source: override.css */
.silver-partners__desc{margin:6px 0 0;color:#546b75;font-weight:700;}

/* Source: override.css */
.silver-partners__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}

/* Source: override.css */
.silver-partner{display:flex;gap:12px;align-items:center;padding:14px;border-radius:18px;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);text-decoration:none;position:relative;transition:transform .2s ease;}

/* Source: override.css */
.silver-partner:hover{transform:translateY(-2px);}

/* Source: override.css */
.silver-partner__logo{width:64px;height:64px;border-radius:16px;background:#f3f7f8;border:1px solid #e6ecef;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;}

/* Source: override.css */
.silver-partner__logo img{max-width:100%;max-height:100%;object-fit:contain;display:block;}

/* Source: override.css */
.silver-partner__fallback{font-weight:900;color:#0f4c5c;}

/* Source: override.css */
.silver-partner__name{font-weight:900;color:#163038;}

/* Source: override.css */
.silver-partner__text{margin-top:4px;color:#5a707a;font-weight:700;font-size:13px;line-height:1.3;}

/* Source: override.css */
.silver-partner__ext{position:absolute;right:12px;top:12px;width:30px;height:30px;border-radius:999px;background:rgba(15,76,92,.10);color:#0f4c5c;display:flex;align-items:center;justify-content:center;font-weight:900;}

/* Source: override.css */
.silver-story{border-radius:18px;overflow:hidden;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);}

/* Source: override.css */
.silver-story__thumb{display:block;height:180px;overflow:hidden;}

/* Source: override.css */
.silver-story__thumb img{width:100%;height:100%;object-fit:cover;display:block;}

/* Source: override.css */
.silver-story__body{padding:14px 14px 16px;}

/* Source: override.css */
.silver-story__meta{color:#5a707a;font-weight:800;font-size:12px;margin-bottom:6px;}

/* Source: override.css */
.silver-story__title{margin:0 0 8px;font-size:18px;line-height:1.2;font-weight:900;}

/* Source: override.css */
.silver-story__title a{text-decoration:none;color:#163038;}

/* Source: override.css */
.silver-story__text{margin:0 0 12px;color:#546b75;font-weight:700;}

/* Source: override.css */
/* Badge */
.silver-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,76,92,.10);
  color:#0f4c5c;
  font-weight:900;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* Source: override.css */
/* Event info card (single-aed_event) */
.silver-event-info{
  margin: 0 0 16px;
  border:1px solid #e6ecef;
  border-radius:12px;
  background:#f8fbfc;
  padding:14px;
}

/* Source: override.css */
.silver-event-info__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  align-items:start;
}

/* Source: override.css */
.silver-event-info__item{
  display:flex;
  flex-direction:column;
  gap:4px;
}

/* Source: override.css */
.silver-event-info__item strong{ color:#0f4c5c; font-weight:900; }

/* Source: override.css */
.silver-event-info__item span{ color:#2b3a3f; font-weight:800; }

/* Source: override.css */
.silver-event-info__item--full{ grid-column: 1 / -1; }

/* Source: override.css */
.silver-featured--partner{padding:18px;background:#fff;border:1px solid #e8eef1;border-radius:24px;box-shadow:0 14px 30px rgba(15,76,92,.06);}

/* Source: override.css */
.silver-featured--partner img{max-height:220px;width:auto;margin:0 auto;display:block;object-fit:contain;}

/* Source: override.css */
.aed-supporter-card,.aed-staff-card{display:flex;flex-direction:column;min-height:100%;border:1px solid #e5edf0;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 18px 40px rgba(15,76,92,.08);overflow:hidden;transition:transform .22s ease, box-shadow .22s ease;border-top:4px solid rgba(15,76,92,.14);}

/* Source: override.css */
.aed-supporter-card:hover,.aed-staff-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,76,92,.12);}

/* Source: override.css */
.aed-supporter-card__logo,.aed-staff-card__media{display:flex;align-items:center;justify-content:center;min-height:190px;padding:24px;background:linear-gradient(180deg,#f8fbfc 0%,#eef5f7 100%);border-bottom:1px solid #e7eef1;text-decoration:none;}

/* Source: override.css */
.aed-supporter-card__logo img,.aed-staff-card__media img{max-width:100%;max-height:130px;object-fit:contain;display:block;}

/* Source: override.css */
.aed-staff-card__media img{width:100%;height:240px;object-fit:cover;max-height:none;}

/* Source: override.css */
.aed-supporter-card__fallback,.aed-staff-card__fallback{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0f4c5c;color:#fff;font-size:34px;font-weight:900;box-shadow:0 18px 30px rgba(15,76,92,.22);}

/* Source: override.css */
.aed-supporter-card__body,.aed-staff-card__body{display:flex;flex-direction:column;gap:10px;padding:22px;}

/* Source: override.css */
.aed-supporter-card__eyebrow,.aed-staff-card__eyebrow{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0f4c5c;}

/* Source: override.css */
.aed-supporter-card__title,.aed-staff-card__name{margin:0;font-size:22px;line-height:1.2;color:#163038;font-weight:900;}

/* Source: override.css */
.aed-supporter-card__title a{text-decoration:none;color:inherit;}

/* Source: override.css */
.aed-staff-card__role{color:#495f67;font-weight:800;}

/* Source: override.css */
.aed-supporter-card__text,.aed-staff-card__text{margin:0;color:#5a7079;line-height:1.7;}

/* Source: override.css */
.aed-supporter-card__actions,.aed-staff-card__actions,.aed-staff-card__social{display:flex;flex-wrap:wrap;gap:8px;}

/* Source: override.css */
.aed-supporter-card__actions{margin-top:auto;padding-top:6px;}

/* Source: override.css */
.aed-staff-card__social a{font-size:12px;font-weight:800;text-decoration:none;color:#0f4c5c;padding:6px 10px;border-radius:999px;background:rgba(15,76,92,.08);}

/* Source: override.css */
.aed-board-card{border-radius:20px;box-shadow:0 18px 36px rgba(15,76,92,.08);border:1px solid #e7eef1;padding:18px;}

/* Source: override.css */
.aed-board-card__avatar{width:98px;height:98px;}

/* Source: override.css */
.aed-board-card__name{font-size:18px;}

/* Source: override.css */
.aed-board-card__role{font-size:13px;color:#536973;}

/* Source: override.css */
.silver-content-shell--partner{display:grid;gap:18px;}

/* Source: override.css */
.aed-supporter-card--executive{position:relative;border-radius:26px;border:1px solid #dfeaec;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 18px 40px rgba(15,76,92,.08);overflow:hidden;}

/* Source: override.css */
.aed-supporter-card--executive::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,#0f4c5c 0%,#2e7586 50%,#7fb7c4 100%);opacity:.95;}

/* Source: override.css */
.aed-supporter-card--executive:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,76,92,.14);}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__frame{padding:18px 18px 0;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__logo{min-height:188px;padding:22px;border-radius:22px;background:linear-gradient(180deg,#f9fcfd 0%,#eef5f7 100%);border:1px solid #e4edef;position:relative;overflow:hidden;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__logo::before{content:"";position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(15,76,92,.08) 0%,rgba(15,76,92,0) 72%);}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__logo img{position:relative;z-index:1;max-width:100%;max-height:122px;object-fit:contain;filter:saturate(1.02) contrast(1.02);}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__fallback{position:relative;z-index:1;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__body{padding:22px 22px 24px;gap:10px;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;color:#0f4c5c;font-weight:900;text-transform:uppercase;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:#0f4c5c;box-shadow:0 0 0 6px rgba(15,76,92,.10);}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__title{font-size:24px;line-height:1.18;letter-spacing:-.02em;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__role{font-size:13px;font-weight:800;color:#5c6f77;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__text{min-height:78px;color:#5a7079;line-height:1.75;}

/* Source: override.css */
.aed-supporter-card--executive .aed-supporter-card__actions{margin-top:14px;}

/* Source: override.css */
.aed-supporter-card--executive .aed-mini-chip{padding:10px 14px;font-size:12px;letter-spacing:.01em;}

/* Source: override.css */
.aed-supporter-card--institutional{position:relative;border:1px solid #e1eaed;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(15,76,92,.06);overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;}

/* Source: override.css */
.aed-supporter-card--institutional:hover{transform:translateY(-4px);border-color:#cfe0e5;box-shadow:0 22px 46px rgba(15,76,92,.11);}

/* Source: override.css */
.aed-supporter-card--institutional::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#0f4c5c 0%,#3f8b9c 100%);}

/* Source: override.css */
.aed-supporter-card__surface{display:flex;flex-direction:column;min-height:100%;color:inherit;text-decoration:none;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__frame{padding:22px 22px 0;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__logo{min-height:170px;padding:20px;border-radius:20px;border:1px solid #e7eef1;background:linear-gradient(180deg,#ffffff 0%,#f6fafb 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__logo img{max-width:100%;max-height:112px;object-fit:contain;filter:none;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__body{padding:18px 22px 22px;gap:10px;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;padding:7px 12px;border-radius:999px;background:#f2f7f8;border:1px solid #d8e6ea;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#0f4c5c;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__title{margin:0;font-size:22px;line-height:1.22;letter-spacing:-.02em;color:#17333b;font-weight:900;}

/* Source: override.css */
.aed-supporter-card--institutional .aed-supporter-card__text{margin:0;color:#5d717a;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:0;}

/* Source: override.css */
.aed-supporter-card__meta-row{margin-top:auto;padding-top:10px;border-top:1px solid #edf3f5;display:flex;align-items:center;justify-content:space-between;gap:12px;}

/* Source: override.css */
.aed-supporter-card__meta-label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#49616b;}

/* Source: override.css */
.aed-supporter-card__arrow{font-size:18px;font-weight:900;color:#0f4c5c;line-height:1;}

/* Source: override.css */
/* ------------------------------------------------------------
   Öğretmenlerimiz — premium showcase
------------------------------------------------------------ */
.aed-teachers-pro{gap:30px;}

/* Source: override.css */
.aed-teachers-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:stretch;}

/* Source: override.css */
.aed-teachers-hero__lead{min-height:100%;background:
  radial-gradient(circle at top right, rgba(42,157,143,.12), transparent 36%),
  linear-gradient(135deg,#f7fbfc 0%,#ffffff 100%);
}

/* Source: override.css */
.aed-teachers-hero__panel{display:grid;grid-template-columns:1fr;gap:14px;}

/* Source: override.css */
.aed-teachers-stat{display:grid;gap:6px;padding:20px 22px;border-radius:24px;border:1px solid #e6edf0;background:linear-gradient(180deg,#ffffff 0%,#f7fbfc 100%);box-shadow:0 16px 38px rgba(15,76,92,.07);}

/* Source: override.css */
.aed-teachers-stat__value{font-size:36px;line-height:1;font-weight:900;letter-spacing:-.03em;color:#163038;}

/* Source: override.css */
.aed-teachers-stat__label{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5a7079;}

/* Source: override.css */
.aed-teachers-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:22px;border:1px solid #e4ecef;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%);box-shadow:0 12px 30px rgba(15,76,92,.05);}

/* Source: override.css */
.aed-teachers-toolbar__title{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#163038;white-space:nowrap;}

/* Source: override.css */
.aed-teachers-toolbar__chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}

/* Source: override.css */
.aed-teachers-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);color:#0f4c5c;font-size:12px;font-weight:800;line-height:1.2;}

/* Source: override.css */
.aed-teachers-grid{grid-template-columns:1fr;gap:22px;}

/* Source: override.css */
.aed-teacher-card{display:grid;grid-template-columns:minmax(220px,250px) minmax(0,1fr);align-items:stretch;border-radius:30px;border-color:#e3ebef;box-shadow:0 20px 48px rgba(15,76,92,.08);overflow:hidden;}

/* Source: override.css */
.aed-teacher-card:hover{transform:translateY(-4px);box-shadow:0 28px 62px rgba(15,76,92,.14);}

/* Source: override.css */
.aed-teacher-card__media-wrap{position:relative;height:100%;}

/* Source: override.css */
.aed-teacher-card__media{height:100%;min-height:100%;padding:0;background:linear-gradient(180deg,#f3f8fa 0%,#ebf3f6 100%);}

/* Source: override.css */
.aed-teacher-card__media img{width:100%;height:100%;min-height:100%;max-height:none;object-fit:cover;object-position:center top;display:block;}

/* Source: override.css */
.aed-teacher-card__badge{position:absolute;left:18px;bottom:18px;display:inline-flex;max-width:calc(100% - 36px);padding:10px 14px;border-radius:999px;background:rgba(22,48,56,.88);backdrop-filter:blur(10px);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 14px 26px rgba(0,0,0,.18);}

/* Source: override.css */
.aed-teacher-card__body{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:24px 26px;}

/* Source: override.css */
.aed-teacher-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;}

/* Source: override.css */
.aed-teacher-card__heading{display:grid;gap:8px;min-width:0;}

/* Source: override.css */
.aed-teacher-card__summary{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);color:#0f4c5c;font-size:12px;font-weight:800;text-align:center;white-space:nowrap;}

/* Source: override.css */
.aed-teacher-card__text{min-height:0;max-width:72ch;}

/* Source: override.css */
.aed-teacher-card__meta{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;}

/* Source: override.css */
.aed-teacher-card__meta li{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:18px;background:#f8fbfc;border:1px solid #e7eef1;align-items:flex-start;justify-content:center;min-width:0;}

/* Source: override.css */
.aed-teacher-card__meta span{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#56707a;line-height:1.3;}

/* Source: override.css */
.aed-teacher-card__meta a{color:#163038;font-weight:700;text-decoration:none;overflow-wrap:anywhere;word-break:break-word;line-height:1.5;}

/* Source: override.css */
.aed-teacher-card__meta a:hover{color:#0f4c5c;}

/* Source: override.css */
.aed-teacher-card__actions{flex:1 1 420px;}

/* Source: override.css */
.aed-teacher-card__actions .aed-mini-chip{padding:10px 14px;border-radius:999px;font-weight:800;box-shadow:none;}

/* Source: override.css */
.aed-teacher-card__social{justify-content:flex-end;}

/* Source: override.css */
.aed-teacher-card__social a{padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);}

/* Source: override.css */
.silver-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border:1px solid rgba(15,76,92,.12);
  border-radius:999px;
  background:#f1f7f8;
  color:var(--aed-premium-primary);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* Source: override.css */
.silver-card{
  height:100%;
  min-height:100%;
  border-radius:var(--aed-premium-radius);
  border:1px solid var(--aed-premium-border);
  box-shadow:var(--aed-premium-shadow);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

/* Source: override.css */
.silver-card:hover{
  transform:translateY(-4px);
  border-color:#cfe0e5;
  box-shadow:var(--aed-premium-shadow-hover);
}

/* Source: override.css */
.silver-card__thumb{
  display:block;
  height:230px;
  overflow:hidden;
  background:linear-gradient(135deg,#eff6f8 0%,#ffffff 100%);
}

/* Source: override.css */
.silver-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease, filter .3s ease;
}

/* Source: override.css */
.silver-card:hover .silver-card__thumb img{transform:scale(1.045);filter:saturate(1.05) contrast(1.02);}

/* Source: override.css */
.silver-card__body{
  flex:1 1 auto;
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:11px;
}

/* Source: override.css */
.silver-card__meta{letter-spacing:.04em;text-transform:uppercase;}

/* Source: override.css */
.silver-card__title{
  min-height:46px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-card__text{
  min-height:74px;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-event-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

/* Source: override.css */
.silver-event-card{
  height:100%;
  min-height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--aed-premium-border);
  border-radius:var(--aed-premium-radius);
  background:#fff;
  box-shadow:var(--aed-premium-shadow);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

/* Source: override.css */
.silver-event-card:hover{
  transform:translateY(-5px);
  border-color:#cddfe5;
  box-shadow:var(--aed-premium-shadow-hover);
}

/* Source: override.css */
.silver-event-card__media{
  position:relative;
  display:flex;
  height:238px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(135deg,#eff6f8 0%,#ffffff 100%);
  text-decoration:none;
}

/* Source: override.css */
.silver-event-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease, filter .3s ease;
}

/* Source: override.css */
.silver-event-card:hover .silver-event-card__media img{transform:scale(1.05);filter:saturate(1.06) contrast(1.03);}

/* Source: override.css */
.silver-event-card__fallback{font-size:38px;opacity:.58;}

/* Source: override.css */
.silver-event-card__date{
  position:absolute;
  left:16px;
  bottom:16px;
  min-width:68px;
  min-height:68px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.62);
  border-radius:20px;
  background:rgba(255,255,255,.93);
  color:var(--aed-premium-primary);
  box-shadow:0 16px 34px rgba(15,76,92,.16);
  backdrop-filter:blur(10px);
}

/* Source: override.css */
.silver-event-card__date strong{font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em;}

/* Source: override.css */
.silver-event-card__date em{margin-top:5px;font-style:normal;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#55707a;}

/* Source: override.css */
.silver-event-card__body{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:11px;
  padding:18px 18px 20px;
}

/* Source: override.css */
.silver-event-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-height:30px;
  color:#58707a;
  font-size:12px;
  font-weight:900;
}

/* Source: override.css */
.silver-event-card__meta span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:#f3f8f9;
  border:1px solid #e4eef1;
}

/* Source: override.css */
.silver-event-card__title{
  margin:0;
  min-height:52px;
  font-size:20px;
  line-height:1.28;
  font-weight:950;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-event-card__title a{color:var(--aed-premium-ink);text-decoration:none;}

/* Source: override.css */
.silver-event-card__title a:hover{color:var(--aed-premium-primary-2);}

/* Source: override.css */
.silver-event-card__text{
  margin:0;
  min-height:78px;
  color:var(--aed-premium-muted);
  font-size:14px;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-event-card__link{margin-top:auto;align-self:flex-start;}

/* Source: override.css */
.silver-story__thumb{height:218px;flex:0 0 auto;}

/* Source: override.css */
.silver-story__title{
  min-height:46px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-story__text{
  min-height:78px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* Source: override.css */
.silver-event-info{
  border-radius:24px;
  background:linear-gradient(135deg,#f7fbfc 0%,#ffffff 100%);
  box-shadow:0 14px 34px rgba(15,76,92,.06);
}

/* Source: override.css */
.silver-event-info__item{
  min-height:74px;
  padding:14px;
  border:1px solid #e6eef2;
  border-radius:18px;
  background:#fff;
}

/* Source: override.css */
.silver-event-info__item strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;}

/* Source: override.css */
.silver-event-info__item span{font-size:14px;line-height:1.55;}

/* Source: override.css */
.silver-sidecard{
  border-radius:24px;
  border:1px solid var(--aed-premium-border);
  box-shadow:var(--aed-premium-shadow);
}

/* Source: override.css */
.silver-ev{
  border-radius:18px;
  border:1px solid #e4edf0;
  box-shadow:0 12px 28px rgba(15,76,92,.07);
}

/* Source: override.css */
.silver-ev__title{line-height:1.3;}

/* Source: premium-complete.css */
.silver-card__title,.silver-event-card__title,.silver-story__title{min-height:52px!important;-webkit-line-clamp:2!important;}

/* Source: premium-complete.css */
.silver-card__text,.silver-event-card__text,.silver-story__text{
  min-height:78px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

/* Source: premium-complete.css */
/* 2 — Etkinlik kartları: tarih, mekan ve buton ritmi. */
.silver-event-grid{gap:24px!important;}

/* Source: premium-complete.css */
.silver-event-card{overflow:hidden!important;}

/* Source: premium-complete.css */
.silver-event-card__media{height:246px!important;}

/* Source: premium-complete.css */
.silver-event-card__date{
  left:18px!important;
  bottom:18px!important;
  min-width:72px!important;
  min-height:72px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.65)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 18px 38px rgba(15,76,92,.18)!important;
}

/* Source: premium-complete.css */
.silver-event-card__body{padding:19px 19px 21px!important;gap:12px!important;}

/* Source: premium-complete.css */
.silver-event-card__meta span{background:#f4f9fa!important;border-color:#e2edf0!important;color:#536d76!important;}

/* Source: premium-complete.css */
.silver-ev{display:flex!important;align-items:flex-start!important;gap:14px!important;background:#fff!important;}

/* Source: premium-complete.css */
.silver-ev__date{flex:0 0 auto!important;box-shadow:0 10px 26px rgba(15,76,92,.10)!important;}

/* Source: premium-complete.css */
.silver-ev__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

/* Source: premium-complete.css */
.silver-story__thumb{height:234px!important;}

/* Source: premium-complete.css */
.silver-story__body{gap:10px!important;}

/* Source: premium-complete.css */
.silver-story__text{color:var(--aed-ui-muted)!important;line-height:1.68!important;}

/* Source: premium-complete.css */
.silver-event-info{padding:18px!important;margin:22px 0!important;border:1px solid var(--aed-ui-border)!important;}

/* Source: premium-complete.css */
.silver-event-info__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;}

/* Source: premium-complete.css */
.silver-event-info__item{
  position:relative;
  padding:16px 16px 16px 48px!important;
  border-radius:20px!important;
  min-height:82px!important;
}

/* Source: premium-complete.css */
.silver-event-info__item::before{
  content:"";
  position:absolute;
  left:16px;
  top:18px;
  width:18px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--aed-ui-primary-2),var(--aed-ui-primary));
  box-shadow:0 0 0 6px rgba(15,76,92,.08);
}

/* Source: premium-complete.css */
.silver-event-info__item--full{grid-column:1/-1;}

/* Source: premium-complete.css */
.silver-sidecard{padding:20px!important;}

/* Source: premium-complete.css */
.silver-sidecard__title{font-size:18px!important;color:var(--aed-ui-ink)!important;}

/* Source: desktop-premium.css */
.silver-card__thumb{height:236px!important;}

/* Source: desktop-premium.css */
.silver-event-card__media{height:252px!important;}

/* Source: desktop-premium.css */
.silver-story__thumb{height:238px!important;}

/* Source: desktop-premium.css */
.silver-badge{border-radius:999px!important;font-weight:900!important;letter-spacing:.045em!important;}


/* =========================================================
   AED Silver V2 2.4.8.2 — Wide Desktop Card Rhythm
   ========================================================= */
@media (min-width: 1500px){
  .silver-card,
  .silver-event-card,
  .silver-gallerypage__item,
  .silver-mediapage__item,
  .silver-story,
  .silver-president__item,
  .silver-partners__item{
    border-radius: clamp(22px, 1.4vw, 30px) !important;
  }
  .silver-card__body,
  .silver-event-card__body,
  .silver-story__body,
  .silver-president__body{
    padding: clamp(20px, 1.4vw, 28px) !important;
  }
}
