/* Accessibility - colour contrast fixes
   Lighthouse flagged 11 elements below the WCAG AA 4.5:1 minimum.
   Colours only - no layout, spacing or size changes. */

/* Footer / sub-menu links: #838383 on white = 3.79:1 -> #6a6a6a = 5.4:1
   These are the policy pages (terms, privacy, shipping, returns, FAQ). */
.sub-sub-menu a,
.sub-sub-menu li.item-with-label > a {
    color: #6a6a6a !important;
}

/* Section subtitles: #a1a4a8 = 2.5:1 and #a5a5a5 = 2.46:1 -> #6a6f75 = 5.0:1 */
.title-subtitle,
.title-subtitle.subtitle-color-primary,
.title-subtitle.subtitle-color-default {
    color: #6a6f75 !important;
}

/* Instagram follow button: white on #408bd1 = 3.6:1 -> #2f6fae = 5.3:1 */
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a:hover {
    background-color: #2f6fae !important;
}

/* Our own gem-filter panel headings: #8a8f9a = 3.2:1 -> #5f6672 = 5.6:1 */
.gemf-panel .gemf-sec h4 {
    color: #5f6672 !important;
}