#vorksake-assessment-container button { 
    display: block; width: 100%; text-align: left; padding: 15px; margin: 10px 0; 
    border: 2px solid #e2e8f0; border-radius: 8px; background: #fff; cursor: pointer; transition: 0.2s;
}
#vorksake-assessment-container button:hover { border-color: #5511F8; background: #f8fafc; }
.progress-bar { height: 8px; background: #e2e8f0; border-radius: 4px; margin-bottom: 20px; overflow: hidden; }
.progress-fill { height: 100%; background: #6366f1; transition: width 0.3s; }
#vorksake-assessment-container h2 { font-size: 1.4rem; font-weight:bold; color: #7F4EF1; margin-bottom: 20px; } h3 { font-size: 1rem; color: #5511F8; font-weight:bold; margin-bottom: 12px; } h4 { font-size: 0.5rem; color: #5511F8; margin-bottom: 10px; }
.result-card { text-align: left; line-height: 1.2; }
.cta-button { background: #5511F8 !important; color: white !important; text-align: center !important; font-weight: bold; }
