/* Skin ObraX — chip "Enviar para" integrado ao header marinho (transparente, tinta clara). */
.lo-hdr__geo .lc-geo { display: inline-flex; }
.lo-hdr__geo .lc-geo-chip {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	padding: 0 8px !important;
	min-height: 44px;
	gap: 8px;
	display: inline-flex;
	align-items: center;
}
.lo-hdr__geo .lc-geo-chip .lc-geo-chip__ic { color: #FF8533; }
.lo-hdr__geo .lc-geo-chip__kick { color: rgba(255,255,255,.72); font-size: 11px; }
.lo-hdr__geo .lc-geo-chip__val { color: #fff; font-weight: 800; font-size: 13px; }
.lo-hdr__geo .lc-geo-chip__cep { color: #FF8533; margin-left: 4px; }
.lo-hdr__geo .lc-geo-chip:hover .lc-geo-chip__ic { color: #fff; }
.lc-geo-pop { color: #1A1C21; }
