.wptl-timeline {
  --wptl-marker-size: 46px;
  position: relative;
  width: 100%;
}

.wptl-rail {
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 22px;
  width: 1px;
  background: #75aeb9;
}

.wptl-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 35%);
  column-gap: 52px;
  padding-left: 74px;
  margin-bottom: 6px;
}

.wptl-item:last-child {
  margin-bottom: 0;
}

.wptl-marker {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
  display: flex;
  width: var(--wptl-marker-size);
  height: var(--wptl-marker-size);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #75aeb9;
  border-radius: 50%;
  background: #fff;
  color: #002d86;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.wptl-content {
  min-width: 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dce3e7;
}

.wptl-date {
  margin-bottom: 5px;
  color: #00a990;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.wptl-title {
  margin: 0 0 6px;
  color: #002d86;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.wptl-description {
  color: #66647a;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.42;
}

.wptl-photo {
  position: relative;
  height: 124px;
  overflow: hidden;
  background: #203d88;
}

.wptl-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wptl-photo span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .wptl-timeline { --wptl-marker-size: 40px; }
  .wptl-rail { left: 19px; top: 20px; bottom: 20px; }
  .wptl-item {
    grid-template-columns: 1fr;
    row-gap: 14px;
    padding-left: 58px;
    margin-bottom: 28px;
  }
  .wptl-marker { top: 4px; }
  .wptl-content { padding-top: 5px; padding-bottom: 15px; }
  .wptl-title { font-size: 19px; }
  .wptl-photo { min-height: 190px; }
}

/* Additional World Pediatrics blocks */
.wptl-block { box-sizing: border-box; width: 100%; }
.wptl-eyebrow { margin-bottom: 14px; color: #00a990; font-size: 14px; font-weight: 700; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; }
.wptl-block-heading { margin: 0 0 18px; color: #002d86; font-size: clamp(32px, 3vw, 46px); font-weight: 600; letter-spacing: -.02em; line-height: 1.05; }
.wptl-block-copy { color: #5f6075; font-size: 15px; line-height: 1.5; }
.wptl-centered { margin: 0 auto 22px; max-width: 1000px; text-align: center; }

.wptl-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.wptl-video-card { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #bceff1; }
.wptl-video-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wptl-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 34px; line-height: 1; filter: drop-shadow(0 2px 5px rgba(0,0,0,.2)); transform: translateX(2px); }

.wptl-childhood { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); gap: 46px; align-items: stretch; }
.wptl-child-copy { align-self: center; }
.wptl-quote { margin-top: 14px; padding-left: 16px; border-left: 3px solid #00a990; color: #5f6075; font-size: 14px; line-height: 1.45; }
.wptl-child-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.wptl-child-images img { display: block; width: 100%; height: 100%; min-height: 230px; object-fit: cover; background: #def8f8; }

.wptl-partner-table { border-top: 1px solid rgba(0, 45, 134, .3); }
.wptl-partner-row { display: grid; grid-template-columns: 38% 62%; padding: 9px 0; border-bottom: 1px solid rgba(0, 45, 134, .3); color: #002d86; font-size: 13px; line-height: 1.35; }
.wptl-partner-row strong { padding-right: 24px; }

.wptl-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 20px !important; padding-bottom: 20px !important; }
.wptl-stat { display: flex; min-height: 74px; align-items: center; justify-content: center; flex-direction: column; padding: 8px 24px; text-align: center; border-right: 1px solid rgba(0, 45, 134, .55); }
.wptl-stat:last-child { border-right: 0; }
.wptl-stat strong { color: #002d86; font-size: clamp(28px, 2.6vw, 38px); line-height: 1; }
.wptl-stat span { margin-top: 12px; color: #515873; font-size: 11px; line-height: 1.25; text-transform: uppercase; }

.wptl-donation { --donate-one: #123785; --donate-two: #008bb2; display: grid; grid-template-columns: 38% 62%; align-items: center; background: linear-gradient(110deg, var(--donate-one), var(--donate-two)) !important; color: #fff; }
.wptl-donate-logo { display: flex; justify-content: center; padding: 20px; }
.wptl-donate-logo img { display: block; width: min(230px, 80%); height: auto; }
.wptl-donation .wptl-block-heading { max-width: 850px; margin-bottom: 12px; color: #fff; font-size: clamp(32px, 3.2vw, 48px); }
.wptl-donation .wptl-block-copy { max-width: 900px; color: #fff; }
.wptl-donate-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.wptl-donate-buttons a { display: inline-flex; min-width: 64px; min-height: 36px; align-items: center; justify-content: center; padding: 6px 18px; border: 2px solid #fff; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.wptl-donate-buttons a:hover { background: #fff; color: #003a87; }

@media (max-width: 767px) {
  .wptl-block-heading { font-size: 32px; }
  .wptl-video-grid { grid-template-columns: 1fr; }
  .wptl-childhood { grid-template-columns: 1fr; gap: 24px; }
  .wptl-child-images { gap: 10px; }
  .wptl-child-images img { min-height: 180px; }
  .wptl-partner-row { grid-template-columns: 1fr; gap: 5px; padding: 13px 0; }
  .wptl-stats { grid-template-columns: repeat(2, 1fr); }
  .wptl-stat:nth-child(2) { border-right: 0; }
  .wptl-stat { border-bottom: 1px solid rgba(0, 45, 134, .25); }
  .wptl-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .wptl-donation { grid-template-columns: 1fr; }
  .wptl-donate-logo { justify-content: flex-start; padding: 0 0 28px; }
  .wptl-donate-logo img { width: 190px; }
}
