.agenda__item{display:grid;gap:var(--spacing-m);grid-template-columns:24px 1fr}@container (max-width: 500px){.agenda__item{grid-template-columns:1px 1fr;gap:var(--spacing-s)}}.agenda__item-dot{color:rgba(var(--fg-title),1);position:relative}.agenda__item-dot:after,.agenda__item-dot:before{content:"";background:currentColor;position:absolute}.agenda__item-dot:before{height:8px;width:8px;border-radius:50%;position:absolute;top:40px;left:50%;transform:translate(calc(-50% + .5px),-50%);transition:all .4s ease}.agenda__item-dot:after{height:100%;width:1px;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=9b450503483901cd.css.map*/