/* Страница события — раскладка (общие компоненты — в site.css). */

.event-cover{width:100%; height:200px; object-fit:cover; border-radius:12px; background:#EDEAE4; display:block; margin-bottom:26px;}

.event-grid{display:grid; grid-template-columns:1fr; gap:28px; align-items:start;}

.event-speaker{display:flex; align-items:center; gap:12px; padding:12px 14px; border:1px solid var(--line);
  border-radius:8px; text-decoration:none; color:inherit; margin-bottom:30px;}
.event-speaker:hover{background:#FBFBFA;}

.event-prose{font-size:16px; line-height:1.65; color:var(--ink);}
.event-prose p{margin:0 0 16px;}
.event-prose p:last-child{margin-bottom:0;}

.event-stop{display:flex; align-items:center; gap:14px; padding:11px 10px; border-bottom:1px solid var(--line);
  text-decoration:none; color:inherit;}
.event-stop:hover{background:var(--row-hover);}
.event-stop__date{text-align:center; width:40px; flex:none; line-height:1.05;}
.event-stop__day{font-size:16px; font-weight:700;}
.event-stop__mon{font-size:10px; text-transform:uppercase; color:var(--faint);}

@media (min-width:761px){
  .event-cover{height:400px;}
  .event-grid{grid-template-columns:1fr 300px; gap:40px;}
  .ticket-aside{position:sticky; top:80px;}
}
