/* Single view defaults */
.mgt-single{color:#fff;padding:160px 30px 0;}
.mgt-single-top{display:grid;grid-template-columns:minmax(240px,500px) 1fr;gap:28px;align-items:start;}
.mgt-single-left img{display:block;width:min(100%,500px);aspect-ratio:1 / 1;max-width:500px;height:auto;object-fit:cover;}
.mgt-single-right{display:flex;flex-direction:column;justify-content:center;}
.mgt-single-title{margin:0 0 12px;line-height:1.1;text-decoration:none;}
.mgt-single-date,.mgt-single-time,.mgt-single-venue,.mgt-single-price{margin:0 0 12px;}
.mgt-single-desc{margin:0 0 16px;line-height:1.6;max-width:60ch;}
.mgt-single-desc p,.mgt-single-notes p{margin:0 0 10px;}
.mgt-single-map{margin-top:30px;}
.mgt-single-map iframe{width:100%;max-width:100%;}
@media (max-width: 820px){
  .mgt-single{padding:120px 20px 0;}
  .mgt-single-top{grid-template-columns:1fr;}
  .mgt-single-left img{width:100%;max-width:500px;}
}
