.match_tile_row_wrapper{display:flex;justify-content:space-between;align-items:center;gap:5px;padding:5px 0;border-bottom:1px solid var(--graniteGray);cursor:pointer}.match_tile_row_wrapper:last-child{border-bottom:none;margin-bottom:0}.match_tile_row_wrapper .tiles_image_layout{width:130px;display:flex;justify-content:space-between;gap:5px}.match_tile_row_wrapper .tiles_image_layout .small_stack{display:flex;flex-direction:column;gap:5px;overflow-y:auto;height:65px}.match_tile_row_wrapper .tiles_image_layout .small_stack::-webkit-scrollbar{display:none}.match_tile_row_wrapper .small_stack .extra_image{width:25px;height:18px}.match_tile_row_wrapper .tile_details_box{height:100%;display:flex;flex-direction:column;justify-content:space-between}.match_tile_row_wrapper .tile_details_box .tile_name{font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.match_tile_row_wrapper .tile_details_box .tile_details{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.match_tile_row_wrapper .tile_details_box .tile_details_specs{display:block;max-width:100%;cursor:default}.match_tile_row_wrapper .action_container{width:max-content;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px}.action_container .box_quantity{width:80px;height:30px;border-radius:5px;border:1px solid var(--blackOlive);padding:0 5px;font-size:18px;text-align:center;margin-right:10px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.action_container .box_quantity::placeholder{color:var(--graniteGray)!important}.action_container .box_quantity::-webkit-inner-spin-button,.action_container .box_quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width:1200px){.match_tile_row_wrapper .tile_details_box .tile_name{font-size:14px}.match_tile_row_wrapper .tile_details_box .tile_details{font-size:12px}}