.fa-angle-down::before {
  display:none;
}

.acc-shortcode {
    border: none;
    border-bottom: 1px solid #eee;
}

.acc-shortcode--title {
	font-size:1.3em;
}

.acc-shortcode--title svg {
    display: none;
}

.acc-shortcode--title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    color: #e57600;
    font-weight: bold;
    font-family: 'franklin-gothic-urw';
    font-size: 1.7em;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.acc-shortcode.expanded .acc-shortcode--title {
	background:aliceblue;
}

.acc-shortcode.expanded .acc-shortcode--title::after {
    content: "+";
    transform: rotate(45deg);
}
