.event-row {
    display: flex;
    flex-direction: column;
    --event-item-gap: 50px;
    gap: var(--event-item-gap);
}

.event-item {
    position: relative;
}

    .event-item:not(:first-child)::before {
        content: '';
        position: absolute;
        top: calc(var(--event-item-gap) / -2);
        left: 0;
        right: 0;
        height: 1px;
        border-top: 1px dashed #c7cac9;
    }

.event-row .separator {
    margin: 0 8px
}

@media (min-width: 821px) {
    .event-row__col {
        flex: 1 1 calc(16.6666666667% - 16px);
        width: calc(16.6666666667% - 16px)
    }
}

@media (min-width: 821px) and (min-width: 821px) {
    .event-row__col {
        flex: 1 1 calc(16.6666666667% - 32px);
        width: calc(16.6666666667% - 32px)
    }
}

@media (max-width: 820px) {
    .event-row__top {
        display: flex;
        flex-direction: column;
        gap: 16px
    }
}

@media (min-width: 821px) {
    .event-row__top {
        display: flex;
        gap: 16px;
        gap: 16px !important
    }
}

@media (min-width: 821px) and (min-width: 821px) {
    .event-row__top {
        gap: 32px
    }
}

@media (min-width: 821px) {
    .event-row__top--center {
        flex: 1 1 calc(66.6666666667% - 16px);
        width: calc(66.6666666667% - 16px)
    }
}

@media (min-width: 821px) and (min-width: 821px) {
    .event-row__top--center {
        flex: 1 1 calc(66.6666666667% - 32px);
        width: calc(66.6666666667% - 32px)
    }
}

@media (min-width: 821px) {
    .event-row__bottom {
        display: flex;
        gap: 16px;
        gap: 24px !important
    }
}

@media (min-width: 821px) and (min-width: 821px) {
    .event-row__bottom {
        gap: 32px
    }
}

.event-row__title {
    font-family: DM Sans,sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.event-row__time {
    line-height: 1.2
}

@media (min-width: 992px) {
    .event-row__time {
        margin-top: 5px
    }
}

.event-row__location span {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 145%;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #21282db3
}

@media (min-width: 821px) {
    .event-row__desc {
        flex: 1 1 calc(66.6666666667% - 16px);
        width: calc(66.6666666667% - 16px)
    }
}

@media (min-width: 821px) and (min-width: 821px) {
    .event-row__desc {
        flex: 1 1 calc(66.6666666667% - 32px);
        width: calc(66.6666666667% - 32px)
    }
}

.event-row__body {
    display: none;
    margin-top: 12px;
    font-size: 16px;
}

.event-row__body-toggle {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 145%;
    font-weight: 700;
    color: #21282d;
    font-size: .75rem;
    font-weight: 500;
    font-size: 12px !important;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    padding-top: 5px
}

    .event-row__body-toggle:before, .event-row__body-toggle:after {
        content: "";
        width: 8px;
        height: 2px;
        position: absolute;
        top: 12px;
        left: 0;
        background-color: #000;
        transition: .2s all ease-in-out
    }

    .event-row__body-toggle:after {
        transform: rotate(90deg)
    }

    .event-row__body-toggle[open]:before {
        transform: rotate(45deg)
    }

    .event-row__body-toggle[open]:after {
        transform: rotate(135deg)
    }

.event-row__speakers {
    padding-top: 10px;
}

.event-row__speaker a,
.event-row__speaker span {
    font-size: 16px;
}

.event-row__location p {
    font-size: 16px;
}

.agenda-container {
    display: flex;
    border-bottom: 1px solid #c7cac9;
}

.agenda-container:last-of-type {
    border-bottom: none;
}

.agenda-time-column {
    flex: 0 0 100px;
    align-self: center;
}

.agenda-info-column {
    align-self: center;
    flex: 2;
    padding: 22px 20px;
}
