/* Omliva brand accent restoration, 2026-09-18. Brand Manual section 06: apricot #F1B89A is "the human accent"
   for welcome pieces, small emphasis, short closing sections and details in the symbol, about 10 percent of a
   composition. Astra's 2026-09-17 refinement had reduced it to the nav underline. Loaded after refinement.css,
   guides.css and home.css by tools/seo_patch_site.py and tools/build_pages.py. Plum on apricot is 6.67:1. */
.closing,.home-close{background:var(--apricot)}
.closing h2,.home-close h2,.closing .tagline,.home-close .tagline{color:var(--plum)}
.closing p:not(.eyebrow),.home-close p:not(.eyebrow){color:#5f4157}
.closing .button,.home-close .button{background:var(--plum);color:var(--paper);border-color:var(--plum)}
.omliva-home .opening-summary p:before{color:var(--apricot)}
.intro .eyebrow,.eyebrow.accent{color:var(--apricot)}
.step-number{display:inline-block;color:var(--apricot)}
.button-light:hover,.button-light:focus-visible{background:var(--apricot);border-color:var(--apricot);color:var(--plum)}
.nav nav a[aria-current=page]{text-decoration-color:var(--apricot);text-decoration-thickness:2px}
.footer-tagline{color:var(--apricot)}
/* guides and comparisons */
.key-facts{border-left:4px solid var(--apricot)}
.guide-cta .button{background:var(--apricot);color:var(--plum)}
.guide-cta .button:hover{background:var(--paper)}
.guide-body blockquote{border-left-color:var(--apricot)}
.related-guides li a{border-bottom-color:var(--apricot)}
.guide-card{border-top:3px solid var(--apricot)}
.toc a:hover,.related a:hover{text-decoration-color:var(--apricot)}
