:root {
    --schdbg: #F1563C;
    --bg-hover: #F1492D;
    --accent: #f4a07a;
    --divider: rgba(255, 255, 255, 0.22);
}

.ndsp-acrdnSec {
    background: var(--schdbg);
}

.ndsp-acrdnSec .page-heading .pageTitle {
    color: #fff;
    margin-left: 0;
}

.ndsp-accordion {
    list-style: none;
}

.ndsp-accordion-item {
    border-bottom: 1px solid var(--divider);
}

.ndsp-accordion-item:first-child {
    border-top: 1px solid var(--divider);
}

.ndsp-accordion-item.open {
    background: var(--bg-hover);
}

.ndsp-accordion-trigger {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    text-align: left;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    transition: background 0.2s;
}

.ndsp-accordion-trigger:hover {
    opacity: 0.92;
}

.trigger-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ndsp-schdl-time {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.04em;
}

.session-title {
    font-size: clamp(1.1rem, 2.5vw, 1.65rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.session-topic {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ndsp-accordion-item.open .session-topic {
    overflow: visible;
    -webkit-line-clamp: none;
}

.trigger-right {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-shrink: 0;
}

.avatars {
    display: flex;
}

.avatars .avatar-placeholder {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #B72B13;
    object-fit: cover;
    margin-left: -10px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.avatars .avatar-placeholder:first-child {
    margin-left: 0;
}

.avatars .avatar-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-extra {
    font-size: 0.7rem;
}

.ndsp-accordion-item.open .avatars {
    display: none;
}

.acrd-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #C6432E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), border-color 0.2s;
}

.acrd-arrow svg {
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

.ndsp-accordion-item.open .acrd-arrow svg {
    transform: rotate(180deg);
}

.panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.38s cubic-bezier(.4, 0, .2, 1);
}

.ndsp-accordion-item.open .panel {
    grid-template-rows: 1fr;
}

.panel-inner {
    overflow: hidden;
}

.panel-content {
    padding: 0 0 28px;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 680px;
}

.panel-content p+p {
    margin-top: 10px;
}

.panel-content strong {
    color: #fff;
    font-weight: 500;
}

.ndsp-accrd-speakers {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ndsp-accrd-speaker {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    /* width: calc(100% / 6 - 17px); */
    flex: 1;
}

.ndsp-accrd-speaker:last-child {
    border-right: none;
}


.ndsp-accrd-speakers:has(.ndsp-accrd-speaker:nth-child(6)) .ndsp-accrd-speaker {
    flex: 0 0 calc(25% - 15px);
}

.ndsp-accrd-speakers:has(.ndsp-accrd-speaker:nth-child(6)) .ndsp-accrd-speaker:nth-child(4) {
    border-right: 0
}


.ndsp-accrd-speaker img,
.ndsp-accrd-speaker .avatar-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 3px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.ndsp-accrd-speaker h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
}

.ndsp-accrd-speaker span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.ndsp-accrd-speaker p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.page-heading .pageTitle {
    font-size: 65px;
    font-weight: 300;
    text-align: center;
    line-height: 1.1;
}

.nshp_wrap1260 .page-heading {
    justify-content: center;
}

.speaker-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.speaker-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    padding: 6px 16px 6px 6px;
}

.speaker-card .avatar-placeholder {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    border: 0;
    margin-bottom: 0;
}

.speaker-name {
    font-size: 0.82rem;
    font-weight: 500;
    color: #fff;
}

.ndsp-accrd-speakers::-webkit-scrollbar {
    height: 6px;
}

.ndsp-accrd-speakers::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .session-title {
        font-size: 1rem;
    }

    .avatars .avatar-placeholder {
        width: 34px;
        height: 34px;
    }

    .ndsp-accrd-speaker,
    .ndsp-accrd-speakers:has(.ndsp-accrd-speaker:nth-child(6)) .ndsp-accrd-speaker {
        width: 100%;
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
        padding-right: 0;
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }



    .ndsp-accrd-speaker:nth-child(2n) {
        border-right: 0;
    }

    .ndsp-accrd-speaker:last-child,
    .ndsp-accrd-speakers:has(.ndsp-accrd-speaker:nth-child(6)) .ndsp-accrd-speaker:last-child {
        border-bottom: none;
    }

    .trigger-right {
        gap: 20px;
    }
}