#feeding-philosophy-wrapper .value-card.selected{background:#3498db;color:#fff;border-color:#2980b9;font-weight:600}#feeding-philosophy-wrapper .quiz-question{color:#2c3e50;font-size:1.3em;margin-bottom:1em;font-weight:600}#feeding-philosophy-wrapper .quiz-options{display:flex;flex-direction:column;gap:12px}#feeding-philosophy-wrapper .quiz-option{background:#fff;padding:15px 20px;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;color:#2c3e50}#feeding-philosophy-wrapper .quiz-option:hover{border-color:#e74c3c;transform:translateX(5px)}#feeding-philosophy-wrapper .pressure-item{background:#fff;padding:15px;margin:10px 0;border-radius:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}#feeding-philosophy-wrapper .pressure-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}#feeding-philosophy-wrapper .toggle-status{width:80px;height:40px;background:#95a5a6;border-radius:20px;position:relative;transition:all .3s ease}#feeding-philosophy-wrapper .toggle-status.active{background:#27ae60}#feeding-philosophy-wrapper .toggle-circle{width:32px;height:32px;background:#fff;border-radius:50%;position:absolute;top:4px;left:4px;transition:all .3s ease}#feeding-philosophy-wrapper .toggle-status.active .toggle-circle{left:44px}