#osia-landing-page { margin-top: 60px; }

/* denver 03/08/2023 - list of downloadable files under a downloadable product */
ul.downloadable-files {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}
ul.downloadable-files > :first-child {
    list-style: none !important;
    font-weight: 700;
    color: #015486;
}
ul.downloadable-files > :not(:first-child) {
    list-style: square inside;
    margin: 0 0 0 10px;
}
.woocommerce div.product form.cart div.quantity input { padding: 8px 0; }