:root,
::after, 
::before {
    --QLD-color-light__design-accent: #001224;
    --QLD-color-dark__design-accent: #001224;
}

/* General overrides. */
svg {
    fill: currentColor;
}

.qld__header__brand-image {
    img {
        width: 170px;
    }
    /*
    svg {
        width: 170px;
    }
    */
}

/* At the time of editing (2025-08-08) the default accordion and card list don't have any margins. */
.qld__accordion-group,
.custom-component .qld__card-list {
    margin: 2rem 0;
}

/* override buttton colour */

.qld__btn--primary {background-color:#fff !important;}
.qld__btn--primary {color:#414141 !important;}
.qld__btn--primary:hover {text-decoration:underline !important;}

