.px2-h2,
.px2-h3,
.px2-h4,
.px2-h5,
.px2-h6 {
	.px2-linklist {
		ul {
			border-radius: 0;
		}
		ul.px2-horizontal-list > li > a {
			color: var(--theme-keycolor);
			font-weight: normal;
			background-color: transparent;
			text-decoration: none;
			&:hover {
				background-color: #f5faff;
				text-decoration: underline;
			}
			&::before {
				content: "";
				width: 0;
				height: 0;
				display: inline-block;
				margin-right: 0.2em;
				border-width: 0.35em 0 0.35em 0.6em;
				border-style: solid;
				border-color: var(--px2-main-color, #00a0e6);
				border-top-color: transparent;
				border-bottom-color: transparent;
			}
		}
	}
}
