/* Presentation styles */
.sos-presentations {
    margin-top: 5px;
    font-size: 0.85em;
}

.sos-presentation {
    padding: 2px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.sos-presentation:first-child {
    border-top: none;
}

.sos-doctor {
    font-weight: 500;
    color: #0056b3;
}

.sos-pres-title {
    color: #333;
    font-size: 0.9em;
}

.sos-pres-type {
    color: #888;
    font-size: 0.8em;
    font-style: italic;
}

/* Session with multiple presentations */
.sos-session {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
    margin: -8px;
    min-height: 40px;
}

.sos-session strong {
    color: #1a1a1a;
    font-size: 0.95em;
}

.sos-session-time {
    font-size: 0.8em;
    color: #888;
}

/* Color variations for session types */
.sos-session.type-Session { background: #e3f2fd; }
.sos-session.type-Workshop { background: #f3e5f5; }
.sos-session.type-Course { background: #e8f5e9; }
.sos-session.type-Symposium { background: #fff3e0; }
.sos-session.type-Break { background: #fce4ec; }
.sos-session.type-Wet-Lab { background: #e0f7fa; }
.sos-session.type-E-Poster { background: #f1f8e9; }
.sos-session.type-Opening-Ceremony { background: #fff8e1; }