/* WordPressのデフォルト詳細度が 0（:where）なので、これだけで上書き可能 */
a:not(.wp-element-button) {
    text-decoration: none;
}