.agenda__item{gap:var(--spacing-m);grid-template-columns:24px 1fr;display:grid}@container (max-width:500px){.agenda__item{gap:var(--spacing-s);grid-template-columns:1px 1fr}}.agenda__item-dot{color:rgba(var(--fg-title),1);position:relative}.agenda__item-dot:before,.agenda__item-dot:after{content:"";background:currentColor;position:absolute}.agenda__item-dot:before{border-radius:50%;width:8px;height:8px;transition:all .4s;position:absolute;top:40px;left:50%;transform:translate(calc(.5px - 50%),-50%)}.agenda__item-dot:after{width:1px;height:100%;top:0;left:50%}.agenda__item:first-child .agenda__item-dot:before,.agenda__item:last-child .agenda__item-dot:before{top:40px}.agenda__item:first-child .agenda__item-dot:after{top:40px;bottom:0}.agenda__item:last-child .agenda__item-dot:after{height:40px}
/*# sourceMappingURL=1b9312d1ac913eb8.css.map*/