.tse-schedule {
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

.tse-grid .tse-time-slot {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.tse-grid .tse-time {
    width: 200px;
    font-weight: bold;
}

.tse-grid .tse-session {
    flex: 1;
}

.tse-list .tse-time-slot {
    margin-bottom: 20px;
}

.tse-list .tse-slot-time {
    font-weight: bold;
    margin-bottom: 5px;
}

.tse-location {
    font-style: italic;
    color: #666;
}

/* Speaker styles */
.tse-speaker-profile {
    display: flex;
    margin-bottom: 30px;
}

.tse-speaker-image {
    margin-right: 30px;
    width: 200px;
    flex-shrink: 0;
}

.tse-speaker-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.tse-speaker-details {
    flex-grow: 1;
}

.tse-speaker-meta {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.tse-speaker-social a {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
}

/* Speakers list */
.tse-speakers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tse-speaker-card {
    padding: 15px;
    box-sizing: border-box;
}

.tse-columns-2 .tse-speaker-card {
    width: 50%;
}

.tse-columns-3 .tse-speaker-card {
    width: 33.333%;
}

.tse-columns-4 .tse-speaker-card {
    width: 25%;
}

.tse-speaker-card .tse-speaker-image {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.tse-speaker-card .tse-speaker-image img {
    width: 100%;
    height: auto;
}

.tse-speaker-card .tse-speaker-info {
    text-align: center;
}

/* Schedule display on single event pages */
.tse-event-schedules {
    margin: 40px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.tse-event-schedules h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tribe-events-single .tse-schedule {
    margin-bottom: 30px;
}

/* Adjust for The Events Calendar styling */
.tribe-events-single .tse-time-slot {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}