p.is-style-gradient-text-1:not(.has-background) {
	background: var(--wp--preset--gradient--accent-1-to-accent-2);
}

p.is-style-gradient-text-2:not(.has-background) {
	background: var(--wp--preset--gradient--accent-2-to-accent-3);
}

p.is-style-gradient-text-3:not(.has-background) {
	background: var(--wp--preset--gradient--accent-3-to-accent-1);
}

p.is-style-gradient-text-4:not(.has-background) {
	background: var(--wp--preset--gradient--accent-1-to-accent-3);
}

p.is-style-gradient-text-1:not(.has-background),
p.is-style-gradient-text-2:not(.has-background),
p.is-style-gradient-text-3:not(.has-background),
p.is-style-gradient-text-4:not(.has-background) {
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

p.is-style-links-plain a,
p.is-style-links-underline-on-hover a {
	text-decoration-color: transparent;
	transition: all 0.3s ease-in-out;
}

p.is-style-links-underline-on-hover a:hover {
	text-decoration-color: currentColor;
	transition: all 0.3s ease-in-out;
}

p code {
	font-family: var(--wp--preset--font-family--red-hat-mono);
}