.selection_item{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;margin-top:20px;height:172px;width:306px;min-width:306px;min-height:172px;margin-right:10px;overflow:hidden;transition:.2s;cursor:pointer;background:#3f3f3f no-repeat 50%;background-size:cover;border-radius:16px;padding:10px}.selection_item_title{font-size:16px;font-weight:500;color:white}.selection_item_text,.selection_item_title{max-width:80%;overflow:hidden;overflow-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.selection_item_text{font-size:13px;font-weight:400;color:#ccc;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-y:hidden;text-overflow:ellipsis}.selection_item:hover{transform:scale(1.075)}.selection_item_bottom_info{display:flex;flex-direction:column;width:100%}.selection_item_tag{font-size:11px;padding:2px 4px;border-radius:50px;border:1px solid #ccc;color:#ccc}