.tense-selection-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:32rem;margin:0 auto;padding-top:1rem}.tense-selection-title{font-size:1.5rem;font-weight:700;color:white;text-align:center}.tense-selection-grid{width:100%;display:flex;flex-direction:column;gap:1rem}.mood-card{background-color:rgb(55,65,81);padding:1rem;border-radius:.5rem}.mood-header{display:flex;align-items:center;justify-content:space-between}.mood-title{font-size:1.125rem;font-weight:600;color:white;text-transform:capitalize}.info-icon-wrapper{position:relative;color:rgb(209,213,219);cursor:pointer;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;transition:background-color .2s}.info-icon-wrapper:hover{background-color:rgb(75,85,99)}.info-icon{width:1.5rem;height:1.5rem}.tense-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tense-button{padding:.5rem 1rem;border-radius:.5rem;transition:all .2s}.tense-button.selected{background-color:rgb(75,85,99);color:white;transform:scale(1.05)}.tense-button.unselected{background-color:rgb(229,231,235);color:rgb(31,41,55)}.tense-button.unselected:hover{background-color:rgb(209,213,219);transform:scale(1.05)}.start-quiz-button{width:100%;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);text-align:center;transition:all .2s}.start-quiz-button:disabled{background-color:rgb(156,163,175);color:rgb(209,213,219);cursor:not-allowed}.start-quiz-button:not(:disabled){background-color:rgb(37,99,235);color:white}.start-quiz-button:not(:disabled):hover{background-color:rgb(29,78,216)}