/* Over 80s page — https://wgmahockey.org/080s/ */
.live-o80{padding:45px 0 70px;background:#fff}
.o80-page{width:min(1248px,calc(100% - 40px));margin:0 auto}
.o80-story{
  display:grid;
  grid-template-columns:42% 58%;
  gap:0;
  margin-bottom:0;
  border:1px solid #ececec;
  background:#fff;
  min-height:320px;
}
.o80-story:nth-child(even){grid-template-columns:58% 42%}
.o80-story:nth-child(even) .o80-story-media{order:2}
.o80-story:nth-child(even) .o80-story-body{order:1}
.o80-story-media img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:contain;
  background:#fff;
  display:block;
}
.o80-story-body{
  padding:28px 32px;
  color:#2b2b2b;
}
.o80-story-title{
  margin:0 0 16px;
  font:700 24px/1.35 Roboto,Arial,sans-serif;
  color:#1a1a1a;
}
.o80-story-content{
  font:300 16px/1.65 Roboto,Arial,sans-serif;
  color:#555;
}
.o80-story-content p{margin:0 0 12px}
.o80-story-content img{max-width:100%;height:auto}
.o80-attachments{margin-top:20px}
.o80-attachments h4{
  margin:0 0 10px;
  font:600 18px/1.3 Roboto,Arial,sans-serif;
  color:#1a1a1a;
}
.o80-attachments p{margin:0 0 6px}
.o80-attachments a{
  color:#1a1a1a;
  text-decoration:underline;
  font-weight:700;
}
.o80-attachments a:hover{color:#1a7740}
.o80-empty{
  text-align:center;
  padding:60px 20px;
  color:#6b6b6b;
  font:300 16px Roboto,Arial,sans-serif;
}

@media(max-width:900px){
  .o80-page{width:calc(100% - 30px)}
  .o80-story,
  .o80-story:nth-child(even){
    grid-template-columns:1fr;
  }
  .o80-story:nth-child(even) .o80-story-media,
  .o80-story:nth-child(even) .o80-story-body{order:unset}
  .o80-story-media img{min-height:220px}
  .o80-story-body{padding:22px 20px}
  .o80-story-title{font-size:20px}
}
