/* AGENDA VERSION 2026-09-03-1 */
/*
|--------------------------------------------------------------------------
| AGENDA
|--------------------------------------------------------------------------
*/

.agenda-page {
    padding: 62px 0 105px;
    background: #ffffff;
    color: #24458d;
}

.agenda-page-header {
    margin: 0 0 42px;
}

.agenda-page-header h1 {
    max-width: 760px;
    margin: 0;
    color: #24458d;
    font-size: clamp(36px, 3.8vw, 54px);
    line-height: .98;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.agenda-list {
    border-top: 2px solid #24458d;
}

.agenda-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    border-bottom: 1px solid rgba(36, 69, 141, .32);
}

.agenda-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
    padding: 34px 32px 38px 0;
    color: #24458d;
    font-size: 23px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align: left;
}

.agenda-content {
    min-width: 0;
    padding: 32px 0 38px 42px;
    border-left: 2px solid #24458d;
}

.agenda-session-label {
    margin: 0 0 8px;
    color: #24458d;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.agenda-session-title {
    max-width: 980px;
    margin: 0 0 25px;
    color: #24458d;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.agenda-people-group {
    margin-top: 24px;
}

.agenda-people-group > h3 {
    margin: 0 0 12px;
    color: #18b9de;
    font-size: 17px;
    line-height: 1.25;
    font-style: italic;
    font-weight: 700;
}

.agenda-moderator-group {
    margin-top: 27px;
}

.agenda-people {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.agenda-person {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    max-width: 980px;
}

.agenda-person-copy {
    min-width: 0;
}

.agenda-person-bullet {
    width: 5px;
    height: 5px;
    margin-top: 8px;
    border-radius: 50%;
    background: #24458d;
}

.agenda-person-name {
    color: #24458d;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
}

a.agenda-person-name:hover,
a.agenda-person-name:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.agenda-person-description {
    margin-top: 2px;
    color: #24458d;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| SESSION SUB-ITEMS
|--------------------------------------------------------------------------
*/

.agenda-subitem {
    max-width: 1040px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(36, 69, 141, .2);
}

.agenda-subitem-label {
    margin: 0 0 5px;
    color: #18b9de;
    font-size: 13px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
}

.agenda-subitem-title {
    margin: 0;
    color: #24458d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.agenda-subitem-people {
    margin-top: 18px;
}


/*
|--------------------------------------------------------------------------
| SIMPLE BLOCKS
|--------------------------------------------------------------------------
*/

.agenda-row-simple .agenda-time {
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.agenda-row-simple .agenda-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.agenda-simple-title {
    margin: 0;
    color: #24458d;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
}

.agenda-simple-description {
    margin: 5px 0 0;
    color: #24458d;
    font-size: 16px;
    line-height: 1.35;
}


/*
|--------------------------------------------------------------------------
| EMPTY STATE
|--------------------------------------------------------------------------
*/

.agenda-empty {
    padding: 50px 0;
    color: #24458d;
    font-size: 18px;
}


/*
|--------------------------------------------------------------------------
| TABLET
|--------------------------------------------------------------------------
*/

@media (max-width: 900px) {
    .agenda-page {
        padding: 50px 0 78px;
    }

    .agenda-page-header {
        margin-bottom: 34px;
    }

    .agenda-page-header h1 {
        font-size: clamp(34px, 5.8vw, 46px);
    }

    .agenda-row {
        grid-template-columns: 145px minmax(0, 1fr);
    }

    .agenda-time {
        padding-right: 22px;
        font-size: 20px;
    }

    .agenda-content {
        padding-left: 28px;
    }
}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 650px) {
    .agenda-page {
        padding: 34px 0 58px;
    }

    .agenda-page-header {
        margin-bottom: 26px;
    }

    .agenda-page-header h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.025em;
    }

    .agenda-list {
        border-top-width: 1px;
    }

    .agenda-row,
    .agenda-row-simple {
        display: block;
        padding: 27px 0 30px;
    }

    .agenda-time,
    .agenda-row-simple .agenda-time {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 0 15px;
        text-align: left;
        font-size: 19px;
        line-height: 1;
    }

    .agenda-content,
    .agenda-row-simple .agenda-content {
        display: block;
        min-height: 0;
        padding: 0;
        border-left: 0;
    }

    .agenda-session-label {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .agenda-session-title {
        margin-bottom: 22px;
        font-size: 21px;
        line-height: 1.15;
    }

    .agenda-simple-title {
        font-size: 21px;
        line-height: 1.18;
    }

    .agenda-simple-description {
        font-size: 15px;
    }

    .agenda-people-group {
        margin-top: 22px;
    }

    .agenda-people-group > h3 {
        margin-bottom: 11px;
        font-size: 16px;
        line-height: 1.25;
    }

    .agenda-person {
        grid-template-columns: 7px minmax(0, 1fr);
        column-gap: 10px;
    }

    .agenda-person-bullet {
        margin-top: 7px;
    }

    .agenda-person-name {
        font-size: 16px;
    }

    .agenda-person-description {
        font-size: 14px;
        line-height: 1.35;
    }

    .agenda-subitem {
        margin-top: 25px;
        padding-top: 22px;
    }

    .agenda-subitem-label {
        font-size: 11px;
    }

    .agenda-subitem-title {
        font-size: 18px;
        line-height: 1.2;
    }
}


/* Session and keynote titles: uppercase */
.agenda-session-title,
.agenda-subitem-label,
.agenda-subitem-title {
    text-transform: uppercase;
}
