/* Wellness Feature Container Styles */
.wellness-feature-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    max-width: 800px;
    margin: 2.5rem auto;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
body.dark-mode .wellness-feature-container {
    background: rgba(43, 43, 43, 0.9);
} 