/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.cds-level-icons {
  display: flex;
  align-items: baseline;
}
.cds-level__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.cds-level__icon.off {
  opacity: 0.28;
  filter: grayscale(1);
}
