/*
    session styles
    version: 22.02.2016

    hero

    presented

    registration

    session


*/

/* ------------ hero ------------ */
.site__title_session {
    font-size: 36px;
    line-height: 38px;
}

.time-schedule__session {
    padding: 10px 0;
    margin: auto;
    border-left: 2px solid color-mix(in srgb, var(--ef-color-on-dark) 30%, transparent);
    border-right: 2px solid color-mix(in srgb, var(--ef-color-on-dark) 30%, transparent);
    font: 400 16px/20px var(--ef-font-body);
    text-transform: uppercase;
}

.time-schedule__session__place {
    display: block;
    width: 100%;
    padding-bottom: 7px;
}

.time-schedule__session time {
    display: block;
    width: 100%;
}

.time-schedule__session__place i {
    padding-right: 4px;
    color: color-mix(in srgb, var(--ef-color-secondary) 55%, transparent);
}
/* ------------ /hero ------------ */

/* ------------ presented ------------ */
.presented {
    padding: 40px 0 22px;
    background: var(--ef-color-line);
}

.presented .speakers__person, .presented .speakers__post {
    text-align: center;
}

.presented .speakers__layout {
    margin: auto;
}
.presented .speakers__item{
    width: 260px;
    margin: 0 auto;
}
/* ------------ /presented ------------ */

/* ------------ registration ------------ */
.registration {
    padding: 39px 0 51px 0;
    background: var(--ef-color-primary);
}

.registration__title {
    font: 700 26px/42px var(--ef-font-display);
    text-align: center;
}

.registration__title > span {
    display: block;
    margin-top: -5px;
    font: 400 16px/38px var(--ef-font-body);
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: none;
}

.registration__title {
    padding-bottom: 16px;
    letter-spacing: -0.7px;
}
/* ------------ /registration ------------ */

/* ------------ session ------------ */
.session {
    padding: 62px 0 50px 0;
    text-align: center;
}

.session__text p {
    margin-bottom: 25px;
    font: 400 16px/25px var(--ef-font-body);
}

/* `.session__text p a` and its hover live in main.css now, in one selector
   list with `.description p a` - they were byte-identical copies. */

/* Centred under the text (live report 2026-08-21, #443) - they sat flush
   left in a 560px box inside the centred 775px column. */
.session__labels {
    margin: 22px auto;
    text-align: center;
}

.session__labels .label {
    padding: 6px 8px 3px;
    min-width: 71px;
    font: 500 10px/1 'Robobo', sans-serif;
    white-space: nowrap;
}
/* ------------ /session ------------ */
.hero_session .hero__layout {
    position: relative;
}

@media (min-width: 768px) {

    /* ------------ hero ------------ */

    .hero_session .hero__layout {
        padding: 175px 0 31px;
    }
    .site__title_session {
        font-size: 40px;
        line-height: 42px;
    }

    .time-schedule__session {
        display: inline-block;
        overflow: hidden;
        width: auto;
        padding: 0;
    }

    .time-schedule__session__place {
        width: auto;
        padding: 15px 28px 12px;
        border-right: 2px solid color-mix(in srgb, var(--ef-color-on-dark) 30%, transparent);
    }

    .time-schedule__session time {
        width: auto;
        padding: 15px 30px 12px;
    }

    .time-schedule__session__place, .time-schedule__session time {
        float: left;
        text-align: center;
    }

    /* ------------ hero ------------ */

    /* ------------ presented ------------ */

    .presented .speakers__layout {
        max-width: 597px;
        margin: 0 auto;
    }
    .presented .speakers__item {
        margin: 0 18px;
    }

    /* ------------ /presented ------------ */
    /* ------------ registration ------------ */
    .registration__title > span {
        font-size: 20px;
    }
    /* ------------ /registration ------------ */

    /* ------------ session ------------ */
    .session {
        padding: 43px 0 96px 0;
    }

    .session__text p {
        margin-bottom: 38px;
        font-size: 20px;
        line-height: 38px;
    }

    .session__labels {
        padding-left: 0;
        padding-top: 0;
        margin: 22px auto;
        max-width: 560px;
        text-align: center;
    }

    /* ------------ /session ------------ */

}

@media (min-width: 1000px) {
    /* ------------ hero ------------ */
    .hero_session .hero__layout {
        padding: 132px 0 31px;
    }
    /* ------------ /hero ------------ */

    /* ------------ presented ------------ */
    .presented {
        padding: 40px 0 0px;
    }
    .presented .speakers__layout {
        max-width: 896px;
    }

    /* ------------ /presented ------------ */

    /* ------------ registration ------------ */
    .registration {
        padding-bottom: 63px;
    }

    .registration__title > span {
        font-size: 20px;
    }

    .registration__title {
        padding-bottom: 0;
        margin-bottom: 26px;
    }
    /* ------------ /registration ------------ */

    /* ------------ session ------------ */
    .session {
        padding: 59px 0 73px 0;
    }
    .session .site__title_subtitle{
        padding-bottom: 12px;
    }

    .session__text {
        max-width: 775px;
        margin: auto;
    }
    /* ------------ /session ------------ */

}