/* site-specific styles */
.uv-sect:first-of-type.bg--linear-top::before {
    display: none;
}
.sect-details dl {
    display: flex;
    flex-wrap: wrap;
}
.sect-details dt {
    flex: 0 0 25%;
}
.sect-details dd {
    flex: 0 0 75%;
}
ul.no-bullets {
list-style-type: none;
margin: 0;
padding: 0;
}
.icoa--ios-app-store:after {
    content: "";
}
.icoa--google-play-store:after {
    content: "";
}

/* Styles for screenshot annotations */

ol.annotations {margin-left:.5em; padding-left:0; counter-reset:item}
ol.annotations>li {margin-left:0; padding-left:0; padding-bottom: .5em; counter-increment:item; list-style:none inside; text-indent: 2em hanging;}
ol.annotations>li:before {
content: counter(item);
display: inline-block;
margin-right: .5em;
text-align: center;
height: 24px;
width: 24px;
background:#26A739;
border-radius: 999px; 
 font-weight: 600; color:#fff;
}