﻿/* ===== POEMS ===== */
#poems .wrap{max-width:1280px;margin:0 auto}
#poems .secTools{margin-bottom:32px}
#poems .poemGrid{align-items:start}
#poems .poem .verse{margin-inline:auto;max-width:58ch}
#poems .poem .hemRows{max-width:58ch;margin-inline:auto;text-align:right}
#poems .poem .hemRow span{min-width:0;overflow-wrap:anywhere}
#poems .poem .who{margin-top:2px}
#poems .poem .when{margin-top:10px}
#poems .poem .iconBtn{background:rgba(201,162,39,.22)}
@media(max-width:600px){
  .poemGrid{grid-template-columns:1fr}
  .poem .hemRow{gap:6px;font-size:.92rem}
}
