/* Approved brand accents. Original logo green is decorative, never body text.
   Base typography, surfaces, photographs and contrast tokens stay unchanged. */
body.ts26-page.ts26-brand-accent{--ts-brand:#76861c}



.ts26-brand-accent .ts26-section-heading .ts26-kicker::before,
.ts26-brand-accent .ts26-about-intro>.ts26-kicker::before{
    content:"";display:inline-block;width:24px;height:2px;margin-right:10px;
    vertical-align:middle;background:var(--ts-brand)
}

.ts26-brand-accent .ts26-text-link svg,
.ts26-brand-accent .ts26-property-end svg{color:var(--ts-brand)}

.ts26-brand-accent .ts26-method>div>span::after{
    content:"";position:absolute;left:0;bottom:-7px;width:14px;height:2px;background:var(--ts-brand)
}

.ts26-brand-accent .ts26-discover-action{position:relative}
.ts26-brand-accent .ts26-discover-action::before{
    content:"";position:absolute;top:-1px;left:0;width:40px;height:2px;background:var(--ts-brand)
}

.ts26-brand-accent .ts26-footer{box-shadow:inset 0 2px 0 var(--ts-brand)}

@media(max-width:1100px){
    .ts26-brand-accent .ts26-header .ts26-nav-phone-icon{
        color:var(--ts-brand);box-shadow:inset 0 0 0 1px var(--ts-brand)
    }
}
