/**
 * 	Definitions
 *  Breakpoints: 1440, 1066, 768, 375
 */


.apps--catalog_page .content--container {
    /* padding-top: 22px; */
    padding-top: 48px;
    padding-bottom: 80px;
}
.section--apps_category .content--container {
    padding-bottom: 80px;
}
/* .section--application .content--container {
    padding-bottom: 80px;
} */


/* Applications styles */
.apps--content p {
    max-width: 984px;
    margin-bottom: 1em;
}
.apps--content p a {
    font-weight: 500;
    text-decoration: underline;
}
.apps--content p a:hover {
    color: var(--Dark-Violet);
}
.apps--content .wp-block-list {
    max-width: 984px;
}


.apps--category_title {
    padding-top: 8px;
}
.apps--application_title {
    padding-top: 8px;
    margin-bottom: 28px;
}

.apps--content ol.wp-block-list {
    margin-left: 0.7em;
}




