

/* Start:/local/templates/u_university/components/bitrix/news.list/schedule/style.css?17619864791334*/
.schedule-table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.schedule-table th {
    background-color: #ebebeb;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.schedule-table td {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.schedule-table tr:last-child td {
    border-bottom: none;
}

.schedule-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.schedule-table tr:hover {
    background-color: #edf2f7;
}

.day-cell {
    font-weight: 600;
    color: #2c3e50;
    width: 12%;
}

.time-cell {
    width: 15%;
    font-weight: 500;
}

.subject-cell {
    width: 50%;
}

.room-cell {
    width: 10%;
    text-align: center;
}

.subject-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.teacher {
    color: #555;
    font-size: 0.9rem;
}
.schedule-title {
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .schedule-table {
        display: block;
        overflow-x: auto;
    }

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

}

@media (max-width: 480px) {

    .schedule-table th,
    .schedule-table td {
        padding: 8px;
        font-size: 0.9rem;
    }
}

/* End */
/* /local/templates/u_university/components/bitrix/news.list/schedule/style.css?17619864791334 */
