/* --- livechat / tour widget: rebrand the off-brand purple to CF gold --- */
.o-livechat-root, [class*="o-livechat"] { --o-livechat-color: #b0a128 !important; }
.o-livechat-button, [class*="livechat"] button, [id*="o-livechat"] {
background: #b0a128 !important; border-radius: 50%; box-shadow: 0 2px 14px rgba(176,161,40,.45);
}
.o-livechat-button svg, [class*="livechat"] svg { filter: invert(1) opacity(.95); }
/* stat band caption contrast */
.cf-stat .cf-num-lab { color: rgba(255,255,255,.72) !important; }
/* premium footer */
.cf-footer { background:#0c0b09; color: rgba(255,255,255,.72); }
.cf-ftr-h { font-family: var(--cf-serif); color:#e6c877; font-size:1.02rem; letter-spacing:.04em; margin-bottom:1rem; }
.cf-ftr-list a, .cf-ftr-contact a { color: rgba(255,255,255,.66); text-decoration:none; transition:color .18s; display:inline-block; padding:.14rem 0; }
.cf-ftr-list a:hover, .cf-ftr-contact a:hover { color:#e6c877; }
.cf-ftr-contact i, .cf-ftr-contact .fa-fw { color:#c8a24a; }
.cf-ftr-desc { font-size:.92rem; line-height:1.7; color: rgba(255,255,255,.6); }
.cf-ftr-bottom { border-top:1px solid rgba(200,162,74,.22); }
.cf-ftr-bottom a { color: rgba(255,255,255,.6); text-decoration:none; }
.cf-ftr-bottom a:hover { color:#e6c877; }
.cf-ftr-logoimg { filter: brightness(0) invert(.96) sepia(1) saturate(2.4) hue-rotate(1deg) brightness(1.05); max-height:52px; }
.cf-ftr-list { font-size:.95rem; }