.wt-read-more {
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none!important;
    margin-top: 10px;
}
.wt-read-less {
	font-size: 18px;
	text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none!important;
}
i.fa.fa-arrow-circle-o-up
{
	font-size: 26px;
    padding-right: 2px;
}
i.fa.fa-arrow-circle-o-down {
    font-size: 26px;
    padding-right: 2px;
}

.product.attribute.description:has(+.wt-read-more) {
    mask-image: linear-gradient(0deg, transparent 16px, white 50px)
}