p { line-height: var(--global--line-height-md); font-size: var(--global--font-size-md); &.has-background { padding: var(--global--spacing-unit); } &.has-text-color a { color: var(--link--color-active); } &.is-style-canvi-left-border { position: relative; padding: 0.3em 0 0.3em 2.6em; margin-bottom: 1.7em; &:before { content: ''; display: inline-block; background-color: var(--global--color-gray-base); width: 2px; position: absolute; left: 0.8em; top: 0; bottom: 0; } } }