.aiscotland-agenda {
    margin: 60px 0;
}

.aiscotland-agenda__content {
    max-width: 856px;
}

.aiscotland-agenda__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #304153;
}

.aiscotland-agenda__item:last-of-type {
    border-bottom: none;
}

.aiscotland-agenda__text > p:first-child,
.aiscotland-agenda__text > ul:first-child {
    margin-top: 0;
}

.aiscotland-agenda__text > p:last-child,
.aiscotland-agenda__text > ul:last-child,
.aiscotland-agenda__text > ul li:last-child {
    margin-bottom: 0;
}

.aiscotland-agenda__time {
    color: var(--aiscotland-color-primary-teal);
    min-width: 80px;
}

.aiscotland-agenda__text {
    color: #ffffff;
}

.aiscotland-agenda__text ul,
.aiscotland-agenda__text ol {
   padding-left: 25px;
}

.aiscotland-agenda__text ul li,
.aiscotland-agenda__text ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .aiscotland-agenda__text ul li,
    .aiscotland-agenda__text ol li {
        font-size: 18px;
    }
}
