.jh-instruction-parts {
    background-color: #FFFF00;
    margin: 20px 3%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ins-item {
    margin: 10px 0;
    line-height: 1.9;
}

.bold-blue{
    color: #004AAD;
    display: flex;
    justify-content: center;
}

.play-words-examples-container {
    display: flex;         /* Enables Flexbox */
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    
}

.answer-container {
    display: inline;
    cursor: pointer;
    width: auto;
}

.answer-container select {
  padding: 2px;
  width: auto;
  min-width: 0; /* Optional: set a minimum width to ensure it's not too small */
  max-width: 100%;  
  text-align: center;
  font-size: 16px;
}

.jp-instruction {
    margin: 20px auto;
    text-align: center;
}

.rlc_answers1_header, .rlc_answers2_header  {
    font-weight: bold;
    margin: 5px 3%;
    font-size: 20px;
}

.rlc_answers1, .rlc_answers2 {
    margin: 10px 3%;
    line-height: 1.9;
}
