.progress-calendar {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-top: 10px;
        }

        .week-progress {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid #e9ecef;
        }

        .week-progress:last-child {
            border-bottom: none;
        }

        .progress-percent {
            color: #28a745;
            font-weight: 500;
        }

        .recommendations-box {
            background: #e8f4f8;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

        .recommendations-box ul {
            margin: 10px 0 0 0;
            padding-left: 0;
        }

        .recommendations-box li {
            list-style: none;
            padding: 5px 0;
            margin: 8px 0;
        }

        .warning {
            color: #dc3545;
            font-weight: 500;
        }

        .error-message {
            background: #f8d7da;
            color: #721c24;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #f5c6cb;
        }

        .copy-button-container {
            text-align: center;
            margin-top: 20px;
        }
