.proam-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:24px;
}
.proam-card{
  background:#fff;
  border-radius:28px;
  box-shadow:0 20px 60px rgba(24,40,58,.12);
  overflow:hidden;
}
.proam-event-body{padding:24px;}
.proam-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(156,194,184,.18);
  color:#426F6D;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.proam-btn,
a.proam-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
}
.proam-btn-navy{background:#1E3A56;color:#fff;}
.proam-year-list{padding-left:18px;margin-bottom:0;}
.proam-year-list li{margin-bottom:8px;}
.proam-subtle{color:#51616e;}
