/* Remove visual framing around sponsor tiles */
.sponsors__item {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Remove any spacing or framing effects */
.sponsors__item .sched-avatar {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}








/* Align session name and capacity label on the same line */
.list-simple .event .name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* Ensure the capacity label itself does not break to a new line */
.list-simple .session-labels {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 6px !important;
}



element.style {
}
.sponsors__item-title {
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #141414;
    font-size: 13px;
    display: none;
}