ARIAFSE_PFX . '-paragraph-bottom-line', 'label' => __( 'Bottom Line', 'aria-fse' ), 'inline_style' => ' p.is-style-' . ARIAFSE_PFX . '-paragraph-bottom-line::after { content: ""; position: absolute; width: 100px; height: 2px; background: var(--wp--preset--color--foreground); bottom: 0; left: 0; } p.is-style-' . ARIAFSE_PFX . '-paragraph-bottom-line { position: relative } ', ), ); register_block_style( 'core/paragraph', array( 'name' => ARIAFSE_PFX . '-paragraph-button-color', 'label' => __( 'Button Color', 'aria-fse' ), 'inline_style' => ' p.is-style-' . ARIAFSE_PFX . '-paragraph-button-color { background: var(--wp--preset--color--tertiary); padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30); font-size: var(--wp--preset--font-size--small); color: var(--wp--preset--color--heading); display: inline; border-radius: 8px; } ', ) );