.b-ext .wp-block-outermost-icon-block {display: flex;line-height: 0;}
.b-ext .wp-block-outermost-icon-block.has-border-color {border: none;}
.b-ext .wp-block-outermost-icon-block .has-icon-color svg, .b-ext .wp-block-outermost-icon-block.has-icon-color svg {color: currentColor;}
.b-ext .wp-block-outermost-icon-block .has-icon-color:not(.has-no-icon-fill-color) svg, .b-ext .wp-block-outermost-icon-block.has-icon-color:not(.has-no-icon-fill-color) svg {fill: currentColor;}
.b-ext .wp-block-outermost-icon-block .icon-container {box-sizing: border-box;}
.b-ext .wp-block-outermost-icon-block a, .b-ext .wp-block-outermost-icon-block svg {height: 100%;transition: transform .1s ease-in-out;width: 100%;}
.b-ext .wp-block-outermost-icon-block a:hover {transform: scale(1.1);}
.b-ext .wp-block-outermost-icon-block svg {transform: rotate(var(--outermost--icon-block--transform-rotate,0deg)) scaleX(var(--outermost--icon-block--transform-scale-x,1)) scaleY(var(--outermost--icon-block--transform-scale-y,1));}
.b-ext .wp-block-outermost-icon-block .rotate-90, .b-ext .wp-block-outermost-icon-block.rotate-90 {--outermost--icon-block--transform-rotate: 90deg;}
.b-ext .wp-block-outermost-icon-block .rotate-180, .b-ext .wp-block-outermost-icon-block.rotate-180 {--outermost--icon-block--transform-rotate: 180deg;}
.b-ext .wp-block-outermost-icon-block .rotate-270, .b-ext .wp-block-outermost-icon-block.rotate-270 {--outermost--icon-block--transform-rotate: 270deg;}
.b-ext .wp-block-outermost-icon-block .flip-horizontal, .b-ext .wp-block-outermost-icon-block.flip-horizontal {--outermost--icon-block--transform-scale-x: -1;}
.b-ext .wp-block-outermost-icon-block .flip-vertical, .b-ext .wp-block-outermost-icon-block.flip-vertical {--outermost--icon-block--transform-scale-y: -1;}
.b-ext .wp-block-outermost-icon-block .flip-vertical.flip-horizontal, .b-ext .wp-block-outermost-icon-block.flip-vertical.flip-horizontal {--outermost--icon-block--transform-scale-x: -1;--outermost--icon-block--transform-scale-y: -1;}