:root{ --mantys-gap: 24px }
.mantys-focus.mf-wrap{display:flex;gap:14px;align-items:flex-start;padding:16px;background:#bae0df;border-radius:10px;line-height:1.6;color:inherit}
.mantys-focus .mf-icon img{display:block;width:56px;height:auto;border-radius:8px}
.mantys-focus .mf-content{color:inherit}
.mantys-focus .mf-content>*:first-child{margin-top:0}
.mantys-focus .mf-content>*:last-child{margin-bottom:0}
.mantys-focus{ margin-block: var(--wp--style--block-gap, var(--mantys-gap)) }
.entry-content > .mantys-focus:first-child,
.wp-block-post-content > .mantys-focus:first-child,
.wp-site-blocks > .mantys-focus:first-child,
.wp-block-group__inner-container > .mantys-focus:first-child,
.is-layout-constrained > .mantys-focus:first-child{ margin-top:0 }
.entry-content > .mantys-focus:last-child,
.wp-block-post-content > .mantys-focus:last-child,
.wp-site-blocks > .mantys-focus:last-child,
.wp-block-group__inner-container > .mantys-focus:last-child,
.is-layout-constrained > .mantys-focus:last-child{ margin-bottom:0 }
body.wp-admin .block-editor-block-list__layout :where(.wp-block[data-type="mantys/focus"]){ margin-block: var(--wp--style--block-gap, var(--mantys-gap)) }
body.wp-admin .block-editor-block-list__layout > .wp-block[data-type="mantys/focus"]:first-child{ margin-top:0 }
body.wp-admin .block-editor-block-list__layout > .wp-block[data-type="mantys/focus"]:last-child{ margin-bottom:0 }
@media (max-width:782px){ .mantys-focus.mf-wrap{flex-direction:column;align-items:center;text-align:center} .mantys-focus .mf-content{width:100%} }
@media (min-width:783px){ .mantys-focus.mf-wrap{flex-direction:row;text-align:left} }