.event-agenda{position:relative}.event-agenda__wrapper{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));border-radius:var(--card-border-radius);padding:var(--card-spacing-lg);position:relative;z-index:1}.event-agenda.color-theme-dark-purple .event-agenda__wrapper,.event-agenda.color-theme-gradient-fill .event-agenda__wrapper{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0))}.event-agenda__items{margin-top:var(--section-spacing-inner)}@media screen and (min-width:900px){.event-agenda__wrapper{grid-column:1/-1}}@media screen and (min-width:1200px){.event-agenda__wrapper{grid-column:2/-2}}.event-agenda-item:not(:first-child){border-top:1px solid rgba(27,26,61,.1);padding-top:var(--text-spacing-sm)}.event-agenda.color-theme-dark-purple .event-agenda-item:not(:first-child),.event-agenda.color-theme-gradient-fill .event-agenda-item:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}.event-agenda-item:not(:last-child){padding-bottom:var(--text-spacing-sm)}.event-agenda-item__time-slot{margin-top:0}.event-agenda-item__title{margin-top:var(--text-spacing-xxs)}