.elementor-text-editor a 
{
color: inherit !important;
text-decoration: underline !important;
}
.elementor-slideshow__footer,
.elementor-slideshow__header 
{
box-sizing: border-box;
}
p:last-child {margin-bottom:0;}
ul li, ol li {margin-bottom: 8px;}  ul {list-style: none;}
ul.q-a li.question::before {
content: "\0051.";
color: orange;
font-weight: bold;
display: inline-block;
width: 1.5em;
margin-left: -1.5em;
}
ul.q-a li.answer::before {
content: "\0041.";
color: green;
font-weight: bold;
display: inline-block;
width: 1.5em;
margin-left: -1.5em;
}
ol li {
margin-left: 0;
padding-left: 0.5em;
}