/* Container */
.prakriti-test-container { max-width: 1000px; margin: 20px auto; padding: 20px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; font-family: Arial, sans-serif; }
.prakriti-instructions { background-color: #e7f3ff; padding: 15px; border-left: 5px solid #0073aa; margin-bottom: 20px; border-radius: 4px; }
.prakriti-instructions h3 { margin-top: 0; }
.prakriti-test-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.prakriti-test-table th, .prakriti-test-table td { border: 1px solid #ccc; padding: 10px; text-align: left; vertical-align: top; }
.prakriti-test-table th { background-color: #D9E1F2; font-weight: bold; }
.prakriti-test-table tr:nth-child(even) { background-color: #f2f2f2; }
.prakriti-test-table select { width: 100%; padding: 5px; font-size: 14px; }
.prakriti-results { margin-top: 30px; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.prakriti-results h2 { margin-top: 0; }
.prakriti-chart-container { display: flex; justify-content: center; align-items: flex-end; height: 200px; gap: 30px; margin: 20px 0; padding: 20px; background-color: #f0f0f0; border-radius: 8px; }
.prakriti-bar { width: 60px; background-color: #4F81BD; text-align: center; color: white; font-weight: bold; transition: height 0.5s ease; position: relative; }
.prakriti-bar.vata { background-color: #4F81BD; }
.prakriti-bar.pitta { background-color: #C0504D; }
.prakriti-bar.kapha { background-color: #9BBB59; }
.prakriti-bar-label { position: absolute; bottom: -25px; left: 0; width: 100%; text-align: center; font-size: 14px; color: #333; }
.prakriti-bar-value { position: absolute; top: -25px; left: 0; width: 100%; text-align: center; font-size: 14px; color: #333; }
.prakriti-interpretation { margin-top: 20px; padding: 15px; background-color: #e6f4ea; border-left: 5px solid #4CAF50; border-radius: 4px; font-size: 18px; font-weight: bold; text-align: center; }
.prakriti-highlighted { background-color: #FFEB9C !important; font-weight: bold; }
.prakriti-bar.vata.prakriti-highlighted { background-color: #BDE9FF !important; color: #0a2440 !important; }
@media (max-width: 768px) { .prakriti-test-table { font-size: 12px; } .prakriti-test-table th, .prakriti-test-table td { padding: 5px; } .prakriti-chart-container { flex-direction: column; align-items: center; height: auto; gap: 10px; } .prakriti-bar { width: 80%; height: 30px !important; margin-bottom: 30px; } .prakriti-bar-label { bottom: -20px; } .prakriti-bar-value { top: -20px; } }
