/* Pictures supplement the complete text; they do not carry exclusive clues. */
.choice.cause-choice{display:grid;grid-template-columns:22px minmax(0,1fr) 56px;gap:10px;align-items:center;min-width:0;padding:12px 14px}
.cause-choice>span:nth-child(2){min-width:0;overflow-wrap:anywhere}
.cause-picture{display:block;width:56px;height:56px;max-width:100%;object-fit:contain;border-radius:8px}
.illustrated-choice{grid-template-columns:22px 56px minmax(0,1fr);gap:10px;min-height:112px;padding:12px 12px 44px}
.illustrated-choice .choice-picture{width:56px;height:56px}
.choice-picture img,.note-picture img{object-fit:contain}
.illustrated-choice .choice-copy{font-size:16px;line-height:1.6;overflow-wrap:anywhere}
.settings .visual-setting{display:flex;justify-content:center;align-items:center;gap:8px;min-width:0}
.setting-picture{display:block;width:56px;height:32px;flex:0 0 56px;overflow:hidden}
.visual-setting>span{min-width:0;overflow-wrap:anywhere}
@media(max-width:480px){
 .choice.cause-choice{grid-template-columns:20px minmax(0,1fr) 48px;gap:8px;padding:12px 10px}
 .cause-picture{width:48px;height:48px}
 .illustrated-choice,.evidence .illustrated-choice{grid-template-columns:20px 48px minmax(0,1fr);gap:8px;padding:12px 10px 44px}
 .illustrated-choice .choice-picture{width:48px;height:48px}
 .illustrated-choice .checkmark{width:20px;height:20px}
 .settings .visual-setting{gap:5px}
 .setting-picture{width:48px;height:28px;flex-basis:48px}
}
