/* Feature tabs styling (Meal History, ANGELAI) */
.meal-history-placeholder,
.angelai-placeholder {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    text-align: center;
}

.meal-history-placeholder h3,
.angelai-placeholder h3 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.meal-history-placeholder p,
.angelai-placeholder p {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.feature-list {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.feature-list h4 {
    color: #495057;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.feature-list ul {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    background: #e9ecef;
    margin: 8px 0;
    padding: 10px 15px;
    border-radius: 5px;
    color: #495057;
    border-left: 4px solid #007bff;
}

.ai-preview {
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    border: 2px solid #2196f3;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.ai-preview h4 {
    color: #1976d2;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.ai-preview p {
    color: #424242;
    margin: 0;
    font-style: italic;
}
