.keynotes__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.keynote {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
}

.keynote__photo {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.keynote__bio {
  flex: 1;
  min-width: 260px;
  text-align: justify;
}

.keynote__bio h3 {
  margin-top: 0;
  color: #275dbd;
  font-weight: 600;
}

.keynote__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  max-width: 3000px;
  margin: 0 auto;
}

.keynote__column {
  flex: 1 1 48%;
  display: flex;
  align-items: flex-start;
}

.keynote__row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  /* background-color: #ddd;  /* Light grey line */
  transform: translateX(-50%);
}

.program_at_glance__content__keynotes {
  margin-bottom: 5rem;  /* Adds space after keynotes section */
}

/* .keynote__photo {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
} */

.keynote__bio h3 {
  margin-top: 0.5rem;
  color: #275dbd;
  font-weight: 600;
}


.past_editions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Flexible grid layout */
    gap: 20px; /* Space between grid items */
    justify-items: center; /* Ensures items are centered within their grid cells */
    padding: 20px; /* Padding around the grid */
}

.past_editions__entry {
    background-color: #f9f9f9; /* Optional background color */
    padding: 10px;
    border-radius: 8px; /* Optional rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}

.past_editions__entry__edition p {
    margin: 0;
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1.4;
}

.past_editions__entry__edition a {
    text-decoration: none;
    color: #275dbd; /* Link color */
}

.past_editions__entry__edition a:hover {
    text-decoration: underline;
}

/* Optional: Allow grid items to scale more on very large screens */
@media (min-width: 1200px) {
    .past_editions__grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Increase minimum column width for large screens */
    }
}



.when_where__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.when_where__text {
    flex: 1;
}

.when_where__image {
    flex: 1;
}

.when_where__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: 600px;
    object-fit: cover;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


.when_where__map {
    margin-top: 20px;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 350px;
    overflow: hidden;
}


.section__header__title,
.section__content a,
.data_challenge h3 {
  color: #275dbd;

}

.email-address {
    color: white;
}


.section__header__title {
font-size: 2em;
}

.registration__fees {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: #FFF4F761; /* clearer contrast */
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.registration__table {
  width: 95%;
  margin: 0 auto 2rem auto;
  border-collapse: collapse;
  text-align: center;
}

.registration__table th,
.registration__table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}

.registration__table th {
  font-weight: 600;
  color: #333;
}

.registration__note {
  font-size: 0.95rem;
  color: #444;
  text-align: center;
}

.badge {
  background: #0b132b;
  color: #fff;
  padding: 0.4em 0.8em;
  border-radius: 20px;
  font-size: 0.85rem;
}

.striked {
  text-decoration: line-through;
  color: #999;
}

.reg-btn {
  background: #e04949;
  color: #ffffff !important;
  padding: 0.4em 1em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  display: inline-block;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

:root{
  --brand-red:#c32020;
  --brand-red-cta:#e04949;
  --ink:#222;
  --muted:#6b7280;
  --line:#ead8d8;
  --soft:#fafafa;
}

/* ===== Program @ a glance – layout & sizing ===== */
.program_at_glance .program_at_glance__content__table{
  max-width: 1120px;          /* <-- keeps the table from stretching full-bleed */
  margin: 0 auto;
}

.program_at_glance .nm25-glance{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: .94rem;
}

.program_at_glance .nm25-glance th,
.program_at_glance .nm25-glance td{
  border:1px solid var(--line);
  padding:.6rem .7rem;
  vertical-align: middle;
  background:#fff;
  color: var(--ink);          /* <-- force readable text */
}

.program_at_glance .nm25-glance thead th{
  background: #ffeaea;        /* soft brand header */
  text-align:center;
  font-weight:800;
}

.program_at_glance .nm25-glance .no_border td{
  border-top:0;
  text-align:center;
  font-weight:700;
  color: var(--muted);
  background:#fff;
}

.program_at_glance .nm25-glance td:first-child{
  white-space:nowrap;
  font-weight:800;
  background:#fff;
}

/* ===== On-brand, subtle gradients (graduation) ===== */
.program_at_glance .cell--keynote{
  background: linear-gradient(180deg, #fff6f6 0%, #ffecec 100%);
  border-left:4px solid var(--brand-red-cta);
  text-align:center; font-weight:800;
}

.program_at_glance .cell--session{
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
  border-left:4px solid var(--brand-red);
  text-align:center; font-weight:800;
}

.program_at_glance .cell--poster{
  background: linear-gradient(180deg, #fff7f7 0%, #fff1f1 100%);
  text-align:center; font-weight:700; color:#7a2b2b;
}

.program_at_glance .cell--poster.cell--muted{
  background: linear-gradient(180deg, #fcfbfb 0%, #f7f7f7 100%);
  color: var(--muted);
}

.program_at_glance .cell--break{
  background:#fff; color:var(--muted); text-align:center;
}
.program_at_glance .cell--lunch{
  background:#fff; text-align:center; font-weight:800;
}
.program_at_glance .cell--soon a{ opacity:.95; }

/* ===== Links – make sure they’re visible and branded ===== */
.program_at_glance .nm25-glance a{
  color: var(--brand-red) !important;   /* override theme */
  text-decoration: none;
  font-weight: 800;
}
.program_at_glance .nm25-glance a:hover{ text-decoration: underline; }

/* Slightly smaller on narrow screens */
@media (max-width: 920px){
  .program_at_glance .nm25-glance{ font-size:.9rem; }
  .program_at_glance .nm25-glance th,
  .program_at_glance .nm25-glance td{ padding:.5rem; }
}

/* spacing around the glance table */
.program_at_glance .programs_program_at_glance{
  /* space from the section title and the following content */
  margin-block: 3rem 2rem;       /* top, bottom */
}

/* link-with-arrow style inside cells */
.program_at_glance .nm25-glance a.ses-link{
  display:inline-flex; align-items:center; gap:.3rem;
  color:#c32020 !important;          /* brand red, always readable */
  font-weight:800; text-decoration:none;
}
.program_at_glance .nm25-glance a.ses-link:hover{ text-decoration:underline; }
.program_at_glance .nm25-glance a.ses-link svg{
  width:18px; height:18px;
  stroke:currentColor; fill:none; stroke-width:2;
  /* slight baseline nudge so it sits nicely with text */
  transform: translateY(1px);

.support__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;   /* vertically center logos */
  gap: 30px;             /* spacing between logos */
}

.support__content__logo {
  flex: 0 1 150px;       /* each logo box has same width */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;         /* normalize height for all logos */
}

.support__content__logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;   /* keeps aspect ratio */
}}

/* --- Header: show the Full Program link next to the title --- */
.program-header { margin-bottom: 1rem; }
.section__header__title { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.full-program-link{
  font-size: .9em; font-weight: 800;
  color: var(--brand-red);
  padding: .2rem .5rem; border:1px solid var(--brand-red);
  border-radius: .5rem; text-decoration:none;
  background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.full-program-link:hover{ background: var(--brand-red-soft); }

/* Intro paragraph spacing */
.program-intro{ margin: .5rem 0 1.25rem; }

/* Subtitles */
.section-subtitle{
  margin: 1.25rem 0 .6rem;
  font-size: 1.9rem; font-weight: 800; color: var(--brand-red);
}

/* Instructions: two-column cards, responsive */
.program-instructions{
  display:grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin-bottom: 1.25rem;
}
.instr-card{
  border:1px solid var(--line); border-radius: 10px; background:#fff;
  padding: .9rem 1rem;
}
.instr-card h4{ margin: 0 0 .5rem; font-size: 1rem; color: var(--ink); }
.instr-card ol{ margin: 0; padding-left: 1.1rem; }
.instr-card li{ margin: .35rem 0; }
@media (max-width: 900px){
  .program-instructions{ grid-template-columns: 1fr; }
}

/* Table: add breathing room */
.programs_program_at_glance{ margin: 1rem 0 2rem; }
.program_at_glance__content__table{ margin: .5rem 0 0; }

/* Brand-friendly, subtle gradient blocks */
.nm25-glance { width:100%; border-collapse:collapse; table-layout: fixed; font-size:.95rem; }
.nm25-glance th, .nm25-glance td { border:1px solid var(--line); padding:.55rem .6rem; vertical-align:middle; }
.nm25-glance thead th{
  background: var(--brand-red-soft);
  color: var(--ink); text-align:center; font-weight:800;
}
.nm25-glance td:first-child{ white-space:nowrap; font-weight:700; background:#fff; }

/* row of mini headers */
.nm25-glance .no_border td{
  border-top:0; background:#fff; text-align:center; font-weight:700; color:#6b7280;
}

/* Cells */
.cell--keynote{
  background: linear-gradient(180deg, #fff2f2, #ffe7e7);
}
.cell--session{
  background: linear-gradient(180deg, #fff9f9, #fff2f2);
}
.cell--poster{
  background: linear-gradient(180deg, #edf4ff, #e8f2ff);
}
.cell--poster.cell--muted{
  background: #f5f7fb;
  color:#6b7280;
}
.cell--break{
  background: #fbfbfb;
}
.cell--lunch{
  background: linear-gradient(180deg, #fffbe6, #fff6cc);
}
.cell--soon{
  font-style: italic;
}
.cell--closing{
  background: linear-gradient(180deg, #fff2f2, #ffe0e0);
  font-weight: 800;
}

/* Session link with angled arrow */
.ses-link{
  display:inline-flex; align-items:center; gap:.35rem;
  font-weight:800; color: var(--brand-red); text-decoration:none;
}
.ses-link svg{
  width:16px; height:16px; stroke: currentColor; fill:none; stroke-width:2;
  transform: translateY(1px); /* slight baseline alignment */
}
.ses-link:hover{ text-decoration: underline; }

/* Compact on narrow screens */
@media (max-width: 920px){
  .nm25-glance { font-size: 0.9rem; }
  .nm25-glance th, .nm25-glance td { padding: .5rem; }
}


