.summit-table-container {
    margin: 30px 0;
    border: 1px solid #e6e9f2;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    font-family: sans-serif;
}

.summit-table-scroll {
    overflow-x: auto;
}

.summit-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 900px;
}

.summit-table thead tr {
    background: #8c1d5e;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.summit-table th {
    padding: 16px;
    border: 1px solid #eef1f6;
}

.summit-table td {
    padding: 12px;
    border: 1px solid #eef1f6;
}

.summit-table .time-cell {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.summit-table .panel-cell {
    text-align: center;
    font-weight: bold;
}

.summit-table .speaker-cell {
    text-align: center;
    font-weight: bold;
}

.summit-table .role-cell {
    text-align: center;
}

.summit-table .title-cell {
    text-align: center;
}

.summit-table .break-row {
    background: #a33b76;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.summit-table .launch-row {
    background: #fdf2f8;
    text-align: center;
    font-weight: bold;
}

.summit-table .investor-row {
    background: #fff7ed;
    text-align: center;
    font-weight: bold;
}

.summit-table .sub-panel-row {
    background: #fdf2f8;
    text-align: center;
    font-weight: bold;
}

.summit-table .moderator-text {
    color: #ff0000;
    font-weight: bold;
}

.summit-table .center-bold {
    text-align: center;
    font-weight: bold;
}

.summit-table .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: bold;
    color: #8c1d5e;
    font-size: 18px;
}

.summit-table .summit-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .summit-table {
        font-size: 12px;
    }

    .summit-table td,
    .summit-table th {
        padding: 10px 8px;
    }

    .summit-table .summit-logo {
        max-height: 30px;
    }

    .summit-table .logo-container {
        gap: 12px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .summit-table {
        font-size: 10px;
        min-width: 550px;
    }

    .summit-table td,
    .summit-table th {
        padding: 6px 4px;
    }

    .summit-table .time-cell {
        font-size: 9px;
    }

    .summit-table .logo-container {
        gap: 5px;
        font-size: 10px;
    }

    .summit-table .summit-logo {
        max-height: 20px;
    }

    .summit-table-container {
        margin: 15px -15px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .summit-table-scroll {
        padding-bottom: 10px;
    }

    /* Force scrollbar visibility on mobile */
    .summit-table-scroll::-webkit-scrollbar {
        height: 5px;
        -webkit-appearance: none;
    }

    .summit-table-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .summit-table-scroll::-webkit-scrollbar-thumb {
        background: #8c1d5e;
        border-radius: 10px;
    }

    .summit-top-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        height: 5px;
        display: block;
        background: #f1f1f1;
        margin: 0 -15px;
    }

    .summit-top-scroll-inner {
        height: 1px;
    }

    .summit-top-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .summit-top-scroll::-webkit-scrollbar-thumb {
        background: #8c1d5e;
        border-radius: 10px;
    }
}
