.cs-84522240-container {
    font-family: inherit;
    width: 100%;
}
.cs-84522240-day-title {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
    font-size: 24px;
}
.cs-84522240-day-panel {
    display: block;
    margin-bottom: 40px;
}
.cs-84522240-session {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.cs-84522240-time-col {
    flex: 0 0 auto;
    width: 200px; /* Fixed width to align titles */
    padding-right: 20px;
    white-space: nowrap;
}
.cs-84522240-time {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.cs-84522240-info-col {
    flex: 1;
    min-width: 250px;
}
.cs-84522240-title {
    margin: 0 0 2px 0; /* Reduced from 10px to 2px */
    font-size: 20px;
    font-weight: bold;
}
.cs-84522240-title p {
    margin: 0;
    display: inline;
}
.cs-84522240-title a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.cs-84522240-title a:hover {
    opacity: 0.8;
}
.cs-84522240-media {
    margin-bottom: 15px;
}
.cs-84522240-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.cs-84522240-desc {
    margin: 0;
    color: #555;
    line-height: 1.6;
}
@media (max-width: 600px) {
    .cs-84522240-session {
        flex-direction: column;
    }
    .cs-84522240-time-col {
        margin-bottom: 10px;
        width: auto;
        white-space: nowrap; 
    }
}