/* custom styles */ 
.wpaltcatdesc {
	overflow: hidden;
	height: 90px;
	position: relative;
}
.wpaltcatdesc.active {
	height: auto;
}
.downtoggle {
    display: block!important;
    margin: 1rem auto;
    font-size: 24px!important;
    padding: 5px;
    border: solid 1px;
    border-radius: 100%;
    width: 34px;
    text-align: center;
    transition-duration: 300ms;
    cursor: pointer;
}
.downtoggle.active {
	transform: rotate(180deg);
}
.wpaltcatdesc h2 { font-size: 1.25rem;}

.wpaltcatdesc ul {
    list-style-type: disc;
    margin-left: 15px;
}

.wpaltcatdesc strong {
	font-weight: 600;
}