.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}
.table-of-contents ol,
.table-of-contents ul,
.table-of-contents li {
    list-style: none !important;
    list-style-type: none !important;
}
.smm2-weekly-view, .smm2-weekly-view *,
.smm2-week-day, .smm2-week-day *,
.smm2-week-meal, .smm2-week-meal *,
.smm2-menu-display, .smm2-menu-display * {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    list-style-position: outside !important;
}
.smm2-weekly-view *::before,
.smm2-week-day *::before,
.smm2-week-meal *::before,
.smm2-week-meal::before,
.smm2-menu-display *::before {
    content: none !important;
    display: none !important;
}
.smm2-weekly-view *::after,
.smm2-week-day *::after,
.smm2-week-meal *::after,
.smm2-week-meal::after,
.smm2-menu-display *::after {
    content: none !important;
    display: none !important;
}
.smm2-menu-display {
    margin: 20px 0;
}
.smm2-menu-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 15px;
    background: transparent;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
.smm2-nav-btn {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    text-decoration: none;
}
.smm2-nav-btn:hover {
    background: #005582;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.smm2-current-date {
    font-size: 20px;
    font-weight: bold;
    color: #23282d;
    min-width: 200px;
    text-align: center;
}
.smm2-weekly-view {
    margin: 20px 0;
}
.smm2-week-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.smm2-week-day {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.smm2-week-day h4 {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #2271b1;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    color: #2271b1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smm2-week-day h4 .day-name {
    font-size: 22px;
    font-weight: 600;
}
.smm2-week-day h4 .day-date {
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.smm2-meals-horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.smm2-week-meal {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #2271b1;
    list-style: none !important;
    list-style-type: none !important;
}
.smm2-week-meal strong {
    display: block;
    color: #2271b1;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.smm2-meal-dishes {
    margin-bottom: 15px;
}
.smm2-meal-dish {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.smm2-week-price {
    font-size: 16px;
    line-height: 1.4;
    color: #2271b1;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.smm2-day-section {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.smm2-day-section h3 {
    margin-top: 0;
    color: #2271b1;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
.smm2-no-menu {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px;
}
.smm2-menu-display h3 {
    color: #333;
    margin-bottom: 20px;
}
.smm2-meal-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.smm2-meal-section h4 {
    color: #2271b1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}
.smm2-menu-links {
    margin-bottom: 15px;
}
.smm2-link {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 10px;
    background: #2271b1;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s;
}
.smm2-link:hover {
    background: #135e96;
    color: white;
}
.smm2-menu-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.smm2-menu-table th,
.smm2-menu-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #e0e0e0;
}
.smm2-menu-table th {
    background: #f5f5f5;
    font-weight: 600;
    color: #333;
}
.smm2-menu-table tbody tr:nth-child(even) {
    background: #fafafa;
}
.smm2-menu-table tbody tr:hover {
    background: #f0f0f0;
}
.smm2-totals {
    background: #e8f4f8;
    font-weight: bold;
}
.smm2-totals td {
    border-top: 2px solid #2271b1;
}
.smm2-calendars-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.smm2-calendar-widget {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    margin: 0;
}
.smm2-calendar-header {
    background: #2271b1;
    color: white;
    padding: 15px;
    text-align: center;
}
.smm2-calendar-header h3 {
    margin: 0;
    color: white;
}
.smm2-calendar {
    width: 100%;
    border-collapse: collapse;
    background: white;
}
.smm2-calendar th {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}
.smm2-calendar td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    height: 50px;
    position: relative;
}
.smm2-calendar td.empty {
    background: #fafafa;
}
.smm2-calendar td a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.smm2-calendar td.has-menu {
    background: #e8f5e9;
}
.smm2-calendar td.has-menu a {
    color: #2e7d32;
}
.smm2-calendar td.approved {
    background: #c8e6c9;
}
.smm2-calendar td.today {
    border: 2px solid #2196F3;
}
.menu-indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #4caf50;
    font-size: 12px;
}
.smm2-calendar-legend {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    padding: 10px;
    background: #f5f5f5;
}
.smm2-calendar-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
}
.smm2-calendar-legend .legend-item.has-menu {
    background: #e8f5e9;
}
.smm2-calendar-legend .legend-item.approved {
    background: #c8e6c9;
}
.smm2-calendar-legend .legend-item.today {
    border-color: #2196F3;
}
@media (max-width: 1024px) {
    .smm2-meals-horizontal {
        gap: 15px;
    }
    .smm2-week-day {
        padding: 20px;
    }
    .smm2-week-day h4 {
        font-size: 20px;
    }
    .smm2-week-day h4 .day-date {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .smm2-menu-table {
        font-size: 14px;
    }
    .smm2-menu-table th,
    .smm2-menu-table td {
        padding: 5px;
    }
    .smm2-calendar-widget {
        max-width: 100%;
    }
    .smm2-link {
        display: block;
        margin-bottom: 10px;
    }
    .smm2-meals-horizontal {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .smm2-week-day {
        padding: 20px;
    }
    .smm2-week-day h4 {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .smm2-week-day h4 .day-name {
        font-size: 18px;
    }
    .smm2-week-day h4 .day-date {
        font-size: 14px;
    }
    .smm2-week-meal {
        padding: 15px;
    }
    .smm2-week-meal strong {
        font-size: 16px;
    }
    .smm2-week-price {
        font-size: 14px;
    }
    .smm2-menu-navigation {
        flex-direction: column;
        gap: 10px;
    }
    .smm2-current-date {
        order: -1;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .smm2-week-day {
        padding: 15px;
    }
    .smm2-week-day h4 {
        font-size: 16px;
    }
    .smm2-week-day h4 .day-name {
        font-size: 16px;
    }
    .smm2-week-day h4 .day-date {
        font-size: 12px;
    }
    .smm2-week-meal {
        padding: 12px;
    }
    .smm2-week-meal strong {
        font-size: 14px;
    }
    .smm2-meal-dish {
        font-size: 13px;
    }
    .smm2-week-price {
        font-size: 13px;
    }
}