/* General Styles */
.ipt-widget {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
}

.ipt-timetable {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ipt-timetable table {
    width: 100%;
    border-collapse: collapse;
}

.ipt-timetable th {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.ipt-timetable td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.ipt-timetable tr:hover {
    background: #ecfdf5;
}
