/* Убрать подчеркивание у всех ссылок на сайте */
a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--accented-color);
	text-decoration: none;
}

a:where(:not(.wp-element-button)):hover {
	color: var(--wp--preset--color--accented-color);
	text-decoration: none;
}