.selectable-item{color:var(--foreground);background:var(--background);border:2px solid var(--neutral-200);display:flex;border-radius:5px;padding:5px 10px;justify-content:flex-start;align-items:center;cursor:pointer}.selectable-item__icon{color:var(--neutral-200);margin-right:10px}.selectable-item:hover{color:var(--foreground);background:var(--neutral-100)}.selectable-item:hover .selectable-item__icon{color:var(--foreground)}.selectable-item:active,:checked+.selectable-item{color:var(--foreground);background:var(--neutral-300)}.selectable-item:active .selectable-item__icon,:checked+.selectable-item .selectable-item__icon{color:var(--foreground)}.selectable-item__title{font-weight:700;text-transform:uppercase}.selectable-item__subtitle{margin-top:2px}.modal-add-card__card{margin-bottom:10px;list-style:none}@media(min-width:600px){.modal-add-card__cards{display:flex;flex-wrap:wrap;position:relative;justify-content:space-between}.modal-add-card__card{width:calc(50% - 5px)}}
