/* ==========================================================================
   Public lives listing page (/lives) — SZP-146
   Visual reference: SENZA "Lives & Webinaires" mockup.
   ========================================================================== */

:root {
    --lives-purple: #6a4cff;
    --lives-purple-dark: #4b2fd6;
    --lives-navy: #141235;
    --lives-yellow: #ffc63f;
    --lives-lavender: #ece9ff;
    --lives-ink: #1c1b33;
    --lives-muted: #6f6e8a;
    --lives-radius: 18px;
}

/* --------------------------------------------------------------------------
   Intro section
   -------------------------------------------------------------------------- */
.lives-intro {
    background: linear-gradient(180deg, var(--lives-lavender) 0%, #f6f5ff 100%);
    padding: 70px 0 90px;
    position: relative;
    overflow: hidden;
}

.lives-intro__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--lives-purple);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(106, 76, 255, 0.12);
}

.lives-intro__badge .fa-circle {
    font-size: 8px;
    color: #ff4d4f;
}

.lives-intro__title {
    margin: 22px 0 14px;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--lives-ink);
}

.lives-intro__highlight {
    color: var(--lives-purple);
    background: linear-gradient(180deg, transparent 60%, rgba(255, 198, 63, 0.6) 60%);
}

.lives-intro__subtitle {
    max-width: 560px;
    color: var(--lives-muted);
    font-size: 17px;
    margin-bottom: 18px;
}

.lives-intro__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: var(--lives-muted);
}

.lives-intro__breadcrumb a {
    color: var(--lives-muted);
}

.lives-intro__breadcrumb a:hover {
    color: var(--lives-purple);
}

.lives-intro__breadcrumb .breadcrumb-separator {
    font-size: 11px;
    opacity: 0.7;
}

/* --------------------------------------------------------------------------
   Layout area
   -------------------------------------------------------------------------- */
.lives-area {
    padding: 0 0 80px;
    margin-top: -48px;
}

.lives-results__head {
    display: flex;
    justify-content: flex-end;
    margin: 28px 0 18px;
}

.lives-results__count {
    color: var(--lives-muted);
    font-size: 15px;
}

/* --------------------------------------------------------------------------
   Featured hero
   -------------------------------------------------------------------------- */
.live-hero {
    /* position + z-index keep the hero above the intro section: .lives-intro is
       positioned (relative), so it would otherwise paint over the hero pulled up by
       .lives-area's negative margin. */
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--lives-navy);
    border-radius: var(--lives-radius);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(20, 18, 53, 0.25);
}

.live-hero__media {
    position: relative;
    min-height: 360px;
}

/* Absolute positioning prevents the image's intrinsic height from driving the grid
   row height (which would create a circular height dependency and blow up the hero). */
.live-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-hero__content {
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.live-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    background: rgba(255, 198, 63, 0.16);
    color: var(--lives-yellow);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 7px 14px;
    border-radius: 999px;
}

.live-hero__title {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.live-hero__subtitle {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.live-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 6px 0;
}

.live-hero__meta li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.live-hero__meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.5);
}

.live-hero__meta-value {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* Countdown */
.live-countdown {
    display: flex;
    align-items: center;
    gap: 12px;
}

.live-countdown__timer {
    display: flex;
    gap: 10px;
}

.live-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 8px 12px;
    min-width: 54px;
}

.live-countdown__unit strong {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.live-countdown__unit small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.55);
}

.live-countdown__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff4d4f;
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
}

.live-countdown__live .fa-circle {
    font-size: 8px;
    animation: lives-pulse 1.2s infinite;
}

.live-countdown__finished {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(20, 18, 53, 0.82);
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
}

/* --------------------------------------------------------------------------
   Buttons & badges
   -------------------------------------------------------------------------- */
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--lives-yellow);
    color: var(--lives-ink);
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 12px;
    cursor: pointer;
    align-self: flex-start;
    /* Animate only compositor-safe properties: a column-layout CTA (.live-cta) must never
       reflow on hover, so the lift cue relies on shadow and brightness, not on geometry. */
    transition: box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-cta:hover {
    box-shadow: 0 10px 22px rgba(255, 198, 63, 0.35);
    filter: brightness(1.03);
    color: var(--lives-ink);
}

.live-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
}

.live-hero__media .live-badge {
    top: 18px;
    left: 18px;
}

.live-badge--live {
    background: #ff4d4f;
    color: #fff;
}

.live-badge--live .fa-circle {
    font-size: 8px;
    animation: lives-pulse 1.2s infinite;
}

.live-badge--next {
    background: rgba(20, 18, 53, 0.82);
    color: #fff;
}

.live-badge--next .fa-circle {
    font-size: 8px;
    color: #ff4d4f;
}

.live-badge--finished {
    background: rgba(20, 18, 53, 0.82);
    color: #fff;
}

@keyframes lives-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

/* --------------------------------------------------------------------------
   Host row
   -------------------------------------------------------------------------- */
.live-host {
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-host__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.live-host__avatar--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lives-purple);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.live-hero__content .live-host__name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.live-host__name {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 14px;
    color: var(--lives-ink);
}

.live-host__name small {
    color: var(--lives-muted);
    font-size: 12px;
}

/* --------------------------------------------------------------------------
   Cards grid
   -------------------------------------------------------------------------- */
.lives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.lives-grid__empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--lives-muted);
    padding: 40px 0;
}

.live-card {
    background: #fff;
    border-radius: var(--lives-radius);
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(20, 18, 53, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.live-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(20, 18, 53, 0.14);
}

.live-card__header {
    position: relative;
    height: 130px;
    padding: 16px;
}

.live-card__theme {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--lives-ink);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 11px;
    border-radius: 999px;
}

.live-card__icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.live-card__date {
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: var(--lives-ink);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 999px;
}

.live-card__header .live-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.live-badge--upcoming {
    background: rgba(255, 255, 255, 0.92);
    color: var(--lives-ink);
}

.live-card__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.live-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--lives-purple);
    font-size: 13px;
    margin: 0;
}

.live-card__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: var(--lives-ink);
}

.live-card__host {
    margin-top: auto;
}

.live-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.live-card__format {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lives-muted);
    font-size: 13px;
}

.live-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--lives-lavender);
    color: var(--lives-purple);
    font-weight: 700;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   Bottom incentive banner
   -------------------------------------------------------------------------- */
.lives-cta {
    margin-top: 50px;
    background: linear-gradient(135deg, var(--lives-purple), var(--lives-purple-dark));
    border-radius: var(--lives-radius);
    padding: 38px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.lives-cta__title {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 6px;
}

.lives-cta__subtitle {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

/* --------------------------------------------------------------------------
   Pagination (restyle of render_live_pager output)
   -------------------------------------------------------------------------- */
.lives-results .pagination__wrap .list-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.lives-results .pagination__wrap .list-wrap li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--lives-ink);
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(20, 18, 53, 0.08);
    cursor: pointer;
}

.lives-results .pagination__wrap .list-wrap li.active a {
    background: var(--lives-purple);
    color: #fff;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .lives-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .lives-grid {
        grid-template-columns: 1fr;
    }

    .live-hero__content {
        padding: 26px;
    }

    .lives-cta {
        padding: 28px;
    }
}

/* ==========================================================================
   Public live detail page (/lives/{slug}) — SZP-145
   ========================================================================== */

.live-show__badge {
    display: inline-block;
    background: var(--lives-lavender);
    color: var(--lives-purple-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.live-show__section-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--lives-ink);
    margin-bottom: 12px;
}

.live-show__section-subtitle {
    color: var(--lives-muted);
    max-width: 620px;
    margin: 0 auto 36px;
}

.live-show__program {
    text-align: center;
    padding: 70px 0;
}

/* -------------------------------------------------------------------- Hero */
.live-show__hero {
    padding: 60px 0;
    background: linear-gradient(180deg, var(--lives-lavender) 0%, #f6f5ff 100%);
}

.live-show__hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.live-show__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lives-purple-dark);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 14px;
}

.live-show__title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--lives-navy);
    margin-bottom: 16px;
}

.live-show__subtitle {
    color: var(--lives-muted);
    font-size: 17px;
    margin-bottom: 22px;
}

.live-show__points {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: grid;
    gap: 12px;
}

.live-show__points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--lives-ink);
}

.live-show__points li i {
    color: var(--lives-yellow);
}

.live-show__hero-note {
    font-size: 13px;
    color: var(--lives-muted);
    margin: 14px 0 22px;
}

.live-show__hero-media {
    position: relative;
    border-radius: var(--lives-radius);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(20, 18, 53, 0.18);
}

.live-show__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.live-show__hero-media .live-badge {
    position: absolute;
    top: 16px;
    left: 16px;
}

/* -------------------------------------------------------------- Programme */
.live-show__program-list {
    display: grid;
    gap: 18px;
    text-align: left;
    margin-bottom: 26px;
}

.live-program-block {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--lives-radius);
    padding: 24px;
    box-shadow: 0 10px 30px rgba(20, 18, 53, 0.05);
}

.live-program-block__number {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #8a7bff, #5a3ff0);
}

.live-program-block__title {
    font-size: 19px;
    font-weight: 700;
    color: var(--lives-ink);
    margin-bottom: 14px;
}

.live-program-block__points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
}

.live-program-block__points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--lives-muted);
    font-size: 14px;
}

.live-program-block__points li i {
    color: #e84ba6;
    margin-top: 3px;
}

.live-show__bonus {
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
    background: var(--lives-navy);
    color: #fff;
    border-radius: var(--lives-radius);
    padding: 22px 26px;
}

.live-show__bonus-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--lives-yellow);
    color: var(--lives-navy);
    font-size: 20px;
}

.live-show__bonus-text strong {
    display: block;
    margin-bottom: 4px;
}

.live-show__bonus-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

/* ------------------------------------------------------------ Bandeau confiance */
.live-show__trust {
    padding: 30px 0;
    background: var(--lives-lavender);
}

.live-show__trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.live-show__trust-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--lives-ink);
}

.live-show__trust-list li i {
    color: var(--lives-purple);
    font-size: 44px;
}

.live-show__trust-list strong {
    display: block;
    font-size: 15px;
}

.live-show__trust-list small {
    color: var(--lives-muted);
}

/* ------------------------------------------------------------- Intervenants */
.live-show__speakers {
    padding: 70px 0;
    display: grid;
    gap: 26px;
}

.live-show__speakers .container {
    display: grid;
    gap: 26px;
}

.live-speaker {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: center;
    background: var(--lives-lavender);
    border-radius: 24px;
    padding: 40px;
}

/* Guest block is mirrored: content on the left, photo on the right (see mockup). */
.live-speaker--reverse {
    grid-template-columns: 1fr 260px;
}

.live-speaker--reverse .live-speaker__media {
    order: 2;
}

.live-speaker--guest {
    background: #fff2f9;
}

.live-speaker__media {
    display: flex;
    justify-content: center;
}

.live-speaker__photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--lives-purple);
    box-shadow: 0 16px 36px rgba(90, 63, 240, 0.22);
}

.live-speaker__photo--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    font-weight: 800;
    color: var(--lives-purple);
    background: #fff;
}

.live-speaker--guest .live-speaker__photo {
    border-color: #e84ba6;
    box-shadow: 0 16px 36px rgba(232, 75, 166, 0.22);
}

.live-speaker--guest .live-speaker__photo--initials {
    color: #e84ba6;
}

.live-speaker__role {
    display: inline-block;
    background: var(--lives-lavender);
    color: var(--lives-purple-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.live-speaker--guest .live-speaker__role {
    background: #ffe1f1;
    color: #c0297a;
}

.live-speaker__name {
    font-size: 24px;
    font-weight: 800;
    color: var(--lives-ink);
    margin-bottom: 4px;
}

.live-speaker__job {
    color: var(--lives-purple-dark);
    font-weight: 600;
    margin-bottom: 12px;
}

.live-speaker__presentation {
    color: var(--lives-muted);
    margin-bottom: 16px;
}

.live-speaker__kpis {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.live-speaker__kpis li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--lives-ink);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(20, 18, 53, 0.06);
}

.live-speaker__kpis li i {
    color: var(--lives-purple);
}

.live-speaker--guest .live-speaker__kpis li i {
    color: #e84ba6;
}

/* --------------------------------------------------------------- CTA final */
.live-show__final-cta {
    padding: 70px 0;
    background: var(--lives-navy);
    color: #fff;
    text-align: center;
}

.live-show__final-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.live-show__final-subtitle {
    color: rgba(255, 255, 255, 0.78);
    max-width: 560px;
    margin: 0 auto 28px;
}

.live-show__countdown {
    margin: 24px 0;
}

.live-show__final-cta .live-show__countdown {
    justify-content: center;
}

/* The shared countdown markup is styled for a dark background. On the light hero we flip the
   units to white cards with dark figures so they stay readable (matches the mockup). */
.live-show__countdown:not(.live-show__countdown--dark) .live-countdown__unit {
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 18, 53, 0.10);
    min-width: 64px;
    padding: 12px 14px;
}

.live-show__countdown:not(.live-show__countdown--dark) .live-countdown__unit strong {
    color: var(--lives-navy);
    font-size: 24px;
}

.live-show__countdown:not(.live-show__countdown--dark) .live-countdown__unit small {
    color: var(--lives-muted);
}

/* Dark CTA variant keeps light figures but with a touch more contrast on the boxes. */
.live-show__countdown--dark .live-countdown__unit {
    background: rgba(255, 255, 255, 0.10);
    min-width: 64px;
    padding: 12px 14px;
}

.live-show__countdown--dark .live-countdown__unit strong {
    font-size: 24px;
}

/* --------------------------------------------------------- CTA trigger button */
.live-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border: none;
    cursor: pointer;
}

.live-cta__schedule {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* ----------------------------------------------------------- Registration modal */
.live-registration-modal__wrap {
    text-align: center;
}

.live-registration-modal__intro {
    color: var(--lives-muted);
    margin-bottom: 22px;
}

.live-registration-form {
    text-align: left;
}

.live-registration-modal__feedback {
    padding: 20px 0;
}

.live-registration-modal__feedback-icon {
    font-size: 46px;
    display: block;
    margin-bottom: 14px;
}

.live-registration-modal__feedback--success .live-registration-modal__feedback-icon {
    color: #0fa968;
}

.live-registration-modal__feedback--info .live-registration-modal__feedback-icon {
    color: var(--lives-purple);
}

/* ------------------------------------------------------------------ Responsive */
@media (max-width: 991px) {
    .live-show__hero-grid {
        grid-template-columns: 1fr;
    }

    .live-show__trust-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-speaker,
    .live-speaker--reverse {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .live-speaker--reverse .live-speaker__media {
        order: 0;
    }

    .live-speaker__kpis {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .live-show__title {
        font-size: 32px;
    }

    .live-program-block {
        flex-direction: column;
    }

    .live-program-block__points {
        grid-template-columns: 1fr;
    }

    .live-show__trust-list {
        grid-template-columns: 1fr;
    }
}
