:root{--page-title-display:none;}/* Start custom CSS */:root {  --brand1: #009189;} /* Button and text colour */
:root {  --brand2: #F7AF16;} /* Hover colour*/
:root {  --brand3: #F7AF1615;} /* Background colour, last 2 digits are transparency */

.elementor a:not(.ax-course-detail-link) {
    color: var(--brand1) !important;
    text-decoration: none !important;
}

.elementor a:not(.ax-course-detail-link):hover {
    color: var(--brand2) !important;
    text-decoration: underline !important;
}

.course-details-container {
    margin: 2.5em 0;
    padding: 0.1em 2.5em 2.5em 2.5em;
    background-color: var(--brand3);
    border-radius: 1em;
}

@media only screen and (max-width: 700px) {

    .course-details-container {
        padding: 0.1em 0.5em 1.5em 0.5em;
    }
    
}/* End custom CSS */