/* Completed events list — style aligned with https://wgmahockey.org/completed/ */
.completed-page{
  min-height:480px;
  padding:40px 0 70px;
  background:#fff;
  color:#2b2b2b;
}
.completed-inner{width:min(1100px,calc(100% - 40px));margin:0 auto}
.completed-year{
  margin:36px 0 22px;
  color:#1a1a1a;
  font:700 28px/1.3 Roboto,Arial,sans-serif;
}
.completed-year:first-child{margin-top:10px}
.completed-item{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:start;
  margin:0 0 28px;
  padding:0 0 22px;
  border-bottom:1px solid #eee;
}
.completed-item.has-thumb{grid-template-columns:150px 1fr}
.completed-thumb{display:block;max-width:150px}
.completed-thumb img{
  width:150px;
  height:150px;
  object-fit:contain;
  background:#fff;
}
.completed-dates{
  margin:0 0 8px;
  font:400 16px/1.5 Roboto,Arial,sans-serif;
  color:#2b2b2b;
}
.completed-title{
  margin:0 0 8px;
  font:500 20px/1.35 Roboto,Arial,sans-serif;
}
.completed-title a{
  color:#1a1a1a;
  text-decoration:underline;
}
.completed-title a:hover{color:#1a7740}
.completed-place{
  margin:0;
  font:300 16px/1.5 Roboto,Arial,sans-serif;
  color:#6b6b6b;
}
.completed-empty{
  text-align:center;
  color:#6b6b6b;
  padding:40px 0;
  font:300 16px Roboto,Arial,sans-serif;
}

@media(max-width:700px){
  .completed-inner{width:calc(100% - 30px)}
  .completed-item{grid-template-columns:1fr;gap:14px}
  .completed-thumb img{width:120px;height:120px}
  .completed-year{font-size:24px}
}
