/* BSLG Common Module v1.1.54
 * Concrete CMS core files are not modified.
 * Grid-view package block icons are displayed at 48x48px.
 * Stacked/list view keeps the Concrete CMS default size.
 */
#ccm-panel-add-blocktypes-list:not(.ccm-stacked-list)
  a.ccm-panel-add-block-draggable-block-type[data-block-type-handle^="bslg_"]
  .ccm-block-icon-wrapper > img,
#ccm-panel-add-blocktypes-list:not(.ccm-stacked-list)
  a.ccm-panel-add-block-draggable-block-type
  .ccm-block-icon-wrapper > img[src*="/packages/"] {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}
